summaryrefslogtreecommitdiffstats
path: root/haskell/haskell-cipher-des
diff options
context:
space:
mode:
author Andrew Clemons <andrew.clemons@gmail.com>2022-02-12 10:40:50 +1300
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2022-02-13 09:17:58 +0700
commit375b69c1ad963fe4f0dd6f1173cf2feb91447fee (patch)
tree80bc22a30e2002ccd63ab8ddeb47141ca70e61f6 /haskell/haskell-cipher-des
parent348e16889fb16d5b4f54b82a3a58b2cae280009e (diff)
downloadslackbuilds-375b69c1ad963fe4f0dd6f1173cf2feb91447fee.tar.gz
slackbuilds-375b69c1ad963fe4f0dd6f1173cf2feb91447fee.tar.xz
haskell/haskell-cipher-des: 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-cipher-des')
-rw-r--r--haskell/haskell-cipher-des/haskell-cipher-des.info2
1 files changed, 1 insertions, 1 deletions
diff --git a/haskell/haskell-cipher-des/haskell-cipher-des.info b/haskell/haskell-cipher-des/haskell-cipher-des.info
index 120d0a9abe..c4cd8caea1 100644
--- a/haskell/haskell-cipher-des/haskell-cipher-des.info
+++ b/haskell/haskell-cipher-des/haskell-cipher-des.info
@@ -5,6 +5,6 @@ DOWNLOAD="https://hackage.haskell.org/packages/archive/cipher-des/0.0.6/cipher-d
MD5SUM="a05a1009385fe37bf9d61803964a2902"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="haskell-byteable haskell-crypto-cipher-types haskell-securemem"
+REQUIRES="haskell-crypto-cipher-types"
MAINTAINER="David Spencer"
EMAIL="baildon.research@googlemail.com"