Skip to content

Commit eb12c59

Browse files
committed
More threaded
1 parent 1552523 commit eb12c59

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lsp-test/lsp-test.cabal

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,11 +128,10 @@ benchmark simple-bench
128128
main-is: SimpleBench.hs
129129
hs-source-dirs: bench
130130
type: exitcode-stdio-1.0
131-
ghc-options: -threaded -rtsopts -with-rtsopts=-N
132131
build-depends: base
133132
, lsp-test
134133
, lsp
135134
, process
136135
, extra
137136
default-language: Haskell2010
138-
ghc-options: -Wall -O2 -eventlog -rtsopts
137+
ghc-options: -Wall -O2 -eventlog -threaded -rtsopts -with-rtsopts=-N

0 commit comments

Comments
 (0)