summaryrefslogtreecommitdiff
path: root/gnu/packages/haskell-check.scm
AgeCommit message (Expand)Author
2018-10-01gnu: ghc-tasty-quickcheck: Update to 0.10....* gnu/packages/haskell-check.scm (ghc-tasty-quickcheck): Update to 0.10. Timothy Sample
2018-10-01gnu: ghc-tasty-hunit: Update to 0.10.0.1....* gnu/packages/haskell-check.scm (ghc-tasty-hunit): Update to 0.10.0.1. [inputs]: Add ghc-call-stack. Timothy Sample
2018-10-01gnu: ghc-tasty-expected-failure: Update to 0.11.1.1....* gnu/packages/haskell-check.scm (ghc-tasty-expected-failure): Update to 0.11.1.1. Timothy Sample
2018-10-01gnu: ghc-tasty: Update to 1.1.0.3....* gnu/packages/haskell.scm (ghc-integer-logarithms-bootstrap, ghc-scientific-bootstrap, ghc-attoparsec-bootstrap, ghc-wcwidth-bootstrap): New variables to break a dependency cycle from ghc-tasty. * gnu/packages/haskell-check.scm (ghc-tasty): Update to 1.1.0.3. [inputs]: Add ghc-wcwidth-bootstrap; remove ghc-regex-tdfa-rc. Timothy Sample
2018-10-01gnu: ghc-test-framework-quickcheck2: Update Cabal file to r1....* gnu/packages/haskell-check.scm (ghc-test-framework-quickcheck2): Update Cabal file to r1. Timothy Sample
2018-10-01gnu: ghc-test-framework-hunit: Update Cabal file to r3....* gnu/packages/haskell-check.scm (ghc-test-framework-hunit): Update Cabal file to r3. [arguments]: Remove unneeded "--allow-newer" configure flag. Timothy Sample
2018-10-01gnu: ghc-test-framework: Update to 0.8.2.0....* gnu/packages/haskell.scm (ghc-semigroups-bootstrap, ghc-hashable-bootstrap, ghc-nats-bootstrap, ghc-unordered-containers-bootstrap): New variables for breaking a dependency cycle with ghc-test-framework. * gnu/packages/haskell-check.scm (ghc-test-framework): Update to 0.8.2.0. [arguments]: Add a phase to patch the Cabal file to allow a newer QuickCheck. [inputs]: Add ghc-semigroups-bootstrap. Timothy Sample
2018-10-01gnu: ghc-quickcheck: Update to 2.11.3....This commit also removes extra versions of ghc-quickcheck that have no dependents. * gnu/packages/haskell-check.scm (ghc-quickcheck): Update to 2.11.3. [arguments]: Remove "-f base4" configure flag. (ghc-quickcheck-latest): Delete variable. (ghc-quickcheck-2.9): Delete variable. Timothy Sample
2018-10-01gnu: ghc-mtl: Remove built-in Haskell package....* gnu/packages/agda.scm (agda)[inputs]: Remove ghc-mtl. * gnu/packages/games.scm (raincat)[inputs]: Remove ghc-mtl. * gnu/packages/haskell-check.scm (ghc-tasty-ant-xml, ghc-tasty-golden, ghc-tasty, ghc-tasty-kat, ghc-tasty-rerun, ghc-crypto-cipher-tests)[inputs]: Remove ghc-mtl. * gnu/packages/haskell-crypto.scm (ghc-asn1-encoding, ghc-pem, ghc-x509, ghc-x509-store, ghc-x509-validation, ghc-x509-system)[inputs]: Remove ghc-mtl. * gnu/packages/haskell-web.scm (ghc-http, ghc-http-conduit, ghc-yesod-core)[inputs]: Remove ghc-mtl. * gnu/packages/haskell.scm (ghc-convertible, ghc-libxml, ghc-cgi, ghc-happy, ghc-haskell-src-exts, ghc-resourcet, cabal-install, ghc-indents, ghc-regex-base, ghc-regex-tdfa-rc, ghc-trifecta, ghc-zip-archive, ghc-logict, ghc-exceptions, ghc-smallcheck, ghc-syb, ghc-fgl, ghc-chasingbottoms, ghc-parsec, ghc-megaparsec, ghc-edisonapi, ghc-edisoncore, ghc-mmorph, ghc-ifelse, ghc-kan-extensions, ghc-lens, ghc-cheapskate, ghc-free, ghc-adjunctions, ghc-equivalence, ghc-texmath, ghc-texmath-for-pandoc-1, ghc-highlighting-kate, ghc-th-reify-many, ghc-th-orphans, ghc-geniplate-mirror, ghc-conduit, ghc-filemanip, ghc-juicypixels, ghc-hslua, ghc-hourglass, ghc-skylighting, ghc-skylighting-for-pandoc-1, ghc-pandoc, ghc-pandoc-1, ghc-pandoc-citeproc, ghc-regex-tdfa, ghc-stmonadtrans, ghc-constraints, ghc-lifted-async, ghc-shelly, ghc-hslogger, ghc-json, shellcheck, ghc-vector-algorithms, ghc-monad-par-extras, ghc-monad-par, ghc-monadrandom, ghc-either, ghc-rebase, ghc-aws, ghc-monad-logger, ghc-persistent, ghc-bytes, ghc-missingh, ghc-operational, ghc-chart)[inputs]: Remove ghc-mtl. (ghc-conduit-combinators)[native-inputs]: Remove ghc-mtl. (ghc-mtl): Remove variable. * gnu/packages/idris.scm (idris)[inputs]: Remove ghc-mtl. * gnu/packages/tls.scm (ghc-tls)[inputs]: Remove ghc-mtl. * gnu/packages/version-control.scm (darcs, git-annex)[inputs]: Remove ghc-mtl. * gnu/packages/wm.scm (xmonad, ghc-xmonad-contrib)[inputs]: Remove ghc-mtl. * gnu/packages/xml.scm (ghc-hxt)[inputs]: Remove ghc-mtl. Timothy Sample
2018-09-05Revert "gnu: ghc-tasty: Update to 1.1.0.3."...This reverts commit 3ad6b8909025a8f4d3e1f1f5ea16bcd0cace557c. Ricardo Wurmus
2018-09-04gnu: ghc-tasty-ant-xml: Update to 1.1.4....* gnu/packages/haskell-check.scm (ghc-tasty-ant-xml): Update to 1.1.4. Arun Isaac
2018-09-04gnu: ghc-tasty: Update to 1.1.0.3....* gnu/packages/haskell-check.scm (ghc-tasty): Update to 1.1.0.3. [inputs]: Add ghc-wcwidth. (ghc-attoparsec-bootstrap, ghc-integer-logarithms-bootstrap, ghc-scientific-bootstrap): New variables. (ghc-wcwidth)[inputs]: Replace ghc-attoparsec with ghc-attoparsec-bootstrap. (ghc-scientific)[inputs]: Replace ghc-integer-logarithms with ghc-integer-logarithms-bootstrap. (ghc-attoparsec)[inputs]: Replace ghc-scientific with ghc-scientific-bootstrap. Arun Isaac
2018-08-23gnu: ghc-quickcheck-instances: Update to 0.3.18....* gnu/packages/haskell-check.scm (ghc-quickcheck-instances): Update to 0.3.18. [arguments]: Allow building with newer base-compat. Arun Isaac
2018-08-16gnu: ghc-test-framework-hunit: Fix build with new HUnit....* gnu/packages/haskell-check.scm (ghc-test-framework-hunit)[arguments]: Allow newer version of HUnit. Ricardo Wurmus
2018-08-16gnu: ghc-hunit: Update to 1.6.0.0....* gnu/packages/haskell-check.scm (ghc-hunit): Update to 1.6.0.0. [inputs]: Add ghc-call-stack-boot. Ricardo Wurmus
2018-08-16gnu: ghc-hspec: Update to 2.5.5....* gnu/packages/haskell-check.scm (ghc-hspec): Update to 2.5.5. Ricardo Wurmus
2018-08-16gnu: ghc-hspec-expectations: Update to 0.8.2....* gnu/packages/haskell-check.scm (ghc-hspec-expectations): Update to 0.8.2. [arguments]: Disable tests. Ricardo Wurmus
2018-08-16gnu: ghc-hspec-contrib: Update to 0.5.0....* gnu/packages/haskell-check.scm (ghc-hspec-contrib): Update to 0.5.0. Ricardo Wurmus
2018-08-16gnu: ghc-hspec-meta: Update to 2.4.6....* gnu/packages/haskell-check.scm (ghc-hspec-meta): Update to 2.4.6. Ricardo Wurmus
2018-08-16gnu: ghc-hspec-core: Update to 2.5.5....* gnu/packages/haskell-check.scm (ghc-hspec-core): Update to 2.5.5. [inputs]: Add ghc-clock. Ricardo Wurmus
2018-08-16gnu: hspec-discover: Update to 2.5.5....* gnu/packages/haskell-check.scm (hspec-discover): Update to 2.5.5. [arguments]: Enable haddock phase. [inputs]: Move ghc-hspec-meta from here... [native-inputs]: ...to here; add ghc-quickcheck. Ricardo Wurmus
2018-05-13gnu: Add ghc-quickcheck-2.9....* gnu/packages/haskell-check.scm (ghc-quickcheck-2.9): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Tonton
2018-03-31gnu: Add ghc-crypto-cipher-tests....* gnu/packages/haskell-check.scm (ghc-crypto-cipher-tests): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> rsiddharth
2018-03-20Correct name and Email for ng0....* .mailmap: Correct name and Email for ng0. * Makefile.am, doc/guix.texi, etc/completion/fish/guix.fish gnu/packages/accessibility.scm, gnu/packages/admin.scm, gnu/packages/audio.scm, gnu/packages/autotools.scm, gnu/packages/cdrom.scm, gnu/packages/check.scm, gnu/packages/cinnamon.scm, gnu/packages/compression.scm, gnu/packages/crypto.scm, gnu/packages/databases.scm, gnu/packages/django.scm, gnu/packages/dns.scm, gnu/packages/emacs.scm, gnu/packages/enlightenment.scm, gnu/packages/fonts.scm, gnu/packages/fontutils.scm, gnu/packages/forth.scm, gnu/packages/fvwm.scm, gnu/packages/games.scm, gnu/packages/gl.scm, gnu/packages/gnome.scm, gnu/packages/gnunet.scm, gnu/packages/gnupg.scm, gnu/packages/gnuzilla.scm, gnu/packages/gtk.scm, gnu/packages/guile-wm.scm, gnu/packages/guile.scm, gnu/packages/haskell-check.scm, gnu/packages/haskell-crypto.scm, gnu/packages/haskell.scm, gnu/packages/image-viewers.scm, gnu/packages/image.scm, gnu/packages/irc.scm, gnu/packages/language.scm, gnu/packages/libcanberra.scm, gnu/packages/linux.scm, gnu/packages/lisp.scm, gnu/packages/lolcode.scm, gnu/packages/lxde.scm, gnu/packages/lxqt.scm, gnu/packages/mail.scm, gnu/packages/markup.scm, gnu/packages/mate.scm, gnu/packages/maths.scm, gnu/packages/mc.scm, gnu/packages/messaging.scm, gnu/packages/music.scm, gnu/packages/ncurses.scm, gnu/packages/networking.scm, gnu/packages/nickle.scm, gnu/packages/openbox.scm, gnu/packages/pdf.scm, gnu/packages/perl-check.scm, gnu/packages/perl.scm, gnu/packages/python-crypto.scm, gnu/packages/python-web.scm, gnu/packages/python.scm, gnu/packages/qt.scm, gnu/packages/ruby.scm, gnu/packages/rust.scm, gnu/packages/scheme.scm, gnu/packages/serialization.scm, gnu/packages/shells.scm, gnu/packages/ssh.scm, gnu/packages/suckless.scm, gnu/packages/tbb.scm, gnu/packages/telephony.scm, gnu/packages/text-editors.scm, gnu/packages/textutils.scm, gnu/packages/time.scm, gnu/packages/tls.scm, gnu/packages/tor.scm, gnu/packages/version-control.scm, gnu/packages/video.scm, gnu/packages/vim.scm, gnu/packages/web.scm, gnu/packages/wm.scm, gnu/packages/xdisorg.scm, gnu/packages/xfce.scm, gnu/packages/xml.scm, gnu/packages/xorg.scm, gnu/services/certbot.scm, gnu/services/desktop.scm, gnu/services/version-control.scm, gnu/services/web.scm, guix/import/hackage.scm, guix/licenses.scm: Likewise. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr> ng0
2018-02-13gnu: Add ghc-nanospec....* gnu/packages/haskell-check.scm (ghc-nanospec): New variable. Ricardo Wurmus
2018-02-13gnu: Add ghc-tasty-expected-failure....* gnu/packages/haskell-check.scm (ghc-tasty-expected-failure): New variable. Ricardo Wurmus
2018-02-13gnu: ghc-quickcheck-instances: Update to 0.3.16.1....* gnu/packages/haskell-check.scm (ghc-quickcheck-instances): Update to 0.3.16.1. [inputs]: Add ghc-base-compat, ghc-tagged, ghc-transformers-compat, ghc-uuid-types, and ghc-case-insensitive. Ricardo Wurmus
2018-02-13gnu: ghc-hspec-meta: Update to 2.2.1....* gnu/packages/haskell-check.scm (ghc-hspec-meta): Update to 2.2.1. Ricardo Wurmus
2018-02-13gnu: ghc-hunit: Update to 1.3.1.2....* gnu/packages/haskell-check.scm (ghc-hunit): Update to 1.3.1.2. Ricardo Wurmus
2018-02-13gnu: ghc-hspec-core: Update to 2.2.4....* gnu/packages/haskell-check.scm (ghc-hspec-core): Update to 2.2.4. Ricardo Wurmus
2018-02-13gnu: ghc-hspec: Update to 2.2.4....* gnu/packages/haskell-check.scm (ghc-hspec): Update to 2.2.4. Ricardo Wurmus
2018-02-13gnu: ghc-tasty: Update to 0.11.0.4....* gnu/packages/haskell-check.scm (ghc-tasty): Update to 0.11.0.4. [inputs]: Add ghc-regex-tdfa. Ricardo Wurmus
2018-02-13gnu: ghc-test-framework-quickcheck2: Update to 0.3.0.4....* gnu/packages/haskell-check.scm (ghc-test-framework-quickcheck2): Update to 0.3.0.4. [source]: Remove snippet. Ricardo Wurmus
2018-02-13gnu: hspec-discover: Update to 2.2.4....* gnu/packages/haskell-check.scm (hspec-discover): Update to 2.2.4. Ricardo Wurmus
2018-02-13gnu: ghc-test-framework: Fix build with GHC 8....* gnu/packages/haskell-check.scm (ghc-test-framework)[arguments]: Permit building with newer version of "time". Ricardo Wurmus
2018-02-13gnu: Add ghc-quickcheck-latest....* gnu/packages/haskell-check.scm (ghc-quickcheck-latest): New variable. Ricardo Wurmus
2018-02-13gnu: ghc-quickcheck: Update to 2.10.1....* gnu/packages/haskell-check.scm (ghc-quickcheck): Update to 2.10.1. [inputs]: Add ghc-random. [description]: Add two sentences. Ricardo Wurmus
2018-01-16gnu: haskell-check: Use HTTPS for hspec.github.io home pages....* gnu/packages/haskell-check.scm (hspec-discover, ghc-hspec-core) (ghc-hspec-meta, ghc-hspec, ghc-hspec-contrib)[home-page]: Use HTTPS. Tobias Geerinckx-Rice
2018-01-10gnu: ghc-quickcheck-unicode: Update to 1.0.1.0....* gnu/packages/haskell-check.scm (ghc-quickcheck-unicode): Update to 1.0.1.0. Tobias Geerinckx-Rice
2017-12-07gnu: ghc-quickcheck-io: Update to 0.2.0....* gnu/packages/haskell-check.scm (ghc-quickcheck-io): Update to 0.2.0 Tobias Geerinckx-Rice
2017-12-07gnu: ghc-tasty-rerun: Update to 1.1.8....* gnu/packages/haskell-check.scm (ghc-tasty-rerun): Update to 1.1.8 Tobias Geerinckx-Rice
2017-12-07gnu: ghc-tasty-smallcheck: Use HTTPS for home page....* gnu/packages/haskell-check.scm (ghc-tasty-smallcheck)[home-page]: Use HTTPS. Tobias Geerinckx-Rice
2017-12-07gnu: ghc-tasty-smallcheck: Update to 0.8.1....* gnu/packages/haskell-check.scm (ghc-tasty-smallcheck): Update to 0.8.1 Tobias Geerinckx-Rice
2017-12-07gnu: ghc-test-framework-hunit: Update to 0.3.0.2....* gnu/packages/haskell-check.scm (ghc-test-framework-hunit): Update to 0.3.0.2 Tobias Geerinckx-Rice
2017-12-07gnu: ghc-tasty-golden: Mark up description....* gnu/packages/haskell-check.scm (ghc-tasty-golden)[description]: Use @dfn. Tobias Geerinckx-Rice
2017-12-07gnu: ghc-tasty-golden: Update to 2.3.1.1....* gnu/packages/haskell-check.scm (ghc-tasty-golden): Update to 2.3.1.1 Tobias Geerinckx-Rice
2017-11-29gnu: ghc-tasty-rerun: Update to 1.1.7....* gnu/packages/haskell-check.scm (ghc-tasty-rerun): Update to 1.1.7. Tobias Geerinckx-Rice
2017-11-13gnu: Move testing packages from haskell to haskell-check....* gnu/packages/haskell.scm (ghc-clock-bootstrap, ghc-tasty-ant-xml, ghc-tasty-smallcheck, ghc-tasty-quickcheck, ghc-tasty-golden, ghc-tasty, ghc-tasty-hunit, ghc-tasty-kat, ghc-tasty-th, ghc-tasty-rerun, ghc-quickcheck-instances, ghc-quickcheck-unicode, ghc-quickcheck-io, ghc-quickcheck, ghc-test-framework, ghc-test-framework-hunit, ghc-test-framework-quickcheck2, ghc-test-framework-th, ghc-hunit, hspec-discover, ghc-hspec-core, ghc-hspec-meta, ghc-hspec, ghc-hspec-contrib, ghc-hspec-expectations): Move variables to ... * gnu/packages/haskell-check.scm: ... this new file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. * gnu/packages/haskell.scm, gnu/packages/idris.scm, gnu/packages/version-control.scm, gnu/packages/wm.scm: Include haskell-check module. Ricardo Wurmus