diff options
author | James Crayne <jim.crayne@gmail.com> | 2015-06-18 18:08:47 -0400 |
---|---|---|
committer | James Crayne <jim.crayne@gmail.com> | 2015-06-18 18:08:47 -0400 |
commit | 1edf4eafe890be20eb5b7416197a14f47b2baf0b (patch) | |
tree | b068ea6073c3ef4c3bb1d78970fe0e56da24226f /kiki.cabal | |
parent | c72a0a292d3b3e5b0c6d0c5cf395e658556eb4a2 (diff) |
Fix to work with x509>=1.5, probably breaks 1.4
Diffstat (limited to 'kiki.cabal')
-rw-r--r-- | kiki.cabal | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 | ||