diff --git a/library/Rebase/GHC/Records.hs b/library/Rebase/GHC/Records.hs
new file mode 100644
--- /dev/null
+++ b/library/Rebase/GHC/Records.hs
@@ -0,0 +1,7 @@
+module Rebase.GHC.Records
+(
+  module GHC.Records
+)
+where
+
+import GHC.Records
diff --git a/library/Rebase/Prelude.hs b/library/Rebase/Prelude.hs
--- a/library/Rebase/Prelude.hs
+++ b/library/Rebase/Prelude.hs
@@ -69,6 +69,7 @@
 import Rebase.GHC.Exts as Exports (lazy, inline, sortWith, groupWith)
 import Rebase.GHC.Generics as Exports (Generic)
 import Rebase.GHC.IO.Exception as Exports
+import Rebase.GHC.Records as Exports
 import Rebase.Numeric as Exports
 import Rebase.Numeric.Natural as Exports
 import Rebase.System.Environment as Exports
diff --git a/rebase.cabal b/rebase.cabal
--- a/rebase.cabal
+++ b/rebase.cabal
@@ -1,5 +1,5 @@
 name: rebase
-version: 1.7.1.1
+version: 1.7.2
 synopsis: A more progressive alternative to the "base" package
 description:
   This package is intended for those who are tired of keeping
@@ -379,6 +379,7 @@
     Rebase.GHC.Ptr
     Rebase.GHC.Read
     Rebase.GHC.Real
+    Rebase.GHC.Records
     Rebase.GHC.Show
     Rebase.GHC.ST
     Rebase.GHC.Stable
