Skip to content

Commit

Permalink
Test with 3 latest versions of GHC, update Ormolu
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkkrp committed Mar 15, 2022
1 parent 455e62b commit e85e9d0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
matrix:
cabal: ["3.6"]
ghc: ["8.8.4", "8.10.7", "9.0.2"]
ghc: ["8.10.7", "9.0.2", "9.2.1"]
env:
CONFIG: "--enable-tests --enable-benchmarks --flags=dev"
steps:
Expand Down
2 changes: 1 addition & 1 deletion Network/HTTP/Req.hs
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ import Data.List.NonEmpty (NonEmpty (..))
import qualified Data.List.NonEmpty as NE
import Data.Maybe (fromMaybe)
import Data.Proxy
import Data.Semigroup hiding (Option, option)
import Data.Semigroup (Endo (..))
import Data.Text (Text)
import qualified Data.Text as T
import qualified Data.Text.Encoding as T
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 ==8.8.4 ghc ==8.10.7 ghc ==9.0.2
tested-with: ghc ==8.10.7 ghc ==9.0.2 ghc ==9.2.1
homepage: https://github.com/mrkkrp/req
bug-reports: https://github.com/mrkkrp/req/issues
synopsis: HTTP client library
Expand Down Expand Up @@ -49,7 +49,7 @@ library
monad-control >=1.0 && <1.1,
mtl >=2.0 && <3.0,
retry >=0.8 && <0.10,
template-haskell >=2.14 && <2.18,
template-haskell >=2.14 && <2.19,
text >=0.2 && <1.3,
time >=1.2 && <1.13,
transformers >=0.5.3.0 && <0.6,
Expand Down Expand Up @@ -89,7 +89,7 @@ test-suite pure-tests
mtl >=2.0 && <3.0,
req,
retry >=0.8 && <0.10,
template-haskell >=2.14 && <2.18,
template-haskell >=2.14 && <2.19,
text >=0.2 && <1.3,
time >=1.2 && <1.13

Expand Down

0 comments on commit e85e9d0

Please sign in to comment.