diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-02-12 11:17:49 +1300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-13 09:17:59 +0700 |
commit | 40ffa6c4339006680f1e0d96280b5519ac00fb5a (patch) | |
tree | 7c1c7ddcc939d9e9c9bdaf342605da7053c6f8d0 | |
parent | 0e8b2ba23dc02635afbf90320109a50947edbbef (diff) | |
download | slackbuilds-40ffa6c4339006680f1e0d96280b5519ac00fb5a.tar.gz |
haskell/haskell-QuickCheck: Fix dependencies.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | haskell/haskell-QuickCheck/haskell-QuickCheck.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/haskell/haskell-QuickCheck/haskell-QuickCheck.info b/haskell/haskell-QuickCheck/haskell-QuickCheck.info index 54f5eeba9c..6dd27010eb 100644 --- a/haskell/haskell-QuickCheck/haskell-QuickCheck.info +++ b/haskell/haskell-QuickCheck/haskell-QuickCheck.info @@ -5,6 +5,6 @@ DOWNLOAD="https://hackage.haskell.org/package/QuickCheck-2.14.2/QuickCheck-2.14. MD5SUM="b48574aeb82a44b724c1c889254bb9e3" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="haskell-erf haskell-extensible-exceptions haskell-random haskell-tf-random haskell-splitmix" +REQUIRES="haskell-erf haskell-extensible-exceptions haskell-tf-random haskell-splitmix" MAINTAINER="David Spencer" EMAIL="baildon.research@googlemail.com" |