summaryrefslogtreecommitdiffstats
path: root/Codec/MIME/Type.hs
diff options
context:
space:
mode:
authorDon Stewart <dons@galois.com>2008-01-04 16:24:00 -0800
committerDon Stewart <dons@galois.com>2008-01-04 16:24:00 -0800
commit3f2504c8c3861d37d163d6cdd7d953eb1d352501 (patch)
tree4b0106357968d7fbfef1077357b2c8319af31ad4 /Codec/MIME/Type.hs
parent35f0f40cfabeb49b468c6ae3c68fedded145a022 (diff)
Name space fixes
Diffstat (limited to 'Codec/MIME/Type.hs')
-rw-r--r--Codec/MIME/Type.hs5
1 files changed, 3 insertions, 2 deletions
diff --git a/Codec/MIME/Type.hs b/Codec/MIME/Type.hs
index e9266ec..7f40554 100644
--- a/Codec/MIME/Type.hs
+++ b/Codec/MIME/Type.hs
@@ -1,7 +1,7 @@
{- |
Module : MIME.Type
- Copyright : (c) 2006
+ Copyright : (c) 2006-2007 Galois Inc.
Maintainer : tse-dev-team@galois.com
Stability : unstable
@@ -9,7 +9,8 @@
Representing MIME types and values.
-}
-module MIME.Type where
+
+module Codec.MIME.Type where
import Data.List ( concatMap, isSuffixOf )