diff --git a/CHANGES.markdown b/CHANGES.markdown
--- a/CHANGES.markdown
+++ b/CHANGES.markdown
@@ -1,3 +1,8 @@
+0.1.0.5 (22 August 2017)
+------------------------
+
+- documentation fix
+
 0.1.0.4 (6 August 2016)
 -----------------------
 
diff --git a/palette.cabal b/palette.cabal
--- a/palette.cabal
+++ b/palette.cabal
@@ -1,5 +1,5 @@
 Name:                palette
-Version:             0.1.0.4
+Version:             0.1.0.5
 Synopsis:            Utilities for choosing and creating color schemes.
 Description:         Sets of predefined colors and tools for choosing and
                      creating color schemes.
@@ -12,7 +12,7 @@
 Bug-reports:         http://github.com/diagrams/palette/issues
 Category:            Data
 Build-type:          Simple
-Cabal-version:       >=1.10
+Cabal-version:       >=1.18
 Extra-source-files:  README.markdown, CHANGES.markdown, diagrams/*.svg
 Extra-doc-files:     diagrams/*.svg
 Tested-with:         GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.2, GHC == 8.0.1
diff --git a/src/Data/Colour/Palette/BrewerSet.hs b/src/Data/Colour/Palette/BrewerSet.hs
--- a/src/Data/Colour/Palette/BrewerSet.hs
+++ b/src/Data/Colour/Palette/BrewerSet.hs
@@ -7,7 +7,7 @@
 --
 -- Sets of between 3 and 12 colors.
 -- This product includes color specifications and designs developed by
--- Cynthia Brewer (http://colorbrewer.org/).
+-- <http://colorbrewer.org/ Cynthia Brewer>.
 --
 -----------------------------------------------------------------------------
 
