From bc3ff3b4566cdeba1fd4520bfddb838c3c333c4c Mon Sep 17 00:00:00 2001 From: Adam Gundry Date: Wed, 21 Aug 2024 16:05:15 +0100 Subject: [PATCH] Relax containers bound --- full-text-search.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/full-text-search.cabal b/full-text-search.cabal index b273a07..d05ecc1 100644 --- a/full-text-search.cabal +++ b/full-text-search.cabal @@ -84,7 +84,7 @@ library build-depends: base >=4.5 && <4.21, array >=0.4 && <0.6, vector >=0.11 && <0.14, - containers >=0.4 && <0.7, + containers >=0.4 && <0.8, text >=0.11 && <2.2 default-language: Haskell2010 ghc-options: -Wall -funbox-strict-fields