summaryrefslogtreecommitdiff
path: root/Codec/Encryption/OpenPGP/ASCIIArmor/Types.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Codec/Encryption/OpenPGP/ASCIIArmor/Types.hs')
-rw-r--r--Codec/Encryption/OpenPGP/ASCIIArmor/Types.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Codec/Encryption/OpenPGP/ASCIIArmor/Types.hs b/Codec/Encryption/OpenPGP/ASCIIArmor/Types.hs
index 88a03ce..fa83d23 100644
--- a/Codec/Encryption/OpenPGP/ASCIIArmor/Types.hs
+++ b/Codec/Encryption/OpenPGP/ASCIIArmor/Types.hs
@@ -8,7 +8,7 @@ module Codec.Encryption.OpenPGP.ASCIIArmor.Types (
8 , ArmorType(..) 8 , ArmorType(..)
9) where 9) where
10 10
11import Data.ByteString (ByteString) 11import Data.ByteString.Lazy (ByteString)
12 12
13data Armor = Armor ArmorType [(String, String)] ByteString 13data Armor = Armor ArmorType [(String, String)] ByteString
14 | ClearSigned [(String, String)] ByteString Armor 14 | ClearSigned [(String, String)] ByteString Armor