Skip to content

v0.14.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Sep 04:52
3b35c66
  • Provide resolvePrinterOpts instead of fillMissingPrinterOpts

  • Format configuration better in --debug output

Upstream changes:

Ormolu 0.7.2.0

  • Preserve necessary braces for final function arguments. Issue
    1044
    .

  • Put "this" PackageImports at the end. Issue
    1048
    .

  • Format parenthesized operators starting with a # correctly in the presence
    of UnboxedSums. Issue 1062.

  • Fix false positives in AST diffing related to empty Haddock comments in data
    declarations. Issue 1065.