diff options
Diffstat (limited to 'lib/Kiki.hs')
-rw-r--r-- | lib/Kiki.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Kiki.hs b/lib/Kiki.hs index 579640a..e5c4eb4 100644 --- a/lib/Kiki.hs +++ b/lib/Kiki.hs | |||
@@ -48,6 +48,7 @@ import CommandLine | |||
48 | import DotLock | 48 | import DotLock |
49 | import GnuPGAgent (Query (..)) | 49 | import GnuPGAgent (Query (..)) |
50 | import KeyRing hiding (pemFromPacket) | 50 | import KeyRing hiding (pemFromPacket) |
51 | import KeyDB | ||
51 | 52 | ||
52 | withAgent :: [PassphraseSpec] -> [PassphraseSpec] | 53 | withAgent :: [PassphraseSpec] -> [PassphraseSpec] |
53 | withAgent [] = [PassphraseAgent] | 54 | withAgent [] = [PassphraseAgent] |