diff --git a/CHANGELOG b/CHANGELOG
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+- 0.8.0.1
+    * Bump `HUnit` dependency to allow up to `HUnit-1.3`
+
 - 0.8.0.0
     * Lots of constraint changes due to Applicative => Monad
 
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.0.0
+Version:  0.8.0.1
 Synopsis: A practical formlet library
 
 Description:
@@ -88,7 +88,7 @@
       Text.Digestive.Types.QTests
 
   Build-depends:
-    HUnit                      >= 1.2 && < 1.3,
+    HUnit                      >= 1.2 && < 1.4,
     QuickCheck                 >= 2.5 && < 2.9,
     test-framework             >= 0.4 && < 0.9,
     test-framework-hunit       >= 0.3 && < 0.4,
