Skip to content

Commit

Permalink
Workaround darwin GHC bug in hls-hlint-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
noughtmare committed Oct 23, 2024
1 parent 6c9860c commit c44a43d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions haskell-language-server.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -722,6 +722,9 @@ library hls-hlint-plugin
-- https://github.com/ndmitchell/hlint/pull/1594
if !(flag(hlint) && impl(ghc < 9.10))
buildable: False
-- Work around https://gitlab.haskell.org/ghc/ghc/-/issues/24648
if os(darwin)
ghc-options: -optl-Wl,-ld_classic
exposed-modules: Ide.Plugin.Hlint
hs-source-dirs: plugins/hls-hlint-plugin/src
build-depends:
Expand Down

0 comments on commit c44a43d

Please sign in to comment.