diff --git a/library/Data/Kind.hs b/library/Data/Kind.hs
new file mode 100644
--- /dev/null
+++ b/library/Data/Kind.hs
@@ -0,0 +1,7 @@
+module Data.Kind
+(
+  module Rebase.Data.Kind
+)
+where
+
+import Rebase.Data.Kind
diff --git a/library/GHC/TypeNats.hs b/library/GHC/TypeNats.hs
new file mode 100644
--- /dev/null
+++ b/library/GHC/TypeNats.hs
@@ -0,0 +1,7 @@
+module GHC.TypeNats
+(
+  module Rebase.GHC.TypeNats
+)
+where
+
+import Rebase.GHC.TypeNats
diff --git a/rerebase.cabal b/rerebase.cabal
--- a/rerebase.cabal
+++ b/rerebase.cabal
@@ -1,7 +1,7 @@
 name:
   rerebase
 version:
-  1.3
+  1.3.1
 synopsis:
   Reexports from "base" with a bunch of other standard libraries
 description:
@@ -189,6 +189,7 @@
     Data.IORef
     Data.Isomorphism
     Data.Ix
+    Data.Kind
     Data.List
     Data.List.NonEmpty
     Data.List1
@@ -369,6 +370,7 @@
     GHC.STRef
     GHC.TopHandler
     GHC.TypeLits
+    GHC.TypeNats
     GHC.Unicode
     GHC.Weak
     GHC.Word
@@ -399,4 +401,4 @@
   exposed:
     False
   build-depends:
-    rebase ==1.3
+    rebase ==1.3.1
