diff options
Diffstat (limited to 'kiki.cabal')
-rw-r--r-- | kiki.cabal | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -30,7 +30,8 @@ Executable kiki | |||
30 | bytestring -any, binary -any, | 30 | bytestring -any, binary -any, |
31 | unix, time, | 31 | unix, time, |
32 | containers -any, process -any, filepath -any, | 32 | containers -any, process -any, filepath -any, |
33 | network -any, old-locale -any, zlib -any | 33 | network -any, old-locale -any, zlib -any, |
34 | tar | ||
34 | if !flag(cryptonite) | 35 | if !flag(cryptonite) |
35 | Build-Depends: crypto-pubkey >=0.2.3, cryptohash -any, | 36 | Build-Depends: crypto-pubkey >=0.2.3, cryptohash -any, |
36 | crypto-pubkey-types -any | 37 | crypto-pubkey-types -any |