summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Mertens <emertens@galois.com>2008-10-20 14:47:46 -0700
committerEric Mertens <emertens@galois.com>2008-10-20 14:47:46 -0700
commit48270df4b7c981be0fa41a80916011fade98c0d3 (patch)
treee357120c8764484f8bc4644d4685b4f77254d6ae
parent3bc46d19146c73a7984bacb2b8685989b6a4b2da (diff)
version bump and base64 export
-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