From 3f2504c8c3861d37d163d6cdd7d953eb1d352501 Mon Sep 17 00:00:00 2001
From: Don Stewart <dons@galois.com>
Date: Fri, 4 Jan 2008 16:24:00 -0800
Subject: Name space fixes

---
 Codec/MIME/Decode.hs | 19 ++++++++++++++++---
 1 file changed, 16 insertions(+), 3 deletions(-)

(limited to 'Codec/MIME/Decode.hs')

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 =
-- 
cgit v1.2.3