diff --git a/imp.cabal b/imp.cabal
--- a/imp.cabal
+++ b/imp.cabal
@@ -1,6 +1,6 @@
 cabal-version: 2.2
 name: imp
-version: 1.0.3.0
+version: 1.0.3.1
 synopsis: A GHC plugin for automatically importing modules.
 description: Imp is a GHC plugin for automatically importing modules.
 category: Plugin
@@ -20,7 +20,7 @@
   manual: True
 
 common library
-  build-depends: base ^>=4.18.0.0 || ^>=4.19.0.0 || ^>=4.20.0.0
+  build-depends: base ^>=4.19.0.0 || ^>=4.20.0.0 || ^>=4.21.0.0
   default-language: Haskell2010
   ghc-options:
     -Weverything
@@ -46,10 +46,10 @@
   import: library
   autogen-modules: Paths_imp
   build-depends:
-    Cabal-syntax ^>=3.10.1.0 || ^>=3.12.0.0,
+    Cabal-syntax ^>=3.10.1.0 || ^>=3.12.0.0 || ^>=3.14.0.0,
     containers ^>=0.6.7 || ^>=0.7,
     exceptions ^>=0.10.5,
-    ghc ^>=9.6.1 || ^>=9.8.1 || ^>=9.10.1,
+    ghc ^>=9.8.1 || ^>=9.10.1 || ^>=9.12.1,
     transformers ^>=0.6.1,
 
   -- cabal-gild: discover source/library
