Skip to content

v0.14.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Oct 01:42
bf74809
  • Fix single-constraint-parens: never for nested quantified constraints (#374)

  • Fix column-limit with BlockArguments (#377)

  • Fixed an issue where re-exporting a module with Haddock comments + import-exports=leading was indented too far (#381)

Upstream changes:

Ormolu 0.7.3.0

  • Switched to ghc-lib-parser-9.8, with the following new syntactic features:
    • ExtendedLiterals: 123#Int8 is a literal of type Int8#. (disabled by
      default)
    • TypeAbstractions: @k-binders in data type declarations (enabled by
      default)
    • GHC proposal #134: deprecating/warning about exports
    • GHC proposal #541: warning categories