summaryrefslogtreecommitdiff
path: root/Codec/Encryption/OpenPGP/ASCIIArmor/Types.hs
diff options
context:
space:
mode:
authorClint Adams <clint@softwarefreedom.org>2012-04-26 16:29:50 -0400
committerClint Adams <clint@softwarefreedom.org>2012-04-26 16:29:50 -0400
commit716dd382221343e5da5daf1a9a8ac40304a7d74b (patch)
tree0a2b7bed56f9ec6564d4a9e918ab4e8fd53c0dc5 /Codec/Encryption/OpenPGP/ASCIIArmor/Types.hs
parentd17ea2bb11255f7e6ae9069d3b58e8f06d5946a5 (diff)
Codec for "Cleartext Signatures"
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