summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kiki.cabal (renamed from keys.cabal)6
-rw-r--r--kiki.hs (renamed from keys.hs)4
2 files changed, 5 insertions, 5 deletions
diff --git a/keys.cabal b/kiki.cabal
index 30c29c2..e730186 100644
--- a/keys.cabal
+++ b/kiki.cabal
@@ -1,5 +1,5 @@
1 1
2Name: keys 2Name: kiki
3Version: 0.0.1 3Version: 0.0.1
4cabal-version: >= 1.6 4cabal-version: >= 1.6
5Synopsis: Samizdat gpg tool 5Synopsis: Samizdat gpg tool
@@ -11,8 +11,8 @@ Maintainer: Joseph Crayne <oh.hello.joe@gmail.com>
11--Homepage: TODO 11--Homepage: TODO
12build-type: Simple 12build-type: Simple
13 13
14Executable keys 14Executable kiki
15 Main-is: keys.hs 15 Main-is: kiki.hs
16 Build-Depends: base -any, cmdargs -any, directory -any, 16 Build-Depends: base -any, cmdargs -any, directory -any,
17 openpgp-crypto-api -any, 17 openpgp-crypto-api -any,
18 crypto-pubkey -any, cryptohash -any, 18 crypto-pubkey -any, cryptohash -any,
diff --git a/keys.hs b/kiki.hs
index 552a34d..c9483a0 100644
--- a/keys.hs
+++ b/kiki.hs
@@ -810,8 +810,8 @@ main = do
810 &= (help . concat) 810 &= (help . concat)
811 [ "Display the fingerprint of a PEM key pair."] 811 [ "Display the fingerprint of a PEM key pair."]
812 ] 812 ]
813 &= program "keys" 813 &= program "kiki"
814 &= summary "keys - a pgp key editing utility" 814 &= summary "kiki - a pgp key editing utility"
815 doCmd args 815 doCmd args
816 where 816 where
817 envhomedir opt = do 817 envhomedir opt = do