Skip to content

Commit

Permalink
Test with GHC 9.10.1, drop 9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkkrp committed Jun 1, 2024
1 parent 6d07432 commit 6dfe59e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.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:
Expand Down
4 changes: 2 additions & 2 deletions megaparsec-tests/megaparsec-tests.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ license: BSD-2-Clause
license-file: LICENSE.md
maintainer: Mark Karpov <[email protected]>
author: Megaparsec contributors
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/megaparsec
bug-reports: https://github.com/mrkkrp/megaparsec/issues
synopsis: Test utilities and the test suite of Megaparsec
Expand Down Expand Up @@ -80,7 +80,7 @@ test-suite tests
if flag(dev)
ghc-options:
-Wall -Werror -Wredundant-constraints -Wpartial-fields
-Wunused-packages
-Wunused-packages -Wno-unused-imports

else
ghc-options: -O2 -Wall
Expand Down
4 changes: 2 additions & 2 deletions megaparsec.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ author:
Paolo Martini <[email protected]>,
Daan Leijen <[email protected]>

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/megaparsec
bug-reports: https://github.com/mrkkrp/megaparsec/issues
synopsis: Monadic parser combinators
Expand Down Expand Up @@ -70,7 +70,7 @@ library
if flag(dev)
ghc-options:
-Wall -Werror -Wredundant-constraints -Wpartial-fields
-Wunused-packages
-Wunused-packages -Wno-unused-imports

else
ghc-options: -O2 -Wall
Expand Down
2 changes: 1 addition & 1 deletion parsers-bench/parsers-bench.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 0.1.0
license: BSD3
maintainer: Mark Karpov <[email protected]>
author: Mark Karpov <[email protected]>
tested-with: ghc ==8.6.5
tested-with: ghc ==9.6.3 ghc ==9.8.2 ghc ==9.10.1
homepage: https://github.com/mrkkrp/megaparsec
bug-reports: https://github.com/mrkkrp/megaparsec/issues
synopsis: Performance benchmarks: Megaparsec vs Attoparsec
Expand Down

0 comments on commit 6dfe59e

Please sign in to comment.