diff options
author | joe <joe@jerkface.net> | 2016-08-29 22:24:08 -0400 |
---|---|---|
committer | joe <joe@jerkface.net> | 2016-08-29 22:24:08 -0400 |
commit | 78c2c3753e69818aa7fd5d3a0354fea5d0fc452b (patch) | |
tree | 9f1b155c07db63d22f01e04198d00b89a109f6b9 /lib/GnuPGAgent.hs | |
parent | 63af3d0f3d149b110e172223c18afacd77a172f8 (diff) |
cokiki build fix & show --packets option.
Diffstat (limited to 'lib/GnuPGAgent.hs')
-rw-r--r-- | lib/GnuPGAgent.hs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/GnuPGAgent.hs b/lib/GnuPGAgent.hs index 5878357..7161b92 100644 --- a/lib/GnuPGAgent.hs +++ b/lib/GnuPGAgent.hs | |||
@@ -7,7 +7,8 @@ module GnuPGAgent | |||
7 | , QueryMode(..) | 7 | , QueryMode(..) |
8 | , getPassphrase | 8 | , getPassphrase |
9 | , clearPassphrase | 9 | , clearPassphrase |
10 | , quit ) where | 10 | , quit |
11 | , key_nbits) where | ||
11 | 12 | ||
12 | import Debug.Trace | 13 | import Debug.Trace |
13 | import Control.Monad | 14 | import Control.Monad |