File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ test-suite tests
80
80
main-is : Test.hs
81
81
other-modules : DummyServer
82
82
hs-source-dirs : test
83
- ghc-options : -W
83
+ ghc-options : -W -threaded -rtsopts -with-rtsopts=-N
84
84
build-depends : base >= 4.10 && < 5
85
85
, hspec
86
86
, lens
@@ -102,6 +102,7 @@ test-suite func-test
102
102
main-is : FuncTest.hs
103
103
hs-source-dirs : func-test
104
104
type : exitcode-stdio-1.0
105
+ ghc-options : -threaded -rtsopts -with-rtsopts=-N
105
106
build-depends : base
106
107
, lsp-test
107
108
, lsp
@@ -117,6 +118,7 @@ test-suite example
117
118
hs-source-dirs : example
118
119
type : exitcode-stdio-1.0
119
120
default-language : Haskell2010
121
+ ghc-options : -threaded -rtsopts -with-rtsopts=-N
120
122
build-depends : base
121
123
, lsp-test
122
124
, parser-combinators
@@ -126,6 +128,7 @@ benchmark simple-bench
126
128
main-is : SimpleBench.hs
127
129
hs-source-dirs : bench
128
130
type : exitcode-stdio-1.0
131
+ ghc-options : -threaded -rtsopts -with-rtsopts=-N
129
132
build-depends : base
130
133
, lsp-test
131
134
, lsp
Original file line number Diff line number Diff line change @@ -69,6 +69,7 @@ executable lsp-demo-reactor-server
69
69
hs-source-dirs : example
70
70
default-language : Haskell2010
71
71
ghc-options : -Wall -Wno-unticked-promoted-constructors
72
+ -threaded -rtsopts -with-rtsopts=-N -Wall
72
73
73
74
build-depends : base
74
75
, aeson
@@ -87,6 +88,7 @@ executable lsp-demo-simple-server
87
88
hs-source-dirs : example
88
89
default-language : Haskell2010
89
90
ghc-options : -Wall -Wno-unticked-promoted-constructors
91
+ -threaded -rtsopts -with-rtsopts=-N -Wall
90
92
build-depends : base
91
93
-- the package library. Comment this out if you want repl changes to propagate
92
94
, lsp
You can’t perform that action at this time.
0 commit comments