Test with GHC 9.0.2

This commit is contained in:
Mark Karpov 2022-02-13 14:03:28 +01:00
parent 3b0f680e21
commit 8962588794
No known key found for this signature in database
GPG Key ID: 8564658B2889FF7C
3 changed files with 4 additions and 4 deletions

View File

@ -19,12 +19,12 @@ jobs:
strategy:
matrix:
cabal: ["3.6"]
ghc: ["8.10.7", "9.0.1", "9.2.1"]
ghc: ["8.10.7", "9.0.2", "9.2.1"]
env:
CONFIG: "--enable-tests --enable-benchmarks --flags=dev"
steps:
- uses: actions/checkout@v2.3.4
- uses: haskell/actions/setup@v1.2.7
- uses: haskell/actions/setup@v1.2.9
id: setup-haskell-cabal
with:
ghc-version: ${{ matrix.ghc }}

View File

@ -5,7 +5,7 @@ license: BSD-2-Clause
license-file: LICENSE.md
maintainer: Mark Karpov <markkarpov92@gmail.com>
author: Megaparsec contributors
tested-with: ghc ==8.10.7 ghc ==9.0.1 ghc ==9.2.1
tested-with: ghc ==8.10.7 ghc ==9.0.2 ghc ==9.2.1
homepage: https://github.com/mrkkrp/megaparsec
bug-reports: https://github.com/mrkkrp/megaparsec/issues
synopsis: Test utilities and the test suite of Megaparsec

View File

@ -9,7 +9,7 @@ author:
Paolo Martini <paolo@nemail.it>,
Daan Leijen <daan@microsoft.com>
tested-with: ghc ==8.10.7 ghc ==9.0.1 ghc ==9.2.1
tested-with: ghc ==8.10.7 ghc ==9.0.2 ghc ==9.2.1
homepage: https://github.com/mrkkrp/megaparsec
bug-reports: https://github.com/mrkkrp/megaparsec/issues
synopsis: Monadic parser combinators