diff --git a/hie-compat.cabal b/hie-compat.cabal
--- a/hie-compat.cabal
+++ b/hie-compat.cabal
@@ -1,6 +1,6 @@
 cabal-version:       1.22
 name:                hie-compat
-version:             0.3.1.0
+version:             0.3.1.1
 synopsis:            HIE files for GHC 8.8 and other HIE file backports
 license:             Apache-2.0
 description:
@@ -29,11 +29,11 @@
 library
   default-language:    Haskell2010
   build-depends:
-     base < 4.18, array, bytestring, containers, directory, filepath, transformers
+     base < 4.19, array, bytestring, containers, directory, filepath, transformers
   if flag(ghc-lib) && impl(ghc < 9)
     build-depends: ghc-lib < 9.0
   else
-    build-depends: ghc, ghc-boot
+    build-depends: ghc >= 8.10, ghc-boot
   if (impl(ghc >= 9.0) && impl(ghc < 9.1))
     ghc-options: -Wall -Wno-name-shadowing
   else
@@ -52,5 +52,5 @@
     hs-source-dirs: src-ghc90 src-reexport-ghc9
   if (impl(ghc >= 9.2) && impl(ghc < 9.3))
     hs-source-dirs: src-ghc92 src-reexport-ghc9
-  if (impl(ghc >= 9.4) && impl(ghc < 9.5))
+  if (impl(ghc >= 9.4) && impl(ghc < 9.7))
     hs-source-dirs: src-reexport-ghc92
