File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -47,16 +47,16 @@ jobs:
4747 module : [rules_haskell, rules_haskell_nix, rules_haskell_tests]
4848 bzlmod : [true, false]
4949 ghc :
50- - 9.2.8
5150 - 9.4.6
5251 - 9.6.2
52+ - 9.8.1
5353 exclude :
5454 - module : rules_haskell_nix
5555
5656 bzlmod : false
5757 # TODO: in a MODULE.bazel file we declare version specific dependencies, would need to use stack snapshot json
5858 # and stack config per GHC version
59- - ghc : 9.2.8
59+ - ghc : 9.8.1
6060 bzlmod : true
6161 - ghc : 9.6.2
6262 bzlmod : true
@@ -143,13 +143,13 @@ jobs:
143143 module : [rules_haskell, rules_haskell_tests]
144144 bzlmod : [true, false]
145145 ghc :
146- - 9.2.8
147146 - 9.4.6
148147 - 9.6.2
148+ - 9.8.1
149149 exclude :
150150 # TODO: in a MODULE.bazel file we declare version specific dependencies, would need to use stack snapshot json
151151 # and stack config per GHC version
152- - ghc : 9.2.8
152+ - ghc : 9.8.1
153153 bzlmod : true
154154 - ghc : 9.6.2
155155 bzlmod : true
You can’t perform that action at this time.
0 commit comments