summaryrefslogtreecommitdiffstats
path: root/mime.cabal
diff options
context:
space:
mode:
authorSigbjorn Finne <sigbjorn.finne@gmail.com>2008-11-09 10:13:22 -0800
committerSigbjorn Finne <sigbjorn.finne@gmail.com>2008-11-09 10:13:22 -0800
commit89c17335e3d35bd96dc4430329a18c36209a9e66 (patch)
tree4f54461bdc903d8169aef3f7294a1063ada9a051 /mime.cabal
parent48270df4b7c981be0fa41a80916011fade98c0d3 (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 'mime.cabal')
-rw-r--r--mime.cabal4
1 files changed, 2 insertions, 2 deletions
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