toothbrush pushed a commit to branch wip-haskell-platform-7.10.2-a in repository guix.
commit 045f3d8cfadc9b194d8b03bbf220779a67c617a9 Author: Paul van der Walt <[email protected]> Date: Thu Oct 15 21:29:15 2015 +0200 gnu: ghc-dlist: Enable tests. * gnu/packages/haskell.scm (ghc-dlist): Enable tests. --- gnu/packages/haskell.scm | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index c4bc62c..ce879e5 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell.scm @@ -454,8 +454,9 @@ old @code{time} library. For new projects, the newer ".tar.gz")) (sha256 (base32 "10rp96rryij7d8gz5kv8ygc6chm1624ck5mbnqs2a3fkdzqj2b9k")))) - (arguments `(#:tests? #f)) (build-system haskell-build-system) + (inputs + `(("ghc-quickcheck" ,ghc-quickcheck))) (home-page "https://github.com/spl/dlist") (synopsis "Difference lists") (description
