diff options
Diffstat (limited to 'keys.cabal')
-rw-r--r-- | keys.cabal | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/keys.cabal b/keys.cabal new file mode 100644 index 0000000..4d64d0f --- /dev/null +++ b/keys.cabal | |||
@@ -0,0 +1,20 @@ | |||
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, asn1-data -any, | ||
18 | crypto-pubkey -any, cryptohash -any, | ||
19 | asn1-data -any, asn1-types -any | ||
20 | ghc-options: -O2 | ||