summaryrefslogtreecommitdiff
path: root/lib/GnuPGAgent.hs
diff options
context:
space:
mode:
authorjoe <joe@jerkface.net>2016-08-29 22:24:08 -0400
committerjoe <joe@jerkface.net>2016-08-29 22:24:08 -0400
commit78c2c3753e69818aa7fd5d3a0354fea5d0fc452b (patch)
tree9f1b155c07db63d22f01e04198d00b89a109f6b9 /lib/GnuPGAgent.hs
parent63af3d0f3d149b110e172223c18afacd77a172f8 (diff)
cokiki build fix & show --packets option.
Diffstat (limited to 'lib/GnuPGAgent.hs')
-rw-r--r--lib/GnuPGAgent.hs3
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
12import Debug.Trace 13import Debug.Trace
13import Control.Monad 14import Control.Monad