From 3f2504c8c3861d37d163d6cdd7d953eb1d352501 Mon Sep 17 00:00:00 2001 From: Don Stewart Date: Fri, 4 Jan 2008 16:24:00 -0800 Subject: Name space fixes --- Codec/MIME/Type.hs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Codec/MIME/Type.hs') 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 ) -- cgit v1.2.3