-
Notifications
You must be signed in to change notification settings - Fork 5
Closed
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request
Description
Sometimes you want to document why you're setting them. At the moment this:
ghc-options:
-threaded
-- allow user RTS overrides
-rtsopts
-- disable idle GC
-- increase nursery size
-- Enable collection of heap statistics
"-with-rtsopts=-I0 -A128M -T"
-Wno-unticked-promoted-constructors
gets turned into this:
ghc-options:
-- allow user RTS overrides
-- disable idle GC
-- increase nursery size
-- Enable collection of heap statistics
-threaded
-rtsopts
"-with-rtsopts=-I0 -A128M -T"
-Wno-unticked-promoted-constructors
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request