diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,5 +1,8 @@
 # Changelog for ghc-lib-parser-ex
 
+## 9.0.0.3 released 2021-02-08
+- Cabal bugfix
+
 ## 9.0.0.2 released 2021-02-08
 - Cabal bugfix
 
diff --git a/ghc-lib-parser-ex.cabal b/ghc-lib-parser-ex.cabal
--- a/ghc-lib-parser-ex.cabal
+++ b/ghc-lib-parser-ex.cabal
@@ -1,6 +1,6 @@
 cabal-version: >= 1.18
 name:           ghc-lib-parser-ex
-version:        9.0.0.2
+version:        9.0.0.3
 description:    Please see the README on GitHub at <https://github.com/shayne-fletcher/ghc-lib-parser-ex#readme>
 homepage:       https://github.com/shayne-fletcher/ghc-lib-parser-ex#readme
 bug-reports:    https://github.com/shayne-fletcher/ghc-lib-parser-ex/issues
@@ -63,7 +63,7 @@
       uniplate >= 1.5,
       bytestring >= 0.10.8.2,
       containers >= 0.5.8.1
-  if flag(auto) && impl(ghc >= 9.0.0) && impl(ghc < 9.0.1)
+  if flag(auto) && impl(ghc >= 9.0.0) && impl(ghc < 9.1.0)
     build-depends:
       ghc == 9.0.*,
       ghc-boot-th,
@@ -107,7 +107,7 @@
     , extra >=1.6
     , uniplate >= 1.6.12
     , ghc-lib-parser-ex
-  if flag(auto) && impl(ghc >= 9.0.0) && impl(ghc < 9.0.1)
+  if flag(auto) && impl(ghc >= 9.0.0) && impl(ghc < 9.1.0)
     build-depends:
       ghc == 9.0.*,
       ghc-boot-th,
