diff options
author | Eric Mertens <emertens@galois.com> | 2008-10-20 14:47:46 -0700 |
---|---|---|
committer | Eric Mertens <emertens@galois.com> | 2008-10-20 14:47:46 -0700 |
commit | 48270df4b7c981be0fa41a80916011fade98c0d3 (patch) | |
tree | e357120c8764484f8bc4644d4685b4f77254d6ae | |
parent | 3bc46d19146c73a7984bacb2b8685989b6a4b2da (diff) |
version bump and base64 export
-rw-r--r-- | mime.cabal | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |