summaryrefslogtreecommitdiff
path: root/gnu/packages/haskell-check.scm
diff options
context:
space:
mode:
authorMarius Bakke <marius@gnu.org>2020-06-09 20:20:14 +0200
committerMarius Bakke <marius@gnu.org>2020-06-13 23:16:47 +0200
commitfe9f2d150019b9fc17f08f5a002d7ca932fc3eb0 (patch)
tree19689d23f1ad67e98ef1d3a91d20efa7cc73a2e5 /gnu/packages/haskell-check.scm
parent4f94a4ea0f29c3229197417bcdcb52134de69091 (diff)
downloadguix-patches-fe9f2d150019b9fc17f08f5a002d7ca932fc3eb0.tar
guix-patches-fe9f2d150019b9fc17f08f5a002d7ca932fc3eb0.tar.gz
gnu: ghc-quickcheck: Enable tests.
* gnu/packages/haskell-check.scm (ghc-quickcheck)[arguments]: Remove.
Diffstat (limited to 'gnu/packages/haskell-check.scm')
-rw-r--r--gnu/packages/haskell-check.scm2
1 files changed, 0 insertions, 2 deletions
diff --git a/gnu/packages/haskell-check.scm b/gnu/packages/haskell-check.scm
index ac1cd33d19..ea541859fd 100644
--- a/gnu/packages/haskell-check.scm
+++ b/gnu/packages/haskell-check.scm
@@ -501,8 +501,6 @@ use HUnit assertions as QuickCheck properties.")
(base32
"0426j43af8v3qmdjjqxivazsvr3a2brac8yw09vpgpjkb2m0nmkv"))))
(build-system haskell-build-system)
- (arguments
- `(#:tests? #f)) ; FIXME: currently missing libraries used for tests.
(inputs
`(("ghc-random" ,ghc-random)
("ghc-splitmix" ,ghc-splitmix-bootstrap)))