diff --git a/zip.cabal b/zip.cabal index c9b2b9b..161d2e7 100644 --- a/zip.cabal +++ b/zip.cabal @@ -60,7 +60,7 @@ library directory >=1.2.2 && <1.4, dlist >=0.8 && <2.0, exceptions >=0.6 && <0.11, - filepath >=1.2 && <1.5, + filepath >=1.2 && <1.6, monad-control >=1.0 && <1.1, mtl >=2 && <3, resourcet >=1.2 && <1.4, @@ -103,7 +103,7 @@ executable haskell-zip-app default-language: GHC2021 build-depends: base >=4.15 && <5, - filepath >=1.2 && <1.5, + filepath >=1.2 && <1.6, zip if flag(dev) @@ -127,7 +127,7 @@ test-suite tests containers >=0.5 && <0.7, directory >=1.2.2 && <1.4, dlist >=0.8 && <2, - filepath >=1.2 && <1.5, + filepath >=1.2 && <1.6, hspec >=2 && <3, temporary >=1.1 && <1.4, text >=0.2 && <2.2,