summaryrefslogtreecommitdiff
path: root/kiki.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'kiki.cabal')
-rw-r--r--kiki.cabal11
1 files changed, 5 insertions, 6 deletions
diff --git a/kiki.cabal b/kiki.cabal
index 630ff8b..1eca45b 100644
--- a/kiki.cabal
+++ b/kiki.cabal
@@ -14,8 +14,7 @@ build-type: Simple
14Executable kiki 14Executable kiki
15 Ghc-Options: -W -Wall -Wno-name-shadowing -Wno-unused-matches -Wno-unused-do-bind -Wno-type-defaults 15 Ghc-Options: -W -Wall -Wno-name-shadowing -Wno-unused-matches -Wno-unused-do-bind -Wno-type-defaults
16 Main-is: kiki.hs 16 Main-is: kiki.hs
17 -- base >=4.6 due to use of readEither in KikiD.Message 17 Build-Depends: base >= 4.8.0.0,
18 Build-Depends: base >=4.6.0.0,
19 asn1-encoding, 18 asn1-encoding,
20 asn1-types, 19 asn1-types,
21 binary, 20 binary,
@@ -36,14 +35,14 @@ Executable kiki
36 35
37Executable hosts 36Executable hosts
38 Main-is: hosts.hs 37 Main-is: hosts.hs
39 Build-Depends: base >=4.6.0.0, 38 Build-Depends: base >= 4.8.0.0,
40 bytestring, 39 bytestring,
41 network, 40 network,
42 kiki 41 kiki
43 42
44Executable cokiki 43Executable cokiki
45 Main-is: cokiki.hs 44 Main-is: cokiki.hs
46 Build-Depends: base >=4.6.0.0, 45 Build-Depends: base >= 4.8.0.0,
47 bytestring, 46 bytestring,
48 filepath, 47 filepath,
49 unix, 48 unix,
@@ -82,7 +81,7 @@ library
82 Transforms, 81 Transforms,
83 Data.OpenPGP.Util, 82 Data.OpenPGP.Util,
84 Text.XXD 83 Text.XXD
85 Build-Depends: base >=4.6.0.0, 84 Build-Depends: base >= 4.8.0.0,
86 openpgp-asciiarmor, 85 openpgp-asciiarmor,
87 asn1-encoding, 86 asn1-encoding,
88 asn1-types, 87 asn1-types,
@@ -117,4 +116,4 @@ Test-suite testkiki
117 , bytestring 116 , bytestring
118 , time 117 , time
119 , kiki 118 , kiki
120 Build-Depends: cryptonite, memory, base >= 4.7.0 119 Build-Depends: cryptonite, memory, base >= 4.8.0.0