diff options
author | joe <joe@jerkface.net> | 2014-05-11 20:05:31 -0400 |
---|---|---|
committer | joe <joe@jerkface.net> | 2014-05-11 20:05:31 -0400 |
commit | 03551eaa9767db678a521f082d00b88665d0f3da (patch) | |
tree | 1ba86cc954de45ae35f98f43f9d21b3e5efdd578 /kiki.cabal | |
parent | a4b9503701fe9145b6b61460bb2eb2af028fd74d (diff) |
new dependencies in cabal file
Diffstat (limited to 'kiki.cabal')
-rw-r--r-- | kiki.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ 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 | 25 | network -any, old-locale -any, zlib -any |
26 | ghc-options: -O2 -fwarn-unused-binds -fwarn-unused-imports | 26 | ghc-options: -O2 -fwarn-unused-binds -fwarn-unused-imports |
27 | c-sources: dotlock.c | 27 | c-sources: dotlock.c |
28 | 28 | ||