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