diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-02-12 10:10:43 +1300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-13 09:17:57 +0700 |
commit | 76bd2abdd7027b12983aa34e4cc5c52417823bb4 (patch) | |
tree | 24176d572ef094c030631d4812aee83a02455067 /haskell | |
parent | dccb4c45e383b21302c0f3250e220f41fafe059b (diff) |
haskell/haskell-crypto-pubkey: Fix dependencies.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'haskell')
-rw-r--r-- | haskell/haskell-crypto-pubkey/haskell-crypto-pubkey.info | 2 |
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 0014831ec08cc..6237e1f8b0efa 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" |