diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-02-13 18:51:14 +1300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-14 08:07:02 +0700 |
commit | 7fc42172895267b2eb3ca4c9d9a72fe00f702517 (patch) | |
tree | 8025fc7ed0926e619426e9cb66e85dc081afec5e /haskell/haskell-hspec | |
parent | 7242bb67d2b03dd7b60156d697c7742ab56529ef (diff) |
haskell/haskell-hspec: Fix dependencies.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-hspec')
-rw-r--r-- | haskell/haskell-hspec/haskell-hspec.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/haskell/haskell-hspec/haskell-hspec.info b/haskell/haskell-hspec/haskell-hspec.info index 468ee2fc5bad5..2fe8b221c2e25 100644 --- a/haskell/haskell-hspec/haskell-hspec.info +++ b/haskell/haskell-hspec/haskell-hspec.info @@ -5,6 +5,6 @@ DOWNLOAD="https://hackage.haskell.org/packages/archive/hspec/2.9.4/hspec-2.9.4.t MD5SUM="3977f0b944d7d276126c2c2ddccfec77" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="haskell-hspec-core haskell-hspec-discover haskell-hsp haskell-QuickCheck" +REQUIRES="haskell-hspec-core haskell-hspec-discover haskell-hsp" MAINTAINER="David Spencer" EMAIL="baildon.research@googlemail.com" |