summaryrefslogtreecommitdiff
path: root/gnu/packages/haskell-check.scm
AgeCommit message (Collapse)Author
2018-02-13gnu: Add ghc-nanospec.Ricardo Wurmus
* gnu/packages/haskell-check.scm (ghc-nanospec): New variable.
2018-02-13gnu: Add ghc-tasty-expected-failure.Ricardo Wurmus
* gnu/packages/haskell-check.scm (ghc-tasty-expected-failure): New variable.
2018-02-13gnu: ghc-quickcheck-instances: Update to 0.3.16.1.Ricardo Wurmus
* 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.
2018-02-13gnu: ghc-hspec-meta: Update to 2.2.1.Ricardo Wurmus
* gnu/packages/haskell-check.scm (ghc-hspec-meta): Update to 2.2.1.
2018-02-13gnu: ghc-hunit: Update to 1.3.1.2.Ricardo Wurmus
* gnu/packages/haskell-check.scm (ghc-hunit): Update to 1.3.1.2.
2018-02-13gnu: ghc-hspec-core: Update to 2.2.4.Ricardo Wurmus
* gnu/packages/haskell-check.scm (ghc-hspec-core): Update to 2.2.4.
2018-02-13gnu: ghc-hspec: Update to 2.2.4.Ricardo Wurmus
* gnu/packages/haskell-check.scm (ghc-hspec): Update to 2.2.4.
2018-02-13gnu: ghc-tasty: Update to 0.11.0.4.Ricardo Wurmus
* gnu/packages/haskell-check.scm (ghc-tasty): Update to 0.11.0.4. [inputs]: Add ghc-regex-tdfa.
2018-02-13gnu: ghc-test-framework-quickcheck2: Update to 0.3.0.4.Ricardo Wurmus
* gnu/packages/haskell-check.scm (ghc-test-framework-quickcheck2): Update to 0.3.0.4. [source]: Remove snippet.
2018-02-13gnu: hspec-discover: Update to 2.2.4.Ricardo Wurmus
* gnu/packages/haskell-check.scm (hspec-discover): Update to 2.2.4.
2018-02-13gnu: ghc-test-framework: Fix build with GHC 8.Ricardo Wurmus
* gnu/packages/haskell-check.scm (ghc-test-framework)[arguments]: Permit building with newer version of "time".
2018-02-13gnu: Add ghc-quickcheck-latest.Ricardo Wurmus
* gnu/packages/haskell-check.scm (ghc-quickcheck-latest): New variable.
2018-02-13gnu: ghc-quickcheck: Update to 2.10.1.Ricardo Wurmus
* gnu/packages/haskell-check.scm (ghc-quickcheck): Update to 2.10.1. [inputs]: Add ghc-random. [description]: Add two sentences.
2018-01-16gnu: haskell-check: Use HTTPS for hspec.github.io home pages.Tobias Geerinckx-Rice
* gnu/packages/haskell-check.scm (hspec-discover, ghc-hspec-core) (ghc-hspec-meta, ghc-hspec, ghc-hspec-contrib)[home-page]: Use HTTPS.
2018-01-10gnu: ghc-quickcheck-unicode: Update to 1.0.1.0.Tobias Geerinckx-Rice
* gnu/packages/haskell-check.scm (ghc-quickcheck-unicode): Update to 1.0.1.0.
2017-12-07gnu: ghc-quickcheck-io: Update to 0.2.0.Tobias Geerinckx-Rice
* gnu/packages/haskell-check.scm (ghc-quickcheck-io): Update to 0.2.0
2017-12-07gnu: ghc-tasty-rerun: Update to 1.1.8.Tobias Geerinckx-Rice
* gnu/packages/haskell-check.scm (ghc-tasty-rerun): Update to 1.1.8
2017-12-07gnu: ghc-tasty-smallcheck: Use HTTPS for home page.Tobias Geerinckx-Rice
* gnu/packages/haskell-check.scm (ghc-tasty-smallcheck)[home-page]: Use HTTPS.
2017-12-07gnu: ghc-tasty-smallcheck: Update to 0.8.1.Tobias Geerinckx-Rice
* gnu/packages/haskell-check.scm (ghc-tasty-smallcheck): Update to 0.8.1
2017-12-07gnu: ghc-test-framework-hunit: Update to 0.3.0.2.Tobias Geerinckx-Rice
* gnu/packages/haskell-check.scm (ghc-test-framework-hunit): Update to 0.3.0.2
2017-12-07gnu: ghc-tasty-golden: Mark up description.Tobias Geerinckx-Rice
* gnu/packages/haskell-check.scm (ghc-tasty-golden)[description]: Use @dfn.
2017-12-07gnu: ghc-tasty-golden: Update to 2.3.1.1.Tobias Geerinckx-Rice
* gnu/packages/haskell-check.scm (ghc-tasty-golden): Update to 2.3.1.1
2017-11-29gnu: ghc-tasty-rerun: Update to 1.1.7.Tobias Geerinckx-Rice
* gnu/packages/haskell-check.scm (ghc-tasty-rerun): Update to 1.1.7.
2017-11-13gnu: Move testing packages from haskell to haskell-check.Ricardo Wurmus
* 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.