From 35f0f40cfabeb49b468c6ae3c68fedded145a022 Mon Sep 17 00:00:00 2001 From: Don Stewart Date: Fri, 4 Jan 2008 16:23:04 -0800 Subject: Move MIME stuff into proper Codec.* namespace. Add copyrights where missing. --- mime.cabal | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'mime.cabal') diff --git a/mime.cabal b/mime.cabal index 1d77084..ac24c4c 100644 --- a/mime.cabal +++ b/mime.cabal @@ -1,5 +1,5 @@ name: mime -version: 0.1 +version: 0.2 synopsis: Working with MIME types. description: Working with MIME types. category: Web @@ -7,9 +7,7 @@ license: BSD3 license-file: LICENSE author: Galois Inc. maintainer: Galois Inc -Copyright: (c) 2007 Galois Inc. -extra-source-files: scripts/json-rpc.js -homepage: http://docserver/mime.git/ +Copyright: (c) 2006-2008 Galois Inc. cabal-version: >= 1.2.0 flag split-base @@ -20,6 +18,10 @@ library else build-depends: base < 3 - exposed-modules: MIME.Type, MIME.Parse, MIME.Utils - other-modules: MIME.Base64, MIME.Decode, MIME.QuotedPrintable + exposed-modules: Codec.MIME.Type + Codec.MIME.Parse + Codec.MIME.Utils + other-modules: Codec.MIME.Base64 + Codec.MIME.Decode + Codec.MIME.QuotedPrintable ghc-options: -Wall -O2 -- cgit v1.2.3