diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,3 +1,7 @@
+## 0.1.4.1
+
+Fix stack's own Haddocks.  No changes to functionality (only comments updated).
+
 ## 0.1.4.0
 
 Major changes:
diff --git a/src/Stack/Types/Compiler.hs b/src/Stack/Types/Compiler.hs
--- a/src/Stack/Types/Compiler.hs
+++ b/src/Stack/Types/Compiler.hs
@@ -30,8 +30,8 @@
 data CompilerVersion
     = GhcVersion {-# UNPACK #-} !Version
     | GhcjsVersion
-        {-# UNPACK #-} !Version -- ^ GHCJS version
-        {-# UNPACK #-} !Version -- ^ GHC version
+        {-# UNPACK #-} !Version -- GHCJS version
+        {-# UNPACK #-} !Version -- GHC version
     deriving (Generic, Show, Eq, Ord)
 instance Binary CompilerVersion
 instance NFData CompilerVersion where
diff --git a/stack.cabal b/stack.cabal
--- a/stack.cabal
+++ b/stack.cabal
@@ -1,5 +1,5 @@
 name:                stack
-version:             0.1.4.0
+version:             0.1.4.1
 synopsis:            The Haskell Tool Stack
 description:         Please see the README.md for usage information, and
                      the wiki on Github for more details.  Also, note that
