diff --git a/cabal-appimage.cabal b/cabal-appimage.cabal
--- a/cabal-appimage.cabal
+++ b/cabal-appimage.cabal
@@ -1,6 +1,6 @@
 cabal-version:       2.0
 name:                cabal-appimage
-version:             0.4.0.0
+version:             0.4.0.1
 synopsis:            Cabal support for creating AppImage applications
 description:         This package provides a build hook automating the
                      creation of AppImage bundles.
@@ -17,8 +17,8 @@
 
 library
   exposed-modules:     Distribution.AppImage
-  build-depends:       base >=4.11.0.0 && <4.18,
-                       Cabal >=2.4.1.0 && <3.9,
+  build-depends:       base >=4.11.0.0 && <4.19,
+                       Cabal >=2.4.1.0 && <3.11,
                        filepath >=1.4.2.1 && <1.5
   hs-source-dirs:      src
   default-language:    Haskell2010
