diff --git a/CHANGELOG.txt b/CHANGELOG.txt
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,3 +1,6 @@
+0.7.7, 2016-06-28:
+	Update test dependencies to allow HUnit-1.3.
+
 0.7.6, 2016-06-28:
 	Update dependencies to allow filepath-1.4.
 
diff --git a/Glob.cabal b/Glob.cabal
--- a/Glob.cabal
+++ b/Glob.cabal
@@ -1,7 +1,7 @@
 Cabal-Version: >= 1.9.2
 
 Name:        Glob
-Version:     0.7.6
+Version:     0.7.7
 Homepage:    http://iki.fi/matti.niemenmaa/glob/
 Synopsis:    Globbing library
 Category:    System
@@ -58,7 +58,7 @@
                 , dlist                      >= 0.4 && < 0.8
                 , filepath                   >= 1.1 && < 1.5
                 , transformers               >= 0.2 && < 0.6
-                , HUnit                      == 1.2.*
+                , HUnit                      >= 1.2 && < 1.4
                 , QuickCheck                 >= 2 && < 3
                 , test-framework             >= 0.2 && < 1
                 , test-framework-hunit       >= 0.2 && < 1
