Skip to content

Commit 1e0e1b8

Browse files
committed
Comments
1 parent 0e25209 commit 1e0e1b8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

haskell-language-server.cabal

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1888,8 +1888,6 @@ test-suite func-test
18881888
Test.Hls.Flags
18891889

18901890
default-extensions: OverloadedStrings
1891-
ghc-options:
1892-
-threaded -rtsopts -with-rtsopts=-N
18931891

18941892
-- Duplicating inclusion plugin conditions until tests are moved to their own packages
18951893
if flag(eval)
@@ -1924,7 +1922,7 @@ benchmark benchmark
19241922
if impl(ghc >= 9.5)
19251923
buildable: False
19261924
type: exitcode-stdio-1.0
1927-
ghc-options: -Wall -Wno-name-shadowing -threaded
1925+
ghc-options: -threaded
19281926
main-is: Main.hs
19291927
hs-source-dirs: bench
19301928
build-tool-depends:

0 commit comments

Comments
 (0)