Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions req.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ license: BSD-3-Clause
license-file: LICENSE.md
maintainer: Mark Karpov <[email protected]>
author: Mark Karpov <[email protected]>
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
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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

Expand Down
Loading