From 875b2e0f98383fc6fc52accaa875f20b7ca6e060 Mon Sep 17 00:00:00 2001 From: James Crayne Date: Sat, 20 Jun 2015 17:25:16 -0400 Subject: 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. --- kiki.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kiki.cabal') diff --git a/kiki.cabal b/kiki.cabal index 98a084b..42a5453 100644 --- a/kiki.cabal +++ b/kiki.cabal @@ -17,7 +17,7 @@ Executable kiki openpgp-util -any, crypto-pubkey (>=0.2.3), cryptohash -any, crypto-pubkey-types -any, - x509 -any, asn1-types -any, asn1-encoding -any, + x509 (< 1.6), asn1-types -any, asn1-encoding -any, dataenc -any, text -any, pretty -any, pretty-show -any, bytestring -any, openpgp (>=0.6.1), binary -any, unix, time, -- cgit v1.2.3