diff options
-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 |