diff --git a/autoexporter.cabal b/autoexporter.cabal
--- a/autoexporter.cabal
+++ b/autoexporter.cabal
@@ -1,7 +1,7 @@
 cabal-version: 2.2
 
 name: autoexporter
-version: 2.0.0.9
+version: 2.0.0.10
 
 synopsis: Automatically re-export modules.
 description: Autoexporter automatically re-exports modules.
@@ -25,7 +25,7 @@
 common library
   build-depends:
     , base >= 4.16.0 && < 4.20
-    , Cabal >= 3.6.3 && < 3.11
+    , Cabal-syntax >= 3.8.1.0 && < 3.13
     , directory >= 1.3.6 && < 1.4
     , filepath >= 1.4.2 && < 1.5
   default-language: Haskell2010
