diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-02-12 10:38:53 +1300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-13 09:17:58 +0700 |
commit | 3e803e40b06cd1d3efb7dc3a103ad91fbfb470cf (patch) | |
tree | 0a01c41ffce33199ab8099fc80fc0f099701ce49 /haskell/haskell-cipher-rc4 | |
parent | 2b715e585092d95bd2a970fc3548c8eb9c71e0b0 (diff) |
haskell/haskell-cipher-rc4: 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-rc4')
-rw-r--r-- | haskell/haskell-cipher-rc4/haskell-cipher-rc4.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/haskell/haskell-cipher-rc4/haskell-cipher-rc4.info b/haskell/haskell-cipher-rc4/haskell-cipher-rc4.info index e1bd787f84ec0..706ef9bd05f32 100644 --- a/haskell/haskell-cipher-rc4/haskell-cipher-rc4.info +++ b/haskell/haskell-cipher-rc4/haskell-cipher-rc4.info @@ -5,6 +5,6 @@ DOWNLOAD="https://hackage.haskell.org/packages/archive/cipher-rc4/0.1.4/cipher-r MD5SUM="7e2f0218f9a99b1e4283219b40194947" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="haskell-byteable haskell-crypto-cipher-types" +REQUIRES="haskell-crypto-cipher-types" MAINTAINER="David Spencer" EMAIL="baildon.research@googlemail.com" |