File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 19
19
strategy :
20
20
matrix :
21
21
cabal : ["3.10"]
22
- ghc : ["9.4.7 ", "9.6.3 ", "9.8 .1"]
22
+ ghc : ["9.6.3 ", "9.8.2 ", "9.10 .1"]
23
23
env :
24
24
CONFIG : " --enable-tests --enable-benchmarks --flags=dev"
25
25
steps :
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ license: BSD-3-Clause
5
5
license-file : LICENSE.md
6
6
maintainer : Mark Karpov <markkarpov92@gmail.com>
7
7
author : Mark Karpov <markkarpov92@gmail.com>
8
- tested-with : ghc == 9.4.7 ghc == 9.6.3 ghc == 9.8 .1
8
+ tested-with : ghc == 9.6.3 ghc == 9.8.2 ghc == 9.10 .1
9
9
homepage : https://github.com/mrkkrp/hspec-megaparsec
10
10
bug-reports : https://github.com/mrkkrp/hspec-megaparsec/issues
11
11
synopsis : Utility functions for testing Megaparsec parsers with Hspec
You can’t perform that action at this time.
0 commit comments