diff options
author | joe <joe@jerkface.net> | 2013-10-31 20:00:03 -0400 |
---|---|---|
committer | joe <joe@jerkface.net> | 2013-10-31 20:00:03 -0400 |
commit | 83bbe5b9fcf12fad348cb4dd2a9ceda20d6e1704 (patch) | |
tree | 1b3a843048f6bfd57399bcf348cc0845b9b81210 /kiki.cabal | |
parent | 732be628862703702e4182eee091af7e0414ee8b (diff) |
Renamed keys to kiki
Diffstat (limited to 'kiki.cabal')
-rw-r--r-- | kiki.cabal | 23 |
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 | |||
2 | Name: kiki | ||
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 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 | ||