From 47c998ab306a980ce886b8eae825d7350f7fe479 Mon Sep 17 00:00:00 2001 From: Mark Karpov Date: Sun, 18 Jan 2026 12:01:30 +0100 Subject: [PATCH] Allow template-haskell-0.24, test with GHC 9.14.1 --- .github/workflows/ci.yaml | 4 ++-- req.cabal | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2fe9092..48c5279 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -18,8 +18,8 @@ jobs: needs: ormolu strategy: matrix: - cabal: ["3.12"] - ghc: ["9.8.4", "9.10.3", "9.12.1"] + cabal: ["3.16"] + ghc: ["9.10.3", "9.12.2", "9.14.1"] steps: - uses: actions/checkout@v6 - uses: haskell-actions/setup@v2 diff --git a/req.cabal b/req.cabal index bab7bf2..a11e37b 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.8.4 ghc ==9.10.3 ghc ==9.12.1 +tested-with: ghc ==9.10.3 ghc ==9.12.2 ghc ==9.14.1 homepage: https://github.com/mrkkrp/req bug-reports: https://github.com/mrkkrp/req/issues synopsis: HTTP client library @@ -51,7 +51,7 @@ library monad-control >=1.0 && <1.1, mtl >=2.0 && <3.0, retry >=0.8 && <0.10, - template-haskell >=2.19 && <2.24, + template-haskell >=2.19 && <2.25, text >=0.2 && <2.2, transformers >=0.5.3.0 && <0.7, transformers-base, @@ -87,7 +87,7 @@ test-suite pure-tests modern-uri >=0.3 && <0.4, req, retry >=0.8 && <0.10, - template-haskell >=2.19 && <2.24, + template-haskell >=2.19 && <2.25, text >=0.2 && <2.2, time >=1.2 && <1.16