summaryrefslogtreecommitdiff
path: root/kiki.cabal
diff options
context:
space:
mode:
authorjoe <joe@jerkface.net>2013-12-13 01:05:49 -0500
committerjoe <joe@jerkface.net>2013-12-13 01:05:49 -0500
commit0559e24922c347f3c64a5baab7d864edf8f743ea (patch)
tree86fea4c7b9db388c840936413f623aa2c0bf0285 /kiki.cabal
parentb7416ca157968c70ab07d47666af188e0ba9acaa (diff)
WIP: support for importing bitcoin keys.
Diffstat (limited to 'kiki.cabal')
-rw-r--r--kiki.cabal6
1 files changed, 4 insertions, 2 deletions
diff --git a/kiki.cabal b/kiki.cabal
index 0a517f0..8ce59a6 100644
--- a/kiki.cabal
+++ b/kiki.cabal
@@ -15,11 +15,13 @@ 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-crypto-api -any,
18 crypto-pubkey -any, cryptohash -any, 18 crypto-pubkey (>=0.2.3), cryptohash -any,
19 crypto-pubkey-types -any,
19 asn1-types -any, asn1-encoding -any, 20 asn1-types -any, asn1-encoding -any,
20 dataenc -any, text -any, pretty -any, pretty-show -any, 21 dataenc -any, text -any, pretty -any, pretty-show -any,
21 bytestring -any, openpgp (==0.6.1), binary -any, 22 bytestring -any, openpgp (==0.6.1), binary -any,
22 unix, time, crypto-api, cryptocipher (>=0.3.7), 23 unix, time, crypto-api, cryptocipher (>=0.3.7),
23 containers -any, process -any, filepath -any 24 containers -any, process -any, filepath -any,
25 hecc -any
24 ghc-options: -O2 26 ghc-options: -O2
25 c-sources: dotlock.c 27 c-sources: dotlock.c