Skip to content

Comments inside ghc-options are not preserved properly #70

@michaelpj

Description

@michaelpj

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

No one assigned

    Labels

    bugSomething isn't workingenhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions