diff --git a/FontyFruity.cabal b/FontyFruity.cabal
--- a/FontyFruity.cabal
+++ b/FontyFruity.cabal
@@ -2,7 +2,7 @@
 -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                FontyFruity
-version:             0.1.0.3
+version:             0.1.0.4
 synopsis:            A true type file format loader
 description:         
     An haskell Truetype file parser.
@@ -28,7 +28,7 @@
 Source-Repository this
     Type:      git
     Location:  https://github.com/Twinside/FontyFruity.git
-    Tag:       v0.1.0.3
+    Tag:       v0.1.0.4
 
 
 library
diff --git a/changelog b/changelog
--- a/changelog
+++ b/changelog
@@ -1,5 +1,8 @@
 -*-change-log-*-
 
+v0.1.0.4 February 2014
+ * Fixing hackage's haddock generation
+
 v0.1.0.3 February 2014
  * Dropping base upper bound.
 
diff --git a/src/Graphics/Text/TrueType/MaxpTable.hs b/src/Graphics/Text/TrueType/MaxpTable.hs
--- a/src/Graphics/Text/TrueType/MaxpTable.hs
+++ b/src/Graphics/Text/TrueType/MaxpTable.hs
@@ -1,4 +1,4 @@
-module Graphics.Text.TrueType.MaxpTable ( MaxpTable( .. ) ) where
+module Graphics.Text.TrueType.MaxpTable( MaxpTable( .. ) ) where
 
 import Control.Applicative( (<$>), (<*>) )
 import Data.Word( Word16 )
@@ -34,7 +34,7 @@
     , _maxpmaxStackElements :: !Word16
     -- | Maximum byte count for glyph instructions.
     , _maxpmaxSizeOfInstructions :: !Word16
-    -- | Maximum number of components referenced at top level for any composite glyph.
+    -- | Maximum number of components referenced at "top level" for any composite glyph.
     , _maxpmaxComponentElements :: !Word16
     -- | Maximum levels of recursion; 1 for simple components.
     , _maxpmaxComponentDepth :: !Word16
