Skip to content

Commit 0907ca2

Browse files
committed
More threaded
1 parent 5326241 commit 0907ca2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lsp-test/lsp-test.cabal

+1-2
Original file line numberDiff line numberDiff line change
@@ -127,11 +127,10 @@ benchmark simple-bench
127127
main-is: SimpleBench.hs
128128
hs-source-dirs: bench
129129
type: exitcode-stdio-1.0
130-
ghc-options: -threaded -rtsopts -with-rtsopts=-N
131130
build-depends: base
132131
, lsp-test
133132
, lsp
134133
, process
135134
, extra
136135
default-language: Haskell2010
137-
ghc-options: -Wall -O2 -eventlog -rtsopts
136+
ghc-options: -Wall -O2 -eventlog -threaded -rtsopts -with-rtsopts=-N

0 commit comments

Comments
 (0)