diff --git a/CHANGELOG b/CHANGELOG
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+- 0.8.1.1
+    * Bump `time` dependency to allow up to `time-1.6`
+
 - 0.8.1.0
     * Add support for a list of files via `<input type="file" multiple />`
 
diff --git a/digestive-functors.cabal b/digestive-functors.cabal
--- a/digestive-functors.cabal
+++ b/digestive-functors.cabal
@@ -1,5 +1,5 @@
 Name:     digestive-functors
-Version:  0.8.1.0
+Version:  0.8.1.1
 Synopsis: A practical formlet library
 
 Description:
@@ -67,7 +67,7 @@
     mtl        >= 1.1.0.0 && < 3,
     old-locale >= 1.0     && < 1.1,
     text       >= 0.10    && < 1.3,
-    time       >= 1.4     && < 1.6
+    time       >= 1.4     && < 1.7
   Extensions: CPP
 
 Test-suite digestive-functors-tests
@@ -100,7 +100,7 @@
     mtl        >= 1.1.0.0 && < 3,
     old-locale >= 1.0     && < 1.1,
     text       >= 0.10    && < 1.3,
-    time       >= 1.4     && < 1.6
+    time       >= 1.4     && < 1.7
 
 Source-repository head
   Type:     git
