summaryrefslogtreecommitdiffstats
path: root/Codec/MIME/Parse.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Codec/MIME/Parse.hs')
-rw-r--r--Codec/MIME/Parse.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Codec/MIME/Parse.hs b/Codec/MIME/Parse.hs
index 6b5c437..e37578e 100644
--- a/Codec/MIME/Parse.hs
+++ b/Codec/MIME/Parse.hs
@@ -187,6 +187,7 @@ mediaTypes =
'x':'-':_ -> Extension b
_ -> OtherMulti b
+
multipartTypes :: [(String, Multipart)]
multipartTypes =
[ ("alternative", Alternative)