summaryrefslogtreecommitdiff
path: root/kiki.cabal
diff options
context:
space:
mode:
authorJames Crayne <jim.crayne@gmail.com>2015-06-18 18:08:47 -0400
committerJames Crayne <jim.crayne@gmail.com>2015-06-18 18:08:47 -0400
commit1edf4eafe890be20eb5b7416197a14f47b2baf0b (patch)
treeb068ea6073c3ef4c3bb1d78970fe0e56da24226f /kiki.cabal
parentc72a0a292d3b3e5b0c6d0c5cf395e658556eb4a2 (diff)
Fix to work with x509>=1.5, probably breaks 1.4
Diffstat (limited to 'kiki.cabal')
-rw-r--r--kiki.cabal3
1 files changed, 2 insertions, 1 deletions
diff --git a/kiki.cabal b/kiki.cabal
index 944ae64..98a084b 100644
--- a/kiki.cabal
+++ b/kiki.cabal
@@ -22,7 +22,8 @@ Executable kiki
22 bytestring -any, openpgp (>=0.6.1), binary -any, 22 bytestring -any, openpgp (>=0.6.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,
26 hourglass -any
26 ghc-options: -O2 -fwarn-unused-binds -fwarn-unused-imports 27 ghc-options: -O2 -fwarn-unused-binds -fwarn-unused-imports
27 c-sources: dotlock.c 28 c-sources: dotlock.c
28 29