me
/
guix
Archived
1
0
Fork 0

gnu: ghc-quickcheck: Remove obsolete input.

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

View File

@ -505,8 +505,7 @@ use HUnit assertions as QuickCheck properties.")
`(#:tests? #f)) ; FIXME: currently missing libraries used for tests.
(inputs
`(("ghc-random" ,ghc-random)
("ghc-splitmix" ,ghc-splitmix-bootstrap)
("ghc-tf-random" ,ghc-tf-random)))
("ghc-splitmix" ,ghc-splitmix-bootstrap)))
(home-page "https://github.com/nick8325/quickcheck")
(synopsis "Automatic testing of Haskell programs")
(description