summaryrefslogtreecommitdiff
path: root/kiki.cabal
diff options
context:
space:
mode:
authorjoe <joe@jerkface.net>2014-01-28 00:46:34 -0500
committerjoe <joe@jerkface.net>2014-01-28 00:46:34 -0500
commit9f033e2337bc7dbbaf27dcffbdb8d333ef28eb8d (patch)
treecd9b8d58ed3d99a1da191caba6b2d739e8a78c2b /kiki.cabal
parent571d786e4a953bbf5d5bb7c4f9aacf8d03052b3a (diff)
allowed older version of 'network' dependency
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 7edf6cd..a5ede74 100644
--- a/kiki.cabal
+++ b/kiki.cabal
@@ -19,7 +19,7 @@ Executable kiki
19 crypto-pubkey-types -any, 19 crypto-pubkey-types -any,
20 asn1-types -any, asn1-encoding -any, 20 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), 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