diff --git a/library/GHC/Records.hs b/library/GHC/Records.hs
new file mode 100644
--- /dev/null
+++ b/library/GHC/Records.hs
@@ -0,0 +1,7 @@
+module GHC.Records
+(
+  module Rebase.GHC.Records
+)
+where
+
+import Rebase.GHC.Records
diff --git a/rerebase.cabal b/rerebase.cabal
--- a/rerebase.cabal
+++ b/rerebase.cabal
@@ -1,7 +1,7 @@
 name:
   rerebase
 version:
-  1.7.1.1
+  1.7.2
 synopsis:
   Reexports from "base" with a bunch of other standard libraries
 description:
@@ -380,6 +380,7 @@
     GHC.Ptr
     GHC.Read
     GHC.Real
+    GHC.Records
     GHC.Show
     GHC.ST
     GHC.Stable
@@ -421,4 +422,4 @@
   exposed:
     False
   build-depends:
-    rebase ==1.7.1.1
+    rebase ==1.7.2
