diff --git a/library/Data/DList/DNonEmpty.hs b/library/Data/DList/DNonEmpty.hs
new file mode 100644
--- /dev/null
+++ b/library/Data/DList/DNonEmpty.hs
@@ -0,0 +1,7 @@
+module Data.DList.DNonEmpty
+(
+  module Rebase.Data.DList.DNonEmpty
+)
+where
+
+import Rebase.Data.DList.DNonEmpty
diff --git a/rerebase.cabal b/rerebase.cabal
--- a/rerebase.cabal
+++ b/rerebase.cabal
@@ -1,7 +1,7 @@
 name:
   rerebase
 version:
-  1.6.1
+  1.7
 synopsis:
   Reexports from "base" with a bunch of other standard libraries
 description:
@@ -155,6 +155,7 @@
     Data.Complex
     Data.Data
     Data.DList
+    Data.DList.DNonEmpty
     Data.Dynamic
     Data.Either
     Data.Either.Combinators
@@ -408,4 +409,4 @@
   exposed:
     False
   build-depends:
-    rebase ==1.6.1
+    rebase ==1.7
