summaryrefslogtreecommitdiffstats
path: root/mime.cabal
diff options
context:
space:
mode:
authorDon Stewart <dons@galois.com>2008-01-04 16:23:04 -0800
committerDon Stewart <dons@galois.com>2008-01-04 16:23:04 -0800
commit35f0f40cfabeb49b468c6ae3c68fedded145a022 (patch)
tree0d4fa2b367a987c86ef5c14a06b7b91aee2dc6a7 /mime.cabal
parent62e3911810c18e77a13794cb5899a9ebc6b0bbb3 (diff)
Move MIME stuff into proper Codec.* namespace.
Add copyrights where missing.
Diffstat (limited to 'mime.cabal')
-rw-r--r--mime.cabal14
1 files changed, 8 insertions, 6 deletions
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