Skip to content

Commit

Permalink
Relax bounds and adjust tested-with
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgundry committed Aug 21, 2024
1 parent 67b6f3e commit 7b0a6fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions full-text-search.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 7b0a6fe

Please sign in to comment.