From 894161bdb9d26ac3e4b3e2b84e4a0c8dea58ccca Mon Sep 17 00:00:00 2001 From: James Crayne Date: Sun, 1 Sep 2013 16:41:34 +0000 Subject: cabal file --- keys.cabal | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 keys.cabal diff --git a/keys.cabal b/keys.cabal new file mode 100644 index 0000000..4d64d0f --- /dev/null +++ b/keys.cabal @@ -0,0 +1,20 @@ + +Name: keys +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 keys + Main-is: keys.hs + Build-Depends: base -any, cmdargs -any, directory -any, + openpgp-crypto-api -any, asn1-data -any, + crypto-pubkey -any, cryptohash -any, + asn1-data -any, asn1-types -any + ghc-options: -O2 -- cgit v1.2.3