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.8
+version: 2.0.0.9
 
 synopsis: Automatically re-export modules.
 description: Autoexporter automatically re-exports modules.
@@ -24,7 +24,7 @@
 
 common library
   build-depends:
-    , base >= 4.16.0 && < 4.19
+    , base >= 4.16.0 && < 4.20
     , Cabal >= 3.6.3 && < 3.11
     , directory >= 1.3.6 && < 1.4
     , filepath >= 1.4.2 && < 1.5
