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 f267f6e commit 469d8a7Copy full SHA for 469d8a7
haskell-language-server.cabal
@@ -722,9 +722,6 @@ library hls-hlint-plugin
722
-- https://github.com/ndmitchell/hlint/pull/1594
723
if !(flag(hlint) && impl(ghc < 9.10))
724
buildable: False
725
- -- Work around https://gitlab.haskell.org/ghc/ghc/-/issues/24648
726
- if os(darwin)
727
- ghc-options: -optl-Wl,-ld_classic
728
exposed-modules: Ide.Plugin.Hlint
729
hs-source-dirs: plugins/hls-hlint-plugin/src
730
build-depends:
@@ -772,6 +769,9 @@ test-suite hls-hlint-plugin-tests
772
769
type: exitcode-stdio-1.0
773
770
hs-source-dirs: plugins/hls-hlint-plugin/test
774
771
main-is: Main.hs
+ -- Work around https://gitlab.haskell.org/ghc/ghc/-/issues/24648
+ if os(darwin)
+ ghc-options: -optl-Wl,-ld_classic
775
776
aeson
777
, base
0 commit comments