summaryrefslogtreecommitdiff
path: root/kiki.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'kiki.cabal')
-rw-r--r--kiki.cabal14
1 files changed, 8 insertions, 6 deletions
diff --git a/kiki.cabal b/kiki.cabal
index 3084908..012bdf9 100644
--- a/kiki.cabal
+++ b/kiki.cabal
@@ -35,7 +35,6 @@ Executable kiki
35 binary, 35 binary,
36 bytestring, 36 bytestring,
37 containers, 37 containers,
38 dataenc,
39 directory, 38 directory,
40 filepath, 39 filepath,
41 tar, 40 tar,
@@ -48,7 +47,7 @@ Executable kiki
48 other-modules: DNSKey 47 other-modules: DNSKey
49 if !flag(cryptonite) 48 if !flag(cryptonite)
50 Build-Depends: crypto-pubkey >=0.2.3, cryptohash -any, 49 Build-Depends: crypto-pubkey >=0.2.3, cryptohash -any,
51 crypto-pubkey-types -any 50 crypto-pubkey-types -any, dataenc
52 if flag(hourglass) 51 if flag(hourglass)
53 Build-Depends: hourglass -any, x509 >=1.5 && <1.6 52 Build-Depends: hourglass -any, x509 >=1.5 && <1.6
54 else 53 else
@@ -71,6 +70,7 @@ Executable cokiki
71 unix, 70 unix,
72 directory, 71 directory,
73 deepseq, 72 deepseq,
73 openpgp-util,
74 kiki 74 kiki
75 75
76library 76library
@@ -89,11 +89,14 @@ library
89 CommandLine, 89 CommandLine,
90 Numeric.Interval, 90 Numeric.Interval,
91 Numeric.Interval.Bounded, 91 Numeric.Interval.Bounded,
92 SuperOrd 92 SuperOrd,
93 FunctorToMaybe,
94 GnuPGAgent
93 other-modules: TimeUtil, 95 other-modules: TimeUtil,
94 ControlMaybe, 96 ControlMaybe,
95 Compat, 97 Compat,
96 FunctorToMaybe 98 Types,
99 PacketTranscoder
97 100
98 Build-Depends: base >=4.6.0.0, 101 Build-Depends: base >=4.6.0.0,
99 asn1-encoding, 102 asn1-encoding,
@@ -101,7 +104,6 @@ library
101 binary, 104 binary,
102 bytestring, 105 bytestring,
103 containers, 106 containers,
104 dataenc,
105 directory, 107 directory,
106 filepath, 108 filepath,
107 network, 109 network,
@@ -120,7 +122,7 @@ library
120 122
121 if !flag(cryptonite) 123 if !flag(cryptonite)
122 Build-Depends: crypto-pubkey >=0.2.3, cryptohash -any, 124 Build-Depends: crypto-pubkey >=0.2.3, cryptohash -any,
123 crypto-pubkey-types -any 125 crypto-pubkey-types -any, dataenc
124 if flag(hourglass) 126 if flag(hourglass)
125 Build-Depends: hourglass -any, x509 >=1.5 && <1.6 127 Build-Depends: hourglass -any, x509 >=1.5 && <1.6
126 else 128 else