me
/
guix
Archived
1
0
Fork 0

gnu: ghc-quickcheck: Enable tests.

* gnu/packages/haskell-check.scm (ghc-quickcheck)[arguments]: Remove.
master
Marius Bakke 2020-06-09 20:20:14 +02:00
parent 4f94a4ea0f
commit fe9f2d1500
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 0 additions and 2 deletions

View File

@ -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)))