Age | Commit message (Expand) | Author |
2018-02-13 | gnu: Add ghc-nanospec....* gnu/packages/haskell-check.scm (ghc-nanospec): New variable.
| Ricardo Wurmus |
2018-02-13 | gnu: Add ghc-tasty-expected-failure....* gnu/packages/haskell-check.scm (ghc-tasty-expected-failure): New variable.
| Ricardo Wurmus |
2018-02-13 | gnu: 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-13 | gnu: 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-13 | gnu: 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-13 | gnu: 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-13 | gnu: ghc-hspec: Update to 2.2.4....* gnu/packages/haskell-check.scm (ghc-hspec): Update to 2.2.4.
| Ricardo Wurmus |
2018-02-13 | gnu: 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-13 | gnu: 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-13 | gnu: hspec-discover: Update to 2.2.4....* gnu/packages/haskell-check.scm (hspec-discover): Update to 2.2.4.
| Ricardo Wurmus |
2018-02-13 | gnu: 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-13 | gnu: Add ghc-quickcheck-latest....* gnu/packages/haskell-check.scm (ghc-quickcheck-latest): New variable.
| Ricardo Wurmus |
2018-02-13 | gnu: 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-16 | gnu: 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-10 | gnu: 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-07 | gnu: 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-07 | gnu: 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-07 | gnu: 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-07 | gnu: 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-07 | gnu: 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-07 | gnu: ghc-tasty-golden: Mark up description....* gnu/packages/haskell-check.scm (ghc-tasty-golden)[description]: Use @dfn.
| Tobias Geerinckx-Rice |
2017-12-07 | gnu: 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-29 | gnu: 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-13 | gnu: 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 |