summaryrefslogtreecommitdiff
path: root/kiki.cabal
diff options
context:
space:
mode:
authorjoe <joe@blackbird>2014-01-04 20:05:44 -0500
committerjoe <joe@blackbird>2014-01-04 20:05:44 -0500
commitc83f852ad053546001b34df5a9d976b0a404c678 (patch)
tree857244429dc57236542ca5e43227e4bd9bebe74c /kiki.cabal
parent81e29ffa385270cf0b104ebd72975921158ecb17 (diff)
Removed obsolete dependencies.
Diffstat (limited to 'kiki.cabal')
-rw-r--r--kiki.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/kiki.cabal b/kiki.cabal
index de75d14..cf0e518 100644
--- a/kiki.cabal
+++ b/kiki.cabal
@@ -13,14 +13,14 @@ build-type: Simple
13 13
14Executable kiki 14Executable kiki
15 Main-is: kiki.hs 15 Main-is: kiki.hs
16 Build-Depends: base -any, cmdargs -any, directory -any, 16 Build-Depends: base -any, directory -any,
17 openpgp-util -any, 17 openpgp-util -any,
18 crypto-pubkey (>=0.2.3), cryptohash -any, 18 crypto-pubkey (>=0.2.3), cryptohash -any,
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, crypto-api, cryptocipher (>=0.3.7), 23 unix, time,
24 containers -any, process -any, filepath -any, 24 containers -any, process -any, filepath -any,
25 network 25 network
26 ghc-options: -O2 26 ghc-options: -O2