diff --git a/library/Rebase/Data/DList/DNonEmpty.hs b/library/Rebase/Data/DList/DNonEmpty.hs
new file mode 100644
--- /dev/null
+++ b/library/Rebase/Data/DList/DNonEmpty.hs
@@ -0,0 +1,7 @@
+module Rebase.Data.DList.DNonEmpty
+(
+  module Data.DList.DNonEmpty
+)
+where
+
+import Data.DList.DNonEmpty
diff --git a/rebase.cabal b/rebase.cabal
--- a/rebase.cabal
+++ b/rebase.cabal
@@ -1,5 +1,5 @@
 name: rebase
-version: 1.6.1
+version: 1.7
 synopsis: A more progressive alternative to the "base" package
 description:
   This package is intended for those who are tired of keeping
@@ -154,6 +154,7 @@
     Rebase.Data.Complex
     Rebase.Data.Data
     Rebase.Data.DList
+    Rebase.Data.DList.DNonEmpty
     Rebase.Data.Dynamic
     Rebase.Data.Either
     Rebase.Data.Either.Combinators
@@ -413,7 +414,7 @@
     contravariant-extras >=0.3 && <0.4,
     comonad >=5 && <5.1,
     deepseq >=1.4 && <1.5,
-    dlist >=0.8 && <0.9,
+    dlist >=1 && <2,
     either >=5 && <5.1,
     hashable >=1.3 && <1.4,
     mtl >=2.2 && <2.3,
