summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--keys.cabal20
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
2Name: keys
3Version: 0.0.1
4cabal-version: >= 1.6
5Synopsis: Samizdat gpg tool
6Description: gpg operations... TODO
7License: Undecided
8-- License-file: LICENSE TODO
9Author: Joseph Crayne
10Maintainer: Joseph Crayne <oh.hello.joe@gmail.com>
11--Homepage: TODO
12build-type: Simple
13
14Executable 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