diff options
author | joe <joe@jerkface.net> | 2013-12-23 04:40:05 -0500 |
---|---|---|
committer | joe <joe@jerkface.net> | 2013-12-23 04:40:05 -0500 |
commit | b97034de93d8871bbb8ede9fd6c36c556b0109bc (patch) | |
tree | 47c93ff667d0daa90bf2d6ac8ff8b79707881ec5 /kiki.cabal | |
parent | ccbbfcb6bbe3214f249384b62859a5302356962e (diff) |
Added --show-key option
Diffstat (limited to 'kiki.cabal')
-rw-r--r-- | kiki.cabal | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -14,14 +14,13 @@ build-type: Simple | |||
14 | Executable kiki | 14 | Executable kiki |
15 | Main-is: kiki.hs | 15 | Main-is: kiki.hs |
16 | Build-Depends: base -any, cmdargs -any, directory -any, | 16 | Build-Depends: base -any, cmdargs -any, directory -any, |
17 | openpgp-crypto-api -any, | 17 | openpgp-util -any, |
18 | crypto-pubkey (>=0.2.3), cryptohash -any, | 18 | crypto-pubkey (>=0.2.3), cryptohash -any, |
19 | crypto-pubkey-types -any, | 19 | crypto-pubkey-types -any, |
20 | asn1-types -any, asn1-encoding -any, | 20 | asn1-types -any, asn1-encoding -any, |
21 | dataenc -any, text -any, pretty -any, pretty-show -any, | 21 | dataenc -any, text -any, pretty -any, pretty-show -any, |
22 | bytestring -any, openpgp (==0.6.1), binary -any, | 22 | bytestring -any, openpgp (==0.6.1), binary -any, |
23 | unix, time, crypto-api, cryptocipher (>=0.3.7), | 23 | unix, time, crypto-api, cryptocipher (>=0.3.7), |
24 | containers -any, process -any, filepath -any, | 24 | containers -any, process -any, filepath -any |
25 | hecc -any | ||
26 | ghc-options: -O2 | 25 | ghc-options: -O2 |
27 | c-sources: dotlock.c | 26 | c-sources: dotlock.c |