From 89c17335e3d35bd96dc4430329a18c36209a9e66 Mon Sep 17 00:00:00 2001 From: Sigbjorn Finne Date: Sun, 9 Nov 2008 10:13:22 -0800 Subject: 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 --- mime.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mime.cabal') diff --git a/mime.cabal b/mime.cabal index 5c9f803..7c3380c 100644 --- a/mime.cabal +++ b/mime.cabal @@ -1,5 +1,5 @@ name: mime -version: 0.2.2 +version: 0.3.0 synopsis: Working with MIME types. description: Working with MIME types. category: Codec @@ -23,6 +23,6 @@ library Codec.MIME.Parse Codec.MIME.Utils Codec.MIME.Base64 - other-modules: Codec.MIME.Decode + Codec.MIME.Decode Codec.MIME.QuotedPrintable ghc-options: -Wall -O2 -- cgit v1.2.3