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 46416c1..88a03ce 100644
--- a/Codec/Encryption/OpenPGP/ASCIIArmor/Types.hs
+++ b/Codec/Encryption/OpenPGP/ASCIIArmor/Types.hs
@@ -11,7 +11,7 @@ module Codec.Encryption.OpenPGP.ASCIIArmor.Types (
11import Data.ByteString (ByteString) 11import Data.ByteString (ByteString)
12 12
13data Armor = Armor ArmorType [(String, String)] ByteString 13data Armor = Armor ArmorType [(String, String)] ByteString
14 | ClearSigned [(String, String)] String Armor 14 | ClearSigned [(String, String)] ByteString Armor
15 deriving (Show, Eq) 15 deriving (Show, Eq)
16 16
17data ArmorType = ArmorMessage 17data ArmorType = ArmorMessage