We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6974d6 commit 958b807Copy full SHA for 958b807
haskell-language-server.cabal
@@ -1486,6 +1486,9 @@ test-suite hls-fourmolu-plugin-tests
1486
type: exitcode-stdio-1.0
1487
hs-source-dirs: plugins/hls-fourmolu-plugin/test
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
1492
build-tool-depends:
1493
fourmolu:fourmolu
1494
build-depends:
@@ -1539,6 +1542,9 @@ test-suite hls-ormolu-plugin-tests
1539
1542
1540
1543
hs-source-dirs: plugins/hls-ormolu-plugin/test
1541
1544
1545
1546
1547
1548
1549
ormolu:ormolu
1550
0 commit comments