diff --git a/library/Rebase/GHC/OverloadedLabels.hs b/library/Rebase/GHC/OverloadedLabels.hs
new file mode 100644
--- /dev/null
+++ b/library/Rebase/GHC/OverloadedLabels.hs
@@ -0,0 +1,7 @@
+module Rebase.GHC.OverloadedLabels
+(
+  module GHC.OverloadedLabels
+)
+where
+
+import GHC.OverloadedLabels
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.OverloadedLabels as Exports
 import Rebase.GHC.Records as Exports
 import Rebase.Numeric as Exports
 import Rebase.Numeric.Natural 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.3
+version: 1.7.4
 synopsis: A more progressive alternative to the "base" package
 description:
   This package is intended for those who are tired of keeping
@@ -374,6 +374,7 @@
     Rebase.GHC.List
     Rebase.GHC.MVar
     Rebase.GHC.Num
+    Rebase.GHC.OverloadedLabels
     Rebase.GHC.Pack
     Rebase.GHC.Profiling
     Rebase.GHC.Ptr
