Skip to content

Commit

Permalink
Test with GHC 9.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkkrp committed Jan 21, 2025
1 parent 7eac60c commit e98bcb8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 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.6.3", "9.8.2", "9.10.1"]
ghc: ["9.8.4", "9.10.1", "9.12.1"]
env:
CONFIG: "--enable-tests --enable-benchmarks --flags=dev"
steps:
Expand Down
7 changes: 0 additions & 7 deletions Text/Megaparsec/Error.hs
Original file line number Diff line number Diff line change
Expand Up @@ -269,13 +269,6 @@ deriving instance
) =>
Eq (ParseErrorBundle s e)

deriving instance
( Typeable s,
Typeable (Token s),
Typeable e
) =>
Typeable (ParseErrorBundle s e)

deriving instance
( Data s,
Data (Token s),
Expand Down
2 changes: 1 addition & 1 deletion 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.6.3 ghc ==9.8.2 ghc ==9.10.1
tested-with: ghc ==9.8.4 ghc ==9.10.1 ghc ==9.12.1
homepage: https://github.com/mrkkrp/megaparsec
bug-reports: https://github.com/mrkkrp/megaparsec/issues
synopsis: Monadic parser combinators
Expand Down

0 comments on commit e98bcb8

Please sign in to comment.