summaryrefslogtreecommitdiff
path: root/Data/OpenPGP/Util.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Data/OpenPGP/Util.hs')
-rw-r--r--Data/OpenPGP/Util.hs4
1 files changed, 3 insertions, 1 deletions
diff --git a/Data/OpenPGP/Util.hs b/Data/OpenPGP/Util.hs
index c675ec2..8a1a449 100644
--- a/Data/OpenPGP/Util.hs
+++ b/Data/OpenPGP/Util.hs
@@ -3,10 +3,12 @@ module Data.OpenPGP.Util
3 , decryptSecretKey 3 , decryptSecretKey
4 , verify 4 , verify
5 , pgpSign 5 , pgpSign
6 , GenerateKeyParams(..)
7 , generateKey
6 ) where 8 ) where
7 9
8import Data.OpenPGP.Util.Fingerprint 10import Data.OpenPGP.Util.Fingerprint
9import Data.OpenPGP.Util.Sign 11import Data.OpenPGP.Util.Sign
10import Data.OpenPGP.Util.Verify 12import Data.OpenPGP.Util.Verify
11import Data.OpenPGP.Util.DecryptSecretKey 13import Data.OpenPGP.Util.DecryptSecretKey
12 14import Data.OpenPGP.Util.Gen