From 83bbe5b9fcf12fad348cb4dd2a9ceda20d6e1704 Mon Sep 17 00:00:00 2001 From: joe Date: Thu, 31 Oct 2013 20:00:03 -0400 Subject: Renamed keys to kiki --- kiki.cabal | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 kiki.cabal (limited to 'kiki.cabal') diff --git a/kiki.cabal b/kiki.cabal new file mode 100644 index 0000000..e730186 --- /dev/null +++ b/kiki.cabal @@ -0,0 +1,23 @@ + +Name: kiki +Version: 0.0.1 +cabal-version: >= 1.6 +Synopsis: Samizdat gpg tool +Description: gpg operations... TODO +License: Undecided +-- License-file: LICENSE TODO +Author: Joseph Crayne +Maintainer: Joseph Crayne +--Homepage: TODO +build-type: Simple + +Executable kiki + Main-is: kiki.hs + Build-Depends: base -any, cmdargs -any, directory -any, + openpgp-crypto-api -any, + crypto-pubkey -any, cryptohash -any, + asn1-types -any, asn1-encoding -any, + dataenc -any, text -any, pretty -any, pretty-show -any, + bytestring -any, openpgp (==0.6.1), binary -any, + unix, time, crypto-api, cryptocipher (>=0.3.7) + ghc-options: -O2 -- cgit v1.2.3