diff options
author | Sigbjorn Finne <sigbjorn.finne@gmail.com> | 2008-11-09 10:13:22 -0800 |
---|---|---|
committer | Sigbjorn Finne <sigbjorn.finne@gmail.com> | 2008-11-09 10:13:22 -0800 |
commit | 89c17335e3d35bd96dc4430329a18c36209a9e66 (patch) | |
tree | 4f54461bdc903d8169aef3f7294a1063ada9a051 /Codec/MIME/Utils.hs | |
parent | 48270df4b7c981be0fa41a80916011fade98c0d3 (diff) |
MIMEValue: include extra header field + toggle to control inclusion of content-type when emitting its type; added nullMIMEValue for easier construction of MIMEValues; upped version to 0.3.0
Diffstat (limited to 'Codec/MIME/Utils.hs')
-rw-r--r-- | Codec/MIME/Utils.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Codec/MIME/Utils.hs b/Codec/MIME/Utils.hs index 143b770..03f41fb 100644 --- a/Codec/MIME/Utils.hs +++ b/Codec/MIME/Utils.hs @@ -1,5 +1,5 @@ {- | - Module : MIME.Utils + Module : Codec.MIME.Utils Copyright : (c) 2007-2008, Galois, Inc. License : BSD3 |