From 1823a3dd5443d98eab577988e9627fe74f3491fc Mon Sep 17 00:00:00 2001 From: odr Date: Sat, 11 Jan 2014 13:18:20 +0400 Subject: bugs fixed --- Codec/MIME/Type.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Codec/MIME/Type.hs') diff --git a/Codec/MIME/Type.hs b/Codec/MIME/Type.hs index 68a1b65..2ae9abd 100644 --- a/Codec/MIME/Type.hs +++ b/Codec/MIME/Type.hs @@ -52,7 +52,7 @@ data MIMEType | Multipart Multipart | Text TextType | Video SubType - | Other T.Text SubType + | Other {otherType :: T.Text, otherSubType :: SubType} deriving ( Show, Ord, Eq ) showMIMEType :: MIMEType -> T.Text -- cgit v1.2.3