diff --git a/library/Numeric/Natural.hs b/library/Numeric/Natural.hs
new file mode 100644
--- /dev/null
+++ b/library/Numeric/Natural.hs
@@ -0,0 +1,7 @@
+module Numeric.Natural
+(
+  module Rebase.Numeric.Natural
+)
+where
+
+import Rebase.Numeric.Natural
diff --git a/rerebase.cabal b/rerebase.cabal
--- a/rerebase.cabal
+++ b/rerebase.cabal
@@ -1,7 +1,7 @@
 name:
   rerebase
 version:
-  1.6.0.1
+  1.6.1
 synopsis:
   Reexports from "base" with a bunch of other standard libraries
 description:
@@ -381,6 +381,7 @@
     GHC.Weak
     GHC.Word
     Numeric
+    Numeric.Natural
     Prelude
     System.Console.GetOpt
     System.CPUTime
@@ -407,4 +408,4 @@
   exposed:
     False
   build-depends:
-    rebase ==1.6.0.1
+    rebase ==1.6.1
