diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-02-12 10:40:21 +1300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-13 09:17:58 +0700 |
commit | 348e16889fb16d5b4f54b82a3a58b2cae280009e (patch) | |
tree | 81ebd4989c0fd440ac9513131f04f3be1fa5e912 /haskell/haskell-cipher-aes | |
parent | 3e803e40b06cd1d3efb7dc3a103ad91fbfb470cf (diff) |
haskell/haskell-cipher-aes: 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-aes')
-rw-r--r-- | haskell/haskell-cipher-aes/haskell-cipher-aes.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/haskell/haskell-cipher-aes/haskell-cipher-aes.info b/haskell/haskell-cipher-aes/haskell-cipher-aes.info index be7f8b87fa4eb..47d813e31a872 100644 --- a/haskell/haskell-cipher-aes/haskell-cipher-aes.info +++ b/haskell/haskell-cipher-aes/haskell-cipher-aes.info @@ -5,6 +5,6 @@ DOWNLOAD="https://hackage.haskell.org/packages/archive/cipher-aes/0.2.11/cipher- MD5SUM="74c953320cbee83963e178f07d8d7689" 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" |