summaryrefslogtreecommitdiff
path: root/kiki.cabal
diff options
context:
space:
mode:
authorJoe Crayne <joe@jerkface.net>2019-07-01 23:16:32 -0400
committerJoe Crayne <joe@jerkface.net>2019-07-01 23:16:32 -0400
commit5d5ce0e97107619b8e33c76585d7629f106ad3c8 (patch)
tree3492c9de1a740154654a6ba1cced90e879f47219 /kiki.cabal
parentae8792ee7c51da15e52f30475c17ce589f940509 (diff)
New debugging option: --trace-verify
Diffstat (limited to 'kiki.cabal')
-rw-r--r--kiki.cabal8
1 files changed, 6 insertions, 2 deletions
diff --git a/kiki.cabal b/kiki.cabal
index 5cd9ccf..293cc30 100644
--- a/kiki.cabal
+++ b/kiki.cabal
@@ -99,7 +99,8 @@ library
99 ControlMaybe, 99 ControlMaybe,
100 Compat, 100 Compat,
101 PacketTranscoder, 101 PacketTranscoder,
102 Transforms 102 Transforms,
103 Data.OpenPGP.Util
103 Build-Depends: base >=4.6.0.0, 104 Build-Depends: base >=4.6.0.0,
104 asn1-encoding, 105 asn1-encoding,
105 asn1-types, 106 asn1-types,
@@ -145,8 +146,11 @@ Test-suite testkiki
145 , filepath 146 , filepath
146 , bytestring 147 , bytestring
147 , time 148 , time
148 , cryptohash
149 , kiki 149 , kiki
150 if !flag(cryptonite)
151 Build-Depends: cryptohash
152 else
153 Build-Depends: cryptonite, memory
150 if flag(unixEnv) 154 if flag(unixEnv)
151 Build-depends: base < 4.7.0, unix 155 Build-depends: base < 4.7.0, unix
152 else 156 else