File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -93,8 +93,7 @@ test-suite tests
93
93
hs-source-dirs : test
94
94
main-is : Test.hs
95
95
default-language : Haskell2010
96
- default-extensions : ImportQualifiedPost
97
- ghc-options : -W
96
+ ghc-options : -W -threaded -rtsopts -with-rtsopts=-N
98
97
other-modules : DummyServer
99
98
build-depends :
100
99
, aeson
@@ -120,6 +119,7 @@ test-suite func-test
120
119
default-language : Haskell2010
121
120
default-extensions : ImportQualifiedPost
122
121
main-is : FuncTest.hs
122
+ ghc-options : -threaded -rtsopts -with-rtsopts=-N
123
123
build-depends :
124
124
, base
125
125
, co-log-core
@@ -138,6 +138,7 @@ test-suite example
138
138
default-language : Haskell2010
139
139
default-extensions : ImportQualifiedPost
140
140
main-is : Test.hs
141
+ ghc-options : -threaded -rtsopts -with-rtsopts=-N
141
142
build-depends :
142
143
, base
143
144
, lsp-test
@@ -150,7 +151,7 @@ benchmark simple-bench
150
151
default-language : Haskell2010
151
152
default-extensions : ImportQualifiedPost
152
153
main-is : SimpleBench.hs
153
- ghc-options : -Wall -O2 -eventlog -rtsopts
154
+ ghc-options : -Wall -O2 -eventlog -threaded - rtsopts -with-rtsopts=-N
154
155
build-depends :
155
156
, base
156
157
, extra
You can’t perform that action at this time.
0 commit comments