File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -722,9 +722,6 @@ library hls-hlint-plugin
722
722
-- https://github.com/ndmitchell/hlint/pull/1594
723
723
if !(flag(hlint) && impl(ghc < 9.10 ))
724
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
725
exposed-modules : Ide.Plugin.Hlint
729
726
hs-source-dirs : plugins/hls-hlint-plugin/src
730
727
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
772
+ -- Work around https://gitlab.haskell.org/ghc/ghc/-/issues/24648
773
+ if os(darwin)
774
+ ghc-options : -optl-Wl,-ld_classic
775
775
build-depends :
776
776
aeson
777
777
, base
You can’t perform that action at this time.
0 commit comments