diff --git a/CHANGELOG b/CHANGELOG
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,10 @@
+propellor (3.1.1) unstable; urgency=medium
+
+  * Haddock build fix.
+    Thanks, Sean Whitton
+
+ -- Joey Hess <id@joeyh.name>  Thu, 23 Jun 2016 08:12:57 -0400
+
 propellor (3.1.0) unstable; urgency=medium
 
   * Architecture changed from String to an ADT. (API Change)
diff --git a/debian/changelog b/debian/changelog
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+propellor (3.1.1) unstable; urgency=medium
+
+  * Haddock build fix.
+    Thanks, Sean Whitton
+
+ -- Joey Hess <id@joeyh.name>  Thu, 23 Jun 2016 08:12:57 -0400
+
 propellor (3.1.0) unstable; urgency=medium
 
   * Architecture changed from String to an ADT. (API Change)
diff --git a/propellor.cabal b/propellor.cabal
--- a/propellor.cabal
+++ b/propellor.cabal
@@ -1,5 +1,5 @@
 Name: propellor
-Version: 3.1.0
+Version: 3.1.1
 Cabal-Version: >= 1.8
 License: BSD2
 Maintainer: Joey Hess <id@joeyh.name>
diff --git a/src/Propellor/Property/Ccache.hs b/src/Propellor/Property/Ccache.hs
--- a/src/Propellor/Property/Ccache.hs
+++ b/src/Propellor/Property/Ccache.hs
@@ -100,7 +100,7 @@
 					, groupWriteMode
 					, setGroupIDMode
 					]) `onChange` fixSetgidBit
-				-- ^ we use onChange to catch upgrades from
+				-- here, we use onChange to catch upgrades from
 				-- 3.0.5 where the setGroupIDMode line was not
 				-- present
 			& hasLimits path limit
