Skip to content

Commit

Permalink
Put the workaround in the right place
Browse files Browse the repository at this point in the history
  • Loading branch information
noughtmare committed Oct 23, 2024
1 parent c44a43d commit 1f835da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions haskell-language-server.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -722,9 +722,6 @@ 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 Expand Up @@ -772,6 +769,9 @@ test-suite hls-hlint-plugin-tests
type: exitcode-stdio-1.0
hs-source-dirs: plugins/hls-hlint-plugin/test
main-is: Main.hs
-- Work around https://gitlab.haskell.org/ghc/ghc/-/issues/24648
if os(darwin)
ghc-options: -optl-Wl,-ld_classic
build-depends:
aeson
, base
Expand Down

0 comments on commit 1f835da

Please sign in to comment.