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