diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3219bda..23c7ede 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/req.cabal b/req.cabal index 2a1e307..8baa19a 100644 --- a/req.cabal +++ b/req.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/req bug-reports: https://github.com/mrkkrp/req/issues synopsis: HTTP client library @@ -51,14 +51,16 @@ library monad-control >=1.0 && <1.1, mtl >=2.0 && <3.0, retry >=0.8 && <0.10, - template-haskell >=2.19 && <2.22, + template-haskell >=2.19 && <2.23, text >=0.2 && <2.2, transformers >=0.5.3.0 && <0.7, transformers-base, unliftio-core >=0.1.1 && <0.3 if flag(dev) - ghc-options: -Wall -Werror -Wpartial-fields -Wunused-packages + ghc-options: + -Wall -Werror -Wpartial-fields -Wunused-packages + -Wno-unused-imports else ghc-options: -O2 -Wall @@ -85,7 +87,7 @@ test-suite pure-tests modern-uri >=0.3 && <0.4, req, retry >=0.8 && <0.10, - template-haskell >=2.19 && <2.22, + template-haskell >=2.19 && <2.23, text >=0.2 && <2.2, time >=1.2 && <1.13