diff options
Diffstat (limited to 'keys.cabal')
-rw-r--r-- | keys.cabal | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/keys.cabal b/keys.cabal deleted file mode 100644 index 30c29c2..0000000 --- a/keys.cabal +++ /dev/null | |||
@@ -1,23 +0,0 @@ | |||
1 | |||
2 | Name: keys | ||
3 | Version: 0.0.1 | ||
4 | cabal-version: >= 1.6 | ||
5 | Synopsis: Samizdat gpg tool | ||
6 | Description: gpg operations... TODO | ||
7 | License: Undecided | ||
8 | -- License-file: LICENSE TODO | ||
9 | Author: Joseph Crayne | ||
10 | Maintainer: Joseph Crayne <oh.hello.joe@gmail.com> | ||
11 | --Homepage: TODO | ||
12 | build-type: Simple | ||
13 | |||
14 | Executable keys | ||
15 | Main-is: keys.hs | ||
16 | Build-Depends: base -any, cmdargs -any, directory -any, | ||
17 | openpgp-crypto-api -any, | ||
18 | crypto-pubkey -any, cryptohash -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, | ||
22 | unix, time, crypto-api, cryptocipher (>=0.3.7) | ||
23 | ghc-options: -O2 | ||