summaryrefslogtreecommitdiff
path: root/kiki.cabal
diff options
context:
space:
mode:
authorJames Crayne <jim.crayne@gmail.com>2015-06-20 17:25:16 -0400
committerJames Crayne <jim.crayne@gmail.com>2015-06-20 17:25:16 -0400
commit875b2e0f98383fc6fc52accaa875f20b7ca6e060 (patch)
tree1df383944f314534cda09d47f6082750dd48c69f /kiki.cabal
parent1edf4eafe890be20eb5b7416197a14f47b2baf0b (diff)
Restricted x509, due to Build error
At version 1.6.0, Vincent Hanquez refactored x509 to depend on his cryptonite library, but this causes type errors due to functions which expect and return types from the wrong module.
Diffstat (limited to 'kiki.cabal')
-rw-r--r--kiki.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/kiki.cabal b/kiki.cabal
index 98a084b..42a5453 100644
--- a/kiki.cabal
+++ b/kiki.cabal
@@ -17,7 +17,7 @@ Executable kiki
17 openpgp-util -any, 17 openpgp-util -any,
18 crypto-pubkey (>=0.2.3), cryptohash -any, 18 crypto-pubkey (>=0.2.3), cryptohash -any,
19 crypto-pubkey-types -any, 19 crypto-pubkey-types -any,
20 x509 -any, asn1-types -any, asn1-encoding -any, 20 x509 (< 1.6), asn1-types -any, asn1-encoding -any,
21 dataenc -any, text -any, pretty -any, pretty-show -any, 21 dataenc -any, text -any, pretty -any, pretty-show -any,
22 bytestring -any, openpgp (>=0.6.1), binary -any, 22 bytestring -any, openpgp (>=0.6.1), binary -any,
23 unix, time, 23 unix, time,