summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mime.cabal6
1 files changed, 3 insertions, 3 deletions
diff --git a/mime.cabal b/mime.cabal
index 18cca76..5c9f803 100644
--- a/mime.cabal
+++ b/mime.cabal
@@ -1,5 +1,5 @@
name: mime
-version: 0.2.1
+version: 0.2.2
synopsis: Working with MIME types.
description: Working with MIME types.
category: Codec
@@ -22,7 +22,7 @@ library
exposed-modules: Codec.MIME.Type
Codec.MIME.Parse
Codec.MIME.Utils
- other-modules: Codec.MIME.Base64
- Codec.MIME.Decode
+ Codec.MIME.Base64
+ other-modules: Codec.MIME.Decode
Codec.MIME.QuotedPrintable
ghc-options: -Wall -O2