diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,3 +1,7 @@
+### 1.0.23
+
++ Upgrade to haskell-gi-base-0.24
+
 ### 1.0.22
 
 + Update for haskell-gi(-base)-0.23
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 # Documentation
 Autogenerated documentation for this package can be found at
 
-[https://hackage.haskell.org/package/gi-pango-1.0.22/docs/GI-Pango.html](https://hackage.haskell.org/package/gi-pango-1.0.22/docs/GI-Pango.html)
+[https://hackage.haskell.org/package/gi-pango-1.0.23/docs/GI-Pango.html](https://hackage.haskell.org/package/gi-pango-1.0.23/docs/GI-Pango.html)
 
 For general documentation on using [haskell-gi](https://github.com/haskell-gi/haskell-gi) based bindings, see [the project page](https://github.com/haskell-gi/haskell-gi) or [the Wiki](https://github.com/haskell-gi/haskell-gi/wiki).
diff --git a/gi-pango.cabal b/gi-pango.cabal
--- a/gi-pango.cabal
+++ b/gi-pango.cabal
@@ -1,5 +1,5 @@
 name:                 gi-pango
-version:              1.0.22
+version:              1.0.23
 synopsis:             Pango bindings
 description:          Bindings for Pango, autogenerated by haskell-gi.
 homepage:             https://github.com/haskell-gi/haskell-gi
@@ -16,9 +16,10 @@
 custom-setup
       setup-depends: base >= 4.9 && < 5,
                      Cabal >= 1.24,
-                     haskell-gi >= 0.23 && < 0.24,
+                     haskell-gi >= 0.24 && < 0.25,
                      gi-gobject == 2.0.*,
-                     gi-glib == 2.0.*
+                     gi-glib == 2.0.*,
+                     gi-harfbuzz == 0.0.*
 
 library
       default-language: Haskell2010
@@ -28,11 +29,12 @@
 
       pkgconfig-depends: pango >= 1.0 && < 2
       build-depends: base >= 4.7 && <5,
-                     haskell-gi-base >= 0.23 && < 0.24,
-                     haskell-gi >= 0.23.0 && < 0.24,
+                     haskell-gi-base >= 0.24 && < 0.25,
+                     haskell-gi >= 0.24.0 && < 0.25,
                      haskell-gi-overloading < 1.1,
                      gi-gobject == 2.0.*,
                      gi-glib == 2.0.*,
+                     gi-harfbuzz == 0.0.*,
                      bytestring >= 0.10 && < 1,
                      containers >= 0.5 && < 1,
                      text >= 1.0 && < 2,
@@ -58,6 +60,7 @@
                        GI.Pango.Functions,
                        GI.Pango.Objects,
                        GI.Pango.Objects.Context,
+                       GI.Pango.Objects.Coverage,
                        GI.Pango.Objects.Engine,
                        GI.Pango.Objects.EngineLang,
                        GI.Pango.Objects.EngineShape,
@@ -85,7 +88,6 @@
                        GI.Pango.Structs.AttrString,
                        GI.Pango.Structs.Attribute,
                        GI.Pango.Structs.Color,
-                       GI.Pango.Structs.Coverage,
                        GI.Pango.Structs.EngineInfo,
                        GI.Pango.Structs.EngineScriptInfo,
                        GI.Pango.Structs.FontDescription,
@@ -118,6 +120,7 @@
                        GI.Pango.Functions,
                        GI.Pango.Objects,
                        GI.Pango.Objects.Context,
+                       GI.Pango.Objects.Coverage,
                        GI.Pango.Objects.Engine,
                        GI.Pango.Objects.EngineLang,
                        GI.Pango.Objects.EngineShape,
@@ -145,7 +148,6 @@
                        GI.Pango.Structs.AttrString,
                        GI.Pango.Structs.Attribute,
                        GI.Pango.Structs.Color,
-                       GI.Pango.Structs.Coverage,
                        GI.Pango.Structs.EngineInfo,
                        GI.Pango.Structs.EngineScriptInfo,
                        GI.Pango.Structs.FontDescription,
