File tree 2 files changed +3
-10
lines changed
2 files changed +3
-10
lines changed Original file line number Diff line number Diff line change @@ -253,9 +253,8 @@ executable ghcide
253
253
-- allow user RTS overrides
254
254
-rtsopts
255
255
-- disable idle GC
256
- -- disable parallel GC
257
256
-- increase nursery size
258
- "-with-rtsopts=-I0 -qg - A128M"
257
+ "-with-rtsopts=-I0 -A128M"
259
258
main-is : Main.hs
260
259
build-depends :
261
260
aeson,
Original file line number Diff line number Diff line change @@ -294,9 +294,8 @@ executable haskell-language-server
294
294
-- allow user RTS overrides
295
295
-rtsopts
296
296
-- disable idle GC
297
- -- disable parallel GC
298
297
-- increase nursery size
299
- "-with-rtsopts=-I0 -qg - A128M"
298
+ "-with-rtsopts=-I0 -A128M"
300
299
if flag(pedantic)
301
300
ghc-options : -Werror
302
301
@@ -341,9 +340,8 @@ executable haskell-language-server-wrapper
341
340
-- allow user RTS overrides
342
341
-rtsopts
343
342
-- disable idle GC
344
- -- disable parallel GC
345
343
-- increase nursery size
346
- "-with-rtsopts=-I0 -qg - A128M"
344
+ "-with-rtsopts=-I0 -A128M"
347
345
if flag(pedantic)
348
346
ghc-options : -Werror
349
347
@@ -468,7 +466,3 @@ test-suite wrapper-test
468
466
hs-source-dirs : test/wrapper
469
467
main-is : Main.hs
470
468
ghc-options : -Wall
471
-
472
-
473
-
474
-
You can’t perform that action at this time.
0 commit comments