summaryrefslogtreecommitdiffstats
path: root/Codec/MIME/Base64.hs
diff options
context:
space:
mode:
authorSigbjorn Finne <sof@galois.com>2008-09-19 09:55:01 -0700
committerSigbjorn Finne <sof@galois.com>2008-09-19 09:55:01 -0700
commit3bc46d19146c73a7984bacb2b8685989b6a4b2da (patch)
tree8fdaae862b0493121bd2deace35d0ac01cd85775 /Codec/MIME/Base64.hs
parent7567f36fdfc9f6416bba4db23e4f9bbdcf874dff (diff)
fix terrible QP encoding snafu + tidyups
Diffstat (limited to 'Codec/MIME/Base64.hs')
-rw-r--r--Codec/MIME/Base64.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Codec/MIME/Base64.hs b/Codec/MIME/Base64.hs
index a8da683..ffca6c1 100644
--- a/Codec/MIME/Base64.hs
+++ b/Codec/MIME/Base64.hs
@@ -1,9 +1,9 @@
{- |
Module : Codec.MIME.Parse
- Copyright : (c) 2006-2007
+ Copyright : (c) 2006-2008
- Maintainer :
+ Maintainer : Sigbjorn Finne <sof@galois.com>
Stability : unstable
Portability : GHC