diff options
| author | Sigbjorn Finne <sof@galois.com> | 2008-09-19 09:55:01 -0700 | 
|---|---|---|
| committer | Sigbjorn Finne <sof@galois.com> | 2008-09-19 09:55:01 -0700 | 
| commit | 3bc46d19146c73a7984bacb2b8685989b6a4b2da (patch) | |
| tree | 8fdaae862b0493121bd2deace35d0ac01cd85775 /Codec/MIME/Parse.hs | |
| parent | 7567f36fdfc9f6416bba4db23e4f9bbdcf874dff (diff) | |
fix terrible QP encoding snafu + tidyups
Diffstat (limited to 'Codec/MIME/Parse.hs')
| -rw-r--r-- | Codec/MIME/Parse.hs | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/Codec/MIME/Parse.hs b/Codec/MIME/Parse.hs index e37578e..629a0cf 100644 --- a/Codec/MIME/Parse.hs +++ b/Codec/MIME/Parse.hs @@ -1,8 +1,8 @@  {- | -  Module      :  MIME.Parse -  Copyright   :  (c) 2006-2007 Galois Inc. +  Module      :  Codec.MIME.Parse +  Copyright   :  (c) 2006-2008 Galois Inc. -  Maintainer      : tse-dev-team@galois.com +  Maintainer      : Sigbjorn Finne <sof@galois.com>    Stability       : unstable    Portability     : GHC  | 
