diff --git a/ghc-parser.cabal b/ghc-parser.cabal
--- a/ghc-parser.cabal
+++ b/ghc-parser.cabal
@@ -2,7 +2,7 @@
 -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                ghc-parser
-version:             0.2.7.0
+version:             0.2.8.0
 synopsis:            Haskell source parser from GHC.
 -- description:
 homepage:            https://github.com/IHaskell/IHaskell
@@ -23,7 +23,7 @@
   -- other-modules:
   -- other-extensions:
   build-depends:       base                 >=4.9 && < 5,
-                       ghc                  >=8.4 && <9.11
+                       ghc                  >=8.4 && <9.14
 
   if impl(ghc >= 8.4) && impl(ghc < 8.10)
     hs-source-dirs:  generic-src src-8.4
@@ -37,7 +37,7 @@
     hs-source-dirs:  generic-src src-9.4
   if impl(ghc >= 9.6) && impl(ghc < 9.8)
     hs-source-dirs:  generic-src src-9.6
-  if impl(ghc >= 9.8) && impl(ghc < 9.12)
+  if impl(ghc >= 9.8) && impl(ghc < 9.14)
     hs-source-dirs:  generic-src src-9.8
 
 
