From 48270df4b7c981be0fa41a80916011fade98c0d3 Mon Sep 17 00:00:00 2001 From: Eric Mertens Date: Mon, 20 Oct 2008 14:47:46 -0700 Subject: version bump and base64 export --- mime.cabal | 6 +++--- 1 file 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 -- cgit v1.2.3