diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+### 0.11.0.2
+
+- Added support for `dlist-0.8`.
+
 ### 0.11.0.1
 
 - Fixed documentation broken links.
diff --git a/luminance.cabal b/luminance.cabal
--- a/luminance.cabal
+++ b/luminance.cabal
@@ -1,5 +1,5 @@
 name:                luminance
-version:             0.11.0.1
+version:             0.11.0.2
 synopsis:            Type-safe, type-level and stateless graphics framework
 description:         This package exposes several modules to work with /GPUs/ in a stateless and
                      type-safe way. Currently, it uses OpenGL as backend hardware technology but
@@ -116,7 +116,7 @@
   build-depends:       base           >= 4.8  && < 4.9
                      , containers     >= 0.5  && < 0.6
                      , contravariant  >= 1.3  && < 1.5
-                     , dlist          >= 0.7  && < 0.8
+                     , dlist          >= 0.7  && < 0.9
                      , gl             >= 0.7  && < 0.8
                      , linear         >= 1.19 && < 1.21
                      , mtl            >= 2.2  && < 2.3
