From f59c03981b270a51a9d8857098a61385b3245865 Mon Sep 17 00:00:00 2001 From: Mark Karpov Date: Tue, 29 Oct 2024 05:05:48 +0100 Subject: [PATCH] Allow filepath-1.5 (#108) --- stache.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stache.cabal b/stache.cabal index 529824d..a5c9958 100644 --- a/stache.cabal +++ b/stache.cabal @@ -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, @@ -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: