diff options
author | Don Stewart <dons@galois.com> | 2008-01-04 16:24:00 -0800 |
---|---|---|
committer | Don Stewart <dons@galois.com> | 2008-01-04 16:24:00 -0800 |
commit | 3f2504c8c3861d37d163d6cdd7d953eb1d352501 (patch) | |
tree | 4b0106357968d7fbfef1077357b2c8319af31ad4 /Codec/MIME/Utils.hs | |
parent | 35f0f40cfabeb49b468c6ae3c68fedded145a022 (diff) |
Name space fixes
Diffstat (limited to 'Codec/MIME/Utils.hs')
-rw-r--r-- | Codec/MIME/Utils.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Codec/MIME/Utils.hs b/Codec/MIME/Utils.hs index a5db2d9..f0bb2a1 100644 --- a/Codec/MIME/Utils.hs +++ b/Codec/MIME/Utils.hs @@ -8,11 +8,11 @@ Extracting content from MIME values and types. -} -module MIME.Utils +module Codec.MIME.Utils ( findMultipartNamed -- :: String -> MIMEValue -> Maybe MIMEValue ) where -import MIME.Type +import Codec.MIME.Type import Data.List ( find ) import Control.Monad ( msum ) |