diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-02-12 10:26:13 +1300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-13 09:17:57 +0700 |
commit | 2b715e585092d95bd2a970fc3548c8eb9c71e0b0 (patch) | |
tree | 376b33108acc3e8551a373601a62b73ceabd0327 /haskell/haskell-x509-validation | |
parent | 62419321f2291d23d67875b442997ee79b709c21 (diff) |
haskell/haskell-x509-validation: 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-x509-validation')
-rw-r--r-- | haskell/haskell-x509-validation/haskell-x509-validation.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/haskell/haskell-x509-validation/haskell-x509-validation.info b/haskell/haskell-x509-validation/haskell-x509-validation.info index 703342485bd9c..8085e8530fc18 100644 --- a/haskell/haskell-x509-validation/haskell-x509-validation.info +++ b/haskell/haskell-x509-validation/haskell-x509-validation.info @@ -5,6 +5,6 @@ DOWNLOAD="https://hackage.haskell.org/packages/archive/x509-validation/1.6.10/x5 MD5SUM="654765cd3984ec554227b24be4e55589" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="haskell-asn1-encoding haskell-asn1-types haskell-byteable haskell-crypto-pubkey haskell-crypto-pubkey-types haskell-cryptohash haskell-data-default-class haskell-hourglass haskell-network haskell-pem haskell-x509 haskell-x509-store" +REQUIRES="haskell-data-default-class haskell-x509-store" MAINTAINER="David Spencer" EMAIL="baildon.research@googlemail.com" |