File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -227,8 +227,8 @@ jobs:
227
227
name : Test hls-explicit-record-fields-plugin test suite
228
228
run : cabal test hls-explicit-record-fields-plugin-tests || cabal test hls-explicit-record-fields-plugin-tests
229
229
230
- # # version needs to be limited since the tests depend on cabal-fmt which only builds using specific ghc versions
231
- - if : matrix.test && matrix.ghc == '9.2' # TODO cabal-fmt only worked with 9.2? decide what to do with it
230
+ # versions need to be limited since the tests depend on cabal-fmt which only builds with ghc <9.10
231
+ - if : matrix.test && matrix.ghc != '9.10'
232
232
name : Test hls-cabal-fmt-plugin test suite
233
233
run : cabal test hls-cabal-fmt-plugin-tests --flag=isolateCabalfmtTests || cabal test hls-cabal-fmt-plugin-tests --flag=isolateCabalfmtTests
234
234
Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ test-suite hls-cabal-fmt-plugin-tests
152
152
, hls-test-utils == 2.9.0.0
153
153
154
154
if flag(isolateCabalfmtTests)
155
- build-tool-depends : cabal-fmt :cabal-fmt ^>= 0.1.6
155
+ build-tool-depends : cabal-fmt :cabal-fmt ^>= 0.1.12
156
156
cpp-options : -Dhls_isolate_cabalfmt_tests
157
157
158
158
-----------------------------
You can’t perform that action at this time.
0 commit comments