summaryrefslogtreecommitdiff
path: root/kiki.cabal
diff options
context:
space:
mode:
authorjoe <joe@jerkface.net>2016-04-23 02:19:30 -0400
committerjoe <joe@jerkface.net>2016-04-23 02:19:30 -0400
commit59b38a6070707e77b0e7b4b22c928806eb9415d3 (patch)
tree5d4ae61422130cd8d61de7390f12fb011dd32729 /kiki.cabal
parent64202f804429053058ac3efce527f77c2e12948b (diff)
Added --secrets support to tar file export.
Diffstat (limited to 'kiki.cabal')
-rw-r--r--kiki.cabal3
1 files changed, 2 insertions, 1 deletions
diff --git a/kiki.cabal b/kiki.cabal
index 3658aa4..176d09c 100644
--- a/kiki.cabal
+++ b/kiki.cabal
@@ -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