File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -1486,6 +1486,9 @@ test-suite hls-fourmolu-plugin-tests
1486
1486
type : exitcode-stdio-1.0
1487
1487
hs-source-dirs : plugins/hls-fourmolu-plugin/test
1488
1488
main-is : Main.hs
1489
+ -- Work around https://gitlab.haskell.org/ghc/ghc/-/issues/24648
1490
+ if os(darwin)
1491
+ ghc-options : -optl-Wl,-ld_classic
1489
1492
build-tool-depends :
1490
1493
fourmolu :fourmolu
1491
1494
build-depends :
@@ -1539,6 +1542,9 @@ test-suite hls-ormolu-plugin-tests
1539
1542
type : exitcode-stdio-1.0
1540
1543
hs-source-dirs : plugins/hls-ormolu-plugin/test
1541
1544
main-is : Main.hs
1545
+ -- Work around https://gitlab.haskell.org/ghc/ghc/-/issues/24648
1546
+ if os(darwin)
1547
+ ghc-options : -optl-Wl,-ld_classic
1542
1548
build-tool-depends :
1543
1549
ormolu :ormolu
1544
1550
build-depends :
You can’t perform that action at this time.
0 commit comments