diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,3 +1,7 @@
+## 0.1.2
+
+* Fix building the documentation with haddock.
+
 ## 0.1.1
 
 * Remove the build dependency on safe-exceptions.
diff --git a/bdcs-api.cabal b/bdcs-api.cabal
--- a/bdcs-api.cabal
+++ b/bdcs-api.cabal
@@ -1,5 +1,5 @@
 name:                   bdcs-api
-version:                0.1.1
+version:                0.1.2
 synopsis:               BDCS API Server
 description:            This module provides an API server and library component that works with the BDCS
                         project.  It provides a web interface for clients to create, edit, and delete
diff --git a/src/BDCS/API/ComposeConfig.hs b/src/BDCS/API/ComposeConfig.hs
--- a/src/BDCS/API/ComposeConfig.hs
+++ b/src/BDCS/API/ComposeConfig.hs
@@ -32,7 +32,7 @@
 import           Text.Toml(parseTomlDoc)
 
 
- -- | Information about the compose configuration not available in other results files
+-- | Information about the compose configuration not available in other results files
 data ComposeConfig = ComposeConfig {
     ccCommit       :: T.Text,                                           -- ^ Commit hash for Blueprint
     ccExportType   :: ExportType                                        -- ^ Export type
