gnu: ghc-quickcheck: Remove obsolete input.
* gnu/packages/haskell-check.scm (ghc-quickcheck)[inputs]: Remove GHC-TF-RANDOM.master
parent
8bfda3df43
commit
4f94a4ea0f
|
@ -505,8 +505,7 @@ use HUnit assertions as QuickCheck properties.")
|
||||||
`(#:tests? #f)) ; FIXME: currently missing libraries used for tests.
|
`(#:tests? #f)) ; FIXME: currently missing libraries used for tests.
|
||||||
(inputs
|
(inputs
|
||||||
`(("ghc-random" ,ghc-random)
|
`(("ghc-random" ,ghc-random)
|
||||||
("ghc-splitmix" ,ghc-splitmix-bootstrap)
|
("ghc-splitmix" ,ghc-splitmix-bootstrap)))
|
||||||
("ghc-tf-random" ,ghc-tf-random)))
|
|
||||||
(home-page "https://github.com/nick8325/quickcheck")
|
(home-page "https://github.com/nick8325/quickcheck")
|
||||||
(synopsis "Automatic testing of Haskell programs")
|
(synopsis "Automatic testing of Haskell programs")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in New Issue