diff --git a/Data/Digest/Pure/MD5.hs b/Data/Digest/Pure/MD5.hs
--- a/Data/Digest/Pure/MD5.hs
+++ b/Data/Digest/Pure/MD5.hs
@@ -8,7 +8,7 @@
 -- Portability : portable, requires bang patterns and ByteString
 -- Tested with : GHC-6.8.1
 --
--- To get an MD5 digest of a lazy ByteString (you probably want this):
+-- |To get an MD5 digest of a lazy ByteString (you probably want this):
 --   hash = md5 lazyByteString
 --
 -- Alternativly, for a context that can be further updated/finalized:
@@ -19,8 +19,9 @@
 -----------------------------------------------------------------------------
 
 module Data.Digest.Pure.MD5
-	-- * Types
-        ( MD5Context
+	(
+        -- * Types
+         MD5Context
         , MD5Digest
         -- * Static data
         , md5InitialContext
diff --git a/pureMD5.cabal b/pureMD5.cabal
--- a/pureMD5.cabal
+++ b/pureMD5.cabal
@@ -1,5 +1,5 @@
 name:		pureMD5
-version:	0.2.1
+version:	0.2.2
 license:	BSD3
 license-file:	LICENSE
 author:		Thomas DuBuisson <thomas.dubuisson@gmail.com>
