diff options
-rw-r--r-- | keys.cabal | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -13,10 +13,11 @@ build-type: Simple | |||
13 | 13 | ||
14 | Executable keys | 14 | Executable 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 |