diff --git a/CHANGELOG.txt b/CHANGELOG.txt
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,3 +1,6 @@
+0.7.3, 2013-12-01:
+	Update dependencies to allow dlist-0.6.
+
 0.7.2, 2012-10-18:
 	Update dependencies to allow directory-1.2.
 
diff --git a/Glob.cabal b/Glob.cabal
--- a/Glob.cabal
+++ b/Glob.cabal
@@ -1,7 +1,7 @@
 Cabal-Version: >= 1.6
 
 Name:        Glob
-Version:     0.7.2
+Version:     0.7.3
 Homepage:    http://iki.fi/matti.niemenmaa/glob/
 Synopsis:    Globbing library
 Category:    System
@@ -27,7 +27,7 @@
    Build-Depends: base         >= 4 && < 5
                 , containers   <  0.6
                 , directory    <  1.3
-                , dlist        >= 0.4 && < 0.6
+                , dlist        >= 0.4 && < 0.7
                 , filepath     >= 1.1 && < 1.4
                 , transformers >= 0.2 && < 0.4
 
