File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ test-suite tests
92
92
hs-source-dirs : test
93
93
main-is : Test.hs
94
94
default-language : Haskell2010
95
- ghc-options : -W
95
+ ghc-options : -W -threaded -rtsopts -with-rtsopts=-N
96
96
other-modules : DummyServer
97
97
build-depends :
98
98
, aeson
@@ -117,6 +117,7 @@ test-suite func-test
117
117
hs-source-dirs : func-test
118
118
default-language : Haskell2010
119
119
main-is : FuncTest.hs
120
+ ghc-options : -threaded -rtsopts -with-rtsopts=-N
120
121
build-depends :
121
122
, base
122
123
, co-log-core
@@ -134,6 +135,7 @@ test-suite example
134
135
hs-source-dirs : example
135
136
default-language : Haskell2010
136
137
main-is : Test.hs
138
+ ghc-options : -threaded -rtsopts -with-rtsopts=-N
137
139
build-depends :
138
140
, base
139
141
, lsp-test
@@ -145,7 +147,7 @@ benchmark simple-bench
145
147
hs-source-dirs : bench
146
148
default-language : Haskell2010
147
149
main-is : SimpleBench.hs
148
- ghc-options : -Wall -O2 -eventlog -rtsopts
150
+ ghc-options : -Wall -O2 -eventlog -threaded - rtsopts -with-rtsopts=-N
149
151
build-depends :
150
152
, base
151
153
, extra
You can’t perform that action at this time.
0 commit comments