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/Parse.hs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Codec/MIME/Parse.hs') diff --git a/Codec/MIME/Parse.hs b/Codec/MIME/Parse.hs index 06fffc6..22ba88c 100644 --- a/Codec/MIME/Parse.hs +++ b/Codec/MIME/Parse.hs @@ -1,6 +1,6 @@ {- | Module : MIME.Parse - Copyright : (c) 2006 + Copyright : (c) 2006-2007 Galois Inc. Maintainer : tse-dev-team@galois.com Stability : unstable @@ -8,13 +8,13 @@ Parsing MIME content. -} -module MIME.Parse +module Codec.MIME.Parse ( parseMIMEBody , parseMIMEType ) where -import MIME.Type -import MIME.Decode +import Codec.MIME.Type +import Codec.MIME.Decode import Data.Char import Data.Maybe -- cgit v1.2.3