summaryrefslogtreecommitdiffstats
path: root/Codec/MIME/Type.hs
diff options
context:
space:
mode:
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 )