summaryrefslogtreecommitdiffstats
path: root/Codec/MIME/Decode.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/Decode.hs
parent35f0f40cfabeb49b468c6ae3c68fedded145a022 (diff)
Name space fixes
Diffstat (limited to 'Codec/MIME/Decode.hs')
-rw-r--r--Codec/MIME/Decode.hs19
1 files changed, 16 insertions, 3 deletions
diff --git a/Codec/MIME/Decode.hs b/Codec/MIME/Decode.hs
index f23454a..3fbbddf 100644
--- a/Codec/MIME/Decode.hs
+++ b/Codec/MIME/Decode.hs
@@ -1,8 +1,21 @@
-module MIME.Decode where
+--------------------------------------------------------------------
+-- |
+-- Module : Codec.MIME.Decode
+-- Copyright : (c) Galois, Inc. 2006..2008
+-- License : BSD3
+--
+-- Maintainer: Don Stewart <dons@galois.com>
+-- Stability : provisional
+-- Portability:
+--
+--------------------------------------------------------------------
+
+module Codec.MIME.Decode where
import Data.Char
-import MIME.QuotedPrintable as QP
-import MIME.Base64 as Base64
+
+import Codec.MIME.QuotedPrintable as QP
+import Codec.MIME.Base64 as Base64
decodeBody :: String -> String -> String
decodeBody enc body =