summaryrefslogtreecommitdiffstats
path: root/mime.cabal
diff options
context:
space:
mode:
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