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 7102d9f commit 48c8eebCopy full SHA for 48c8eeb
haskell-language-server.cabal
@@ -1886,8 +1886,6 @@ test-suite func-test
1886
Test.Hls.Flags
1887
1888
default-extensions: OverloadedStrings
1889
- ghc-options:
1890
- -threaded -rtsopts -with-rtsopts=-N
1891
1892
-- Duplicating inclusion plugin conditions until tests are moved to their own packages
1893
if flag(eval)
@@ -1922,7 +1920,7 @@ benchmark benchmark
1922
1920
if impl(ghc >= 9.5)
1923
1921
buildable: False
1924
type: exitcode-stdio-1.0
1925
- ghc-options: -Wall -Wno-name-shadowing -threaded
+ ghc-options: -threaded
1926
main-is: Main.hs
1927
hs-source-dirs: bench
1928
build-tool-depends:
0 commit comments