diff --git a/CHANGELOG.txt b/CHANGELOG.txt
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,3 +1,6 @@
+0.7.10, 2016-07-18:
+	Update dependencies to allow dlist-0.8.
+
 0.7.9, 2016-07-02:
 	Add missing Utils module to test suite, so that the tests provided with
 	the sdist tarball actually run.
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.9
+Version:     0.7.10
 Homepage:    http://iki.fi/matti.niemenmaa/glob/
 Synopsis:    Globbing library
 Category:    System
@@ -28,7 +28,7 @@
    Build-Depends: base         >= 4 && < 5
                 , containers   <  0.6
                 , directory    <  1.3
-                , dlist        >= 0.4 && < 0.8
+                , dlist        >= 0.4 && < 0.9
                 , filepath     >= 1.1 && < 1.5
                 , transformers >= 0.2 && < 0.6
                 , transformers-compat >= 0.3 && < 0.6
@@ -56,7 +56,7 @@
    Build-Depends: base                       >= 4 && < 5
                 , containers                 <  0.6
                 , directory                  <  1.3
-                , dlist                      >= 0.4 && < 0.8
+                , dlist                      >= 0.4 && < 0.9
                 , filepath                   >= 1.1 && < 1.5
                 , transformers               >= 0.2 && < 0.6
                 , transformers-compat        >= 0.3 && < 0.6
