summaryrefslogtreecommitdiffstats
path: root/Codec/MIME/Type.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Codec/MIME/Type.hs')
-rw-r--r--Codec/MIME/Type.hs2
1 files changed, 1 insertions, 1 deletions
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