summaryrefslogtreecommitdiff
path: root/lib/GnuPGAgent.hs
diff options
context:
space:
mode:
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