diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6b976c6..a71a02e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -19,7 +19,7 @@ jobs: strategy: matrix: cabal: ["3.10"] - ghc: ["9.4.7", "9.6.3", "9.8.1"] + ghc: ["9.6.3", "9.8.2", "9.10.1"] env: CONFIG: "--enable-tests --enable-benchmarks --flags=dev" steps: diff --git a/modern-uri.cabal b/modern-uri.cabal index 33b4433..0878659 100644 --- a/modern-uri.cabal +++ b/modern-uri.cabal @@ -5,7 +5,7 @@ license: BSD-3-Clause license-file: LICENSE.md maintainer: Mark Karpov author: Mark Karpov -tested-with: ghc ==9.4.7 ghc ==9.6.3 ghc ==9.8.1 +tested-with: ghc ==9.6.3 ghc ==9.8.2 ghc ==9.10.1 homepage: https://github.com/mrkkrp/modern-uri bug-reports: https://github.com/mrkkrp/modern-uri/issues synopsis: Modern library for working with URIs @@ -43,7 +43,7 @@ library QuickCheck >=2.4 && <3, base >=4.15 && <5, bytestring >=0.2 && <0.13, - containers >=0.5 && <0.7, + containers >=0.5 && <0.8, deepseq >=1.3 && <1.6, exceptions >=0.6 && <0.11, hashable >=1.3 && <2, @@ -52,7 +52,7 @@ library profunctors >=5.2.1 && <6, reflection >=2 && <3, tagged >=0.8 && <0.9, - template-haskell >=2.10 && <2.22, + template-haskell >=2.10 && <2.23, text >=0.2 && <2.2 if flag(dev)