summaryrefslogtreecommitdiff
path: root/keys.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 /keys.cabal
parent732be628862703702e4182eee091af7e0414ee8b (diff)
Renamed keys to kiki
Diffstat (limited to 'keys.cabal')
-rw-r--r--keys.cabal23
1 files changed, 0 insertions, 23 deletions
diff --git a/keys.cabal b/keys.cabal
deleted file mode 100644
index 30c29c2..0000000
--- a/keys.cabal
+++ /dev/null
@@ -1,23 +0,0 @@
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,
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