summaryrefslogtreecommitdiff
path: root/kiki.cabal
diff options
context:
space:
mode:
authorJames Crayne <jim.crayne@gmail.com>2015-06-21 00:33:15 -0400
committerJames Crayne <jim.crayne@gmail.com>2015-06-21 00:33:15 -0400
commite089b588ccac1a53bbbf7bfb21c318ce4049233f (patch)
treeeb63e98d24b7dcaf3d772d747a3118f814434a6c /kiki.cabal
parent77f220c41d93078c7a6a8f55296f0f970d1b913b (diff)
Require patched openpgp
NOTE: When building OpenPGP-Haskell for the first time, be sure to first run: make Data/OpenPGP/Arbitrary.hs Otherwise, the first build succeeds, but cabal complains about missing the file on successive builds.
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 42a5453..3bee02d 100644
--- a/kiki.cabal
+++ b/kiki.cabal
@@ -19,7 +19,7 @@ Executable kiki
19 crypto-pubkey-types -any, 19 crypto-pubkey-types -any,
20 x509 (< 1.6), 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.1), binary -any,
23 unix, time, 23 unix, time,
24 containers -any, process -any, filepath -any, 24 containers -any, process -any, filepath -any,
25 network -any, old-locale -any, zlib -any, 25 network -any, old-locale -any, zlib -any,