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:
47
47
module : [rules_haskell, rules_haskell_nix, rules_haskell_tests]
48
48
bzlmod : [true, false]
49
49
ghc :
50
- - 9.2.8
51
50
- 9.4.6
52
51
- 9.6.2
52
+ - 9.8.1
53
53
exclude :
54
54
- module : rules_haskell_nix
55
55
56
56
bzlmod : false
57
57
# TODO: in a MODULE.bazel file we declare version specific dependencies, would need to use stack snapshot json
58
58
# and stack config per GHC version
59
- - ghc : 9.2.8
59
+ - ghc : 9.8.1
60
60
bzlmod : true
61
61
- ghc : 9.6.2
62
62
bzlmod : true
@@ -143,13 +143,13 @@ jobs:
143
143
module : [rules_haskell, rules_haskell_tests]
144
144
bzlmod : [true, false]
145
145
ghc :
146
- - 9.2.8
147
146
- 9.4.6
148
147
- 9.6.2
148
+ - 9.8.1
149
149
exclude :
150
150
# TODO: in a MODULE.bazel file we declare version specific dependencies, would need to use stack snapshot json
151
151
# and stack config per GHC version
152
- - ghc : 9.2.8
152
+ - ghc : 9.8.1
153
153
bzlmod : true
154
154
- ghc : 9.6.2
155
155
bzlmod : true
You can’t perform that action at this time.
0 commit comments