summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Crayne <jim.crayne@gmail.com>2013-09-01 16:41:34 +0000
committerJames Crayne <jim.crayne@gmail.com>2013-09-01 16:41:34 +0000
commit894161bdb9d26ac3e4b3e2b84e4a0c8dea58ccca (patch)
tree40691392519d5e5aa212367233184ebb30d8026c
parent3c531fe8e6c1bdcc934005628d94583328cfe0f8 (diff)
cabal file
-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