summaryrefslogtreecommitdiff
path: root/kiki.cabal
diff options
context:
space:
mode:
authorjoe <joe@jerkface.net>2013-10-31 20:00:03 -0400
committerjoe <joe@jerkface.net>2013-10-31 20:00:03 -0400
commit83bbe5b9fcf12fad348cb4dd2a9ceda20d6e1704 (patch)
tree1b3a843048f6bfd57399bcf348cc0845b9b81210 /kiki.cabal
parent732be628862703702e4182eee091af7e0414ee8b (diff)
Renamed keys to kiki
Diffstat (limited to 'kiki.cabal')
-rw-r--r--kiki.cabal23
1 files changed, 23 insertions, 0 deletions
diff --git a/kiki.cabal b/kiki.cabal
new file mode 100644
index 0000000..e730186
--- /dev/null
+++ b/kiki.cabal
@@ -0,0 +1,23 @@
1
2Name: kiki
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 kiki
15 Main-is: kiki.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