Skip to content

Commit

Permalink
Allow filepath-1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkkrp committed Oct 28, 2024
1 parent c0bf12c commit 78556c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions zip.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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)
Expand All @@ -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,
Expand Down

0 comments on commit 78556c9

Please sign in to comment.