From 1f96f5ddf3e906cf3320fc24aada44757551ab0a Mon Sep 17 00:00:00 2001 From: Mark Karpov Date: Mon, 12 Jan 2026 22:03:13 +0100 Subject: [PATCH] Allow containers-0.8 --- stache.cabal | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/stache.cabal b/stache.cabal index 0bc74a0..9b5599c 100644 --- a/stache.cabal +++ b/stache.cabal @@ -45,7 +45,7 @@ library build-depends: aeson >=2 && <3, base >=4.15 && <5, - containers >=0.5 && <0.8, + containers >=0.5 && <0.9, deepseq >=1.4 && <1.6, directory >=1.2 && <1.4, filepath >=1.2 && <1.6, @@ -102,7 +102,7 @@ test-suite tests build-depends: aeson >=2 && <3, base >=4.15 && <5, - containers >=0.5 && <0.8, + containers >=0.5 && <0.9, hspec >=2 && <3, hspec-megaparsec >=2 && <3, megaparsec >=7 && <10, @@ -126,7 +126,7 @@ test-suite mustache-spec aeson >=2 && <3, base >=4.15 && <5, bytestring >=0.10 && <0.13, - containers >=0.5 && <0.8, + containers >=0.5 && <0.9, file-embed, hspec >=2 && <3, megaparsec >=7 && <10,