You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/test.yml
+2-2
Original file line number
Diff line number
Diff line change
@@ -220,7 +220,7 @@ jobs:
220
220
run: cabal test hls-explicit-record-fields-plugin --test-options="$TEST_OPTS" || cabal test hls-explicit-record-fields-plugin --test-options="$TEST_OPTS"
221
221
222
222
## version needs to be limited since the tests depend on cabal-fmt which only builds using specific ghc versions
223
-
- if: matrix.test && matrix.ghc == '8.10'
223
+
- if: matrix.test && matrix.ghc == '9.2'
224
224
name: Test hls-cabal-fmt-plugin test suite
225
225
run: cabal test hls-cabal-fmt-plugin --flag=isolateTests --test-options="$TEST_OPTS" || cabal test hls-cabal-fmt-plugin --flag=isolateTests --test-options="$TEST_OPTS"
226
226
@@ -232,7 +232,7 @@ jobs:
232
232
name: Test hls-retrie-plugin test suite
233
233
run: cabal test hls-retrie-plugin --test-options="$TEST_OPTS" || cabal test hls-retrie-plugin --test-options="$TEST_OPTS"
let!partial_iface = force $ mkPartialIface session
530
522
#if MIN_VERSION_ghc(9,5,0)
531
523
(cg_binds guts)
@@ -540,11 +532,6 @@ mkHiFileResultCompile se session' tcm simplified_guts = catchErrs $ do
540
532
#if MIN_VERSION_ghc(9,4,2)
541
533
Nothing
542
534
#endif
543
-
544
-
#else
545
-
let!partial_iface = force (mkPartialIface session details simplified_guts)
546
-
final_iface' <- mkFullIface session partial_iface
547
-
#endif
548
535
let final_iface = final_iface' {mi_globals =Nothing, mi_usages = filterUsages (mi_usages final_iface')} -- See Note [Clearing mi_globals after generating an iface]
549
536
550
537
-- Write the core file now
@@ -693,10 +680,8 @@ generateObjectCode session summary guts = do
0 commit comments