summaryrefslogtreecommitdiff
path: root/kiki.hs
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2019-06-24 21:18:22 -0400
committerJoe Crayne <joe@jerkface.net>2019-06-30 22:57:30 -0400
commit7c2ee942309df7a484f3ab50b1b090ca5e606c03 (patch)
tree85fe2a2373e46b821774f6b95df5eff8da39a730 /kiki.hs
parent26af6c505812c9749f5e972d38fc8b771fab5de6 (diff)
move functions around between files. nothing should be different
merge-note: I'm having trouble with the merge, so I'm leaving a lot of functions duplicated in lib/Keyring.hs that were originally moved-out to lib/KeyRing/BuildKeyDB.hs in this commit. I'll clean-up later. Hopefully.
Diffstat (limited to 'kiki.hs')
-rw-r--r--kiki.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/kiki.hs b/kiki.hs
index e8b6753..e5544e5 100644
--- a/kiki.hs
+++ b/kiki.hs
@@ -62,7 +62,7 @@ import Data.OpenPGP.Util (verify,fingerprint,generateKey, GenerateKeyParams(..))
62import ScanningParser 62import ScanningParser
63import PEM 63import PEM
64import DotLock 64import DotLock
65import KeyRing 65import KeyRing hiding (pemFromPacket)
66import Base58 66import Base58
67import qualified CryptoCoins 67import qualified CryptoCoins
68-- import Chroot 68-- import Chroot