summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Andrew Clemons2022-02-11 22:10:43 +0100
committer Willy Sudiarto Raharjo2022-02-13 03:17:57 +0100
commit76bd2abdd7027b12983aa34e4cc5c52417823bb4 (patch)
tree24176d572ef094c030631d4812aee83a02455067
parentdccb4c45e383b21302c0f3250e220f41fafe059b (diff)
downloadslackbuilds-76bd2abdd7027b12983aa34e4cc5c52417823bb4.tar.gz
haskell/haskell-crypto-pubkey: 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-crypto-pubkey/haskell-crypto-pubkey.info2
1 files changed, 1 insertions, 1 deletions
diff --git a/haskell/haskell-crypto-pubkey/haskell-crypto-pubkey.info b/haskell/haskell-crypto-pubkey/haskell-crypto-pubkey.info
index 0014831ec0..6237e1f8b0 100644
--- a/haskell/haskell-crypto-pubkey/haskell-crypto-pubkey.info
+++ b/haskell/haskell-crypto-pubkey/haskell-crypto-pubkey.info
@@ -5,6 +5,6 @@ DOWNLOAD="https://hackage.haskell.org/packages/archive/crypto-pubkey/0.2.8/crypt
MD5SUM="e98378fb6ad22aa50c5e1e4dd2c0900d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="haskell-byteable haskell-crypto-numbers haskell-crypto-pubkey-types haskell-crypto-random haskell-cryptohash"
+REQUIRES="haskell-crypto-numbers haskell-crypto-pubkey-types haskell-cryptohash"
MAINTAINER="David Spencer"
EMAIL="baildon.research@googlemail.com"