summaryrefslogtreecommitdiff
path: root/gnu/packages/haskell-check.scm
diff options
context:
space:
mode:
authorMarius Bakke <marius@gnu.org>2020-06-09 20:19:48 +0200
committerMarius Bakke <marius@gnu.org>2020-06-13 23:16:47 +0200
commit4f94a4ea0f29c3229197417bcdcb52134de69091 (patch)
tree58f8f4bb6e44dc2a0993af64b14394a345a0ad30 /gnu/packages/haskell-check.scm
parent8bfda3df43cd9113b0a45b8be971d5a0bbeeb69a (diff)
downloadguix-patches-4f94a4ea0f29c3229197417bcdcb52134de69091.tar
guix-patches-4f94a4ea0f29c3229197417bcdcb52134de69091.tar.gz
gnu: ghc-quickcheck: Remove obsolete input.
* gnu/packages/haskell-check.scm (ghc-quickcheck)[inputs]: Remove GHC-TF-RANDOM.
Diffstat (limited to 'gnu/packages/haskell-check.scm')
-rw-r--r--gnu/packages/haskell-check.scm3
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/haskell-check.scm b/gnu/packages/haskell-check.scm
index bb7f57b49d..ac1cd33d19 100644
--- a/gnu/packages/haskell-check.scm
+++ b/gnu/packages/haskell-check.scm
@@ -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