summaryrefslogtreecommitdiffstats
path: root/Codec/MIME/Utils.hs
diff options
context:
space:
mode:
authorSigbjorn Finne <sof@galois.com>2009-01-31 08:27:34 -0800
committerSigbjorn Finne <sof@galois.com>2009-01-31 08:27:34 -0800
commit7c0a90bd7d012296eefbe2bfb07327752654b37c (patch)
tree1c74e02641313855fe21cea23b2f49bb9d92cae7 /Codec/MIME/Utils.hs
parent521c6ce5b58900572732806fb9227a1f50b6447f (diff)
haddock additions
Diffstat (limited to 'Codec/MIME/Utils.hs')
-rw-r--r--Codec/MIME/Utils.hs24
1 files changed, 13 insertions, 11 deletions
diff --git a/Codec/MIME/Utils.hs b/Codec/MIME/Utils.hs
index 03f41fb..8c4e921 100644
--- a/Codec/MIME/Utils.hs
+++ b/Codec/MIME/Utils.hs
@@ -1,14 +1,16 @@
-{- |
- Module : Codec.MIME.Utils
- Copyright : (c) 2007-2008, Galois, Inc.
- License : BSD3
-
- Maintainer : Sigbjorn Finne <sof@galois.com>
- Stability : unstable
- Portability : GHC
-
- Extracting content from MIME values and types.
--}
+--------------------------------------------------------------------
+-- |
+-- Module : Codec.MIME.Utils
+-- Copyright : (c) 2006-2009, Galois, Inc.
+-- License : BSD3
+--
+-- Maintainer: Sigbjorn Finne <sof@galois.com>
+-- Stability : provisional
+-- Portability: portable
+--
+-- Extracting content from MIME values and types.
+--
+--------------------------------------------------------------------
module Codec.MIME.Utils
( findMultipartNamed -- :: String -> MIMEValue -> Maybe MIMEValue
) where