From 7b0a6fe5a2eab81d96a42408b3572c7be46f0079 Mon Sep 17 00:00:00 2001 From: Adam Gundry Date: Wed, 21 Aug 2024 16:01:05 +0100 Subject: [PATCH] Relax bounds and adjust tested-with --- full-text-search.cabal | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/full-text-search.cabal b/full-text-search.cabal index a43d0fa..b273a07 100644 --- a/full-text-search.cabal +++ b/full-text-search.cabal @@ -53,7 +53,7 @@ build-type: Simple cabal-version: >=1.10 extra-source-files: changelog -tested-with: GHC ==8.10.7 || ==9.0.2 || ==9.2.7 || ==9.4.4 || ==9.6.1 +tested-with: GHC ==9.2.8 || ==9.4.8 || ==9.6.6 || ==9.8.2 || ==9.10.1 source-repository head type: git @@ -81,11 +81,11 @@ library RecordWildCards, GeneralizedNewtypeDeriving, ScopedTypeVariables - build-depends: base >=4.5 && <4.19, + build-depends: base >=4.5 && <4.21, array >=0.4 && <0.6, vector >=0.11 && <0.14, containers >=0.4 && <0.7, - text >=0.11 && <2.1 + text >=0.11 && <2.2 default-language: Haskell2010 ghc-options: -Wall -funbox-strict-fields