diff options
Diffstat (limited to 'Codec/MIME/Parse.hs')
-rw-r--r-- | Codec/MIME/Parse.hs | 23 |
1 files changed, 13 insertions, 10 deletions
diff --git a/Codec/MIME/Parse.hs b/Codec/MIME/Parse.hs index 07bdb46..488331c 100644 --- a/Codec/MIME/Parse.hs +++ b/Codec/MIME/Parse.hs @@ -1,13 +1,16 @@ -{- | - Module : Codec.MIME.Parse - Copyright : (c) 2006-2008 Galois Inc. - - Maintainer : Sigbjorn Finne <sof@galois.com> - Stability : unstable - Portability : GHC - - Parsing MIME content. --} +-------------------------------------------------------------------- +-- | +-- Module : Codec.MIME.Pare +-- Copyright : (c) 2006-2009, Galois, Inc. +-- License : BSD3 +-- +-- Maintainer: Sigbjorn Finne <sof@galois.com> +-- Stability : provisional +-- Portability: portable +-- +-- Parsing MIME content. +-- +-------------------------------------------------------------------- module Codec.MIME.Parse ( parseMIMEBody , parseMIMEType |