Skip to content

Commit 48c8eeb

Browse files
committed
Comments
1 parent 7102d9f commit 48c8eeb

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
@@ -1886,8 +1886,6 @@ test-suite func-test
18861886
Test.Hls.Flags
18871887

18881888
default-extensions: OverloadedStrings
1889-
ghc-options:
1890-
-threaded -rtsopts -with-rtsopts=-N
18911889

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

0 commit comments

Comments
 (0)