summaryrefslogtreecommitdiff
path: root/keys.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'keys.cabal')
-rw-r--r--keys.cabal5
1 files changed, 3 insertions, 2 deletions
diff --git a/keys.cabal b/keys.cabal
index dca57e3..6122e3b 100644
--- a/keys.cabal
+++ b/keys.cabal
@@ -13,10 +13,11 @@ build-type: Simple
13 13
14Executable keys 14Executable keys
15 Main-is: keys.hs 15 Main-is: keys.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 -any, cryptohash -any,
19 asn1-types -any, asn1-encoding -any, 19 asn1-types -any, asn1-encoding -any,
20 dataenc -any, text -any, pretty -any, pretty-show -any, 20 dataenc -any, text -any, pretty -any, pretty-show -any,
21 bytestring -any, openpgp (==0.6.1), binary -any 21 bytestring -any, openpgp (==0.6.1), binary -any,
22 cryptocipher (>=0.3.7)
22 ghc-options: -O2 23 ghc-options: -O2