summaryrefslogtreecommitdiff
path: root/kiki.cabal
diff options
context:
space:
mode:
authorjoe <joe@jerkface.net>2014-05-11 20:05:31 -0400
committerjoe <joe@jerkface.net>2014-05-11 20:05:31 -0400
commit03551eaa9767db678a521f082d00b88665d0f3da (patch)
tree1ba86cc954de45ae35f98f43f9d21b3e5efdd578 /kiki.cabal
parenta4b9503701fe9145b6b61460bb2eb2af028fd74d (diff)
new dependencies in cabal file
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 da1a0ee..08280cd 100644
--- a/kiki.cabal
+++ b/kiki.cabal
@@ -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