Skip to content

Commit

Permalink
Allow filepath-1.5 (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkkrp authored Oct 29, 2024
1 parent c21806f commit f59c039
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stache.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ library
containers >=0.5 && <0.8,
deepseq >=1.4 && <1.6,
directory >=1.2 && <1.4,
filepath >=1.2 && <1.5,
filepath >=1.2 && <1.6,
megaparsec >=7 && <10,
mtl >=2.1 && <3,
template-haskell >=2.11 && <2.23,
Expand Down Expand Up @@ -77,7 +77,7 @@ executable stache
stache,
text >=0.2 && <2.2,
yaml >=0.8 && <0.12,
filepath >=1.2 && <1.5
filepath >=1.2 && <1.6

if flag(dev)
ghc-options:
Expand Down

0 comments on commit f59c039

Please sign in to comment.