From 78556c982c4b6a21321f8ed81f082fb1119b9d83 Mon Sep 17 00:00:00 2001 From: Mark Karpov Date: Mon, 28 Oct 2024 15:23:21 +0100 Subject: [PATCH] Allow filepath-1.5 --- zip.cabal | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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,