summaryrefslogtreecommitdiff
path: root/Codec/Encryption/OpenPGP/ASCIIArmor.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Codec/Encryption/OpenPGP/ASCIIArmor.hs')
-rw-r--r--Codec/Encryption/OpenPGP/ASCIIArmor.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Codec/Encryption/OpenPGP/ASCIIArmor.hs b/Codec/Encryption/OpenPGP/ASCIIArmor.hs
index 26d58dd..6d0c172 100644
--- a/Codec/Encryption/OpenPGP/ASCIIArmor.hs
+++ b/Codec/Encryption/OpenPGP/ASCIIArmor.hs
@@ -7,7 +7,9 @@ module Codec.Encryption.OpenPGP.ASCIIArmor (
7 encode 7 encode
8 , decode 8 , decode
9 , parseArmor 9 , parseArmor
10 , multipartMerge
10) where 11) where
11 12
12import Codec.Encryption.OpenPGP.ASCIIArmor.Encode (encode) 13import Codec.Encryption.OpenPGP.ASCIIArmor.Encode (encode)
13import Codec.Encryption.OpenPGP.ASCIIArmor.Decode (decode, parseArmor) 14import Codec.Encryption.OpenPGP.ASCIIArmor.Decode (decode, parseArmor)
15import Codec.Encryption.OpenPGP.ASCIIArmor.Multipart (multipartMerge)