diff options
author | Sigbjorn Finne <sof@galois.com> | 2008-09-08 22:13:36 -0700 |
---|---|---|
committer | Sigbjorn Finne <sof@galois.com> | 2008-09-08 22:13:36 -0700 |
commit | 6de59bd269939143e985d3f356806b2d500eabac (patch) | |
tree | c9571f06fdd84a59f25c187e2971ae4a2578ded1 /Codec | |
parent | 9610758f52baa3661eecdb8bd92ade9ce4ab2f59 (diff) |
wibble (testing e-mail fwd'ing)
Diffstat (limited to 'Codec')
-rw-r--r-- | Codec/MIME/Parse.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Codec/MIME/Parse.hs b/Codec/MIME/Parse.hs index e37578e..6b5c437 100644 --- a/Codec/MIME/Parse.hs +++ b/Codec/MIME/Parse.hs @@ -187,7 +187,6 @@ mediaTypes = 'x':'-':_ -> Extension b _ -> OtherMulti b - multipartTypes :: [(String, Multipart)] multipartTypes = [ ("alternative", Alternative) |