summaryrefslogtreecommitdiff
path: root/keys.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'keys.cabal')
-rw-r--r--keys.cabal6
1 files changed, 4 insertions, 2 deletions
diff --git a/keys.cabal b/keys.cabal
index 4d64d0f..dca57e3 100644
--- a/keys.cabal
+++ b/keys.cabal
@@ -14,7 +14,9 @@ build-type: Simple
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, asn1-data -any, 17 openpgp-crypto-api -any,
18 crypto-pubkey -any, cryptohash -any, 18 crypto-pubkey -any, cryptohash -any,
19 asn1-data -any, asn1-types -any 19 asn1-types -any, asn1-encoding -any,
20 dataenc -any, text -any, pretty -any, pretty-show -any,
21 bytestring -any, openpgp (==0.6.1), binary -any
20 ghc-options: -O2 22 ghc-options: -O2