Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Created by
brew bump
Created with
brew bump-formula-pr
.release notes
Format multiple files in parallel. Issue
1128.
Fractional precedences are now allowed in
.ormolu
files for more precisecontrol over formatting of complex operator chains. Issue
1106.
Correctly format type applications of
QuasiQuotes
. Issue1134.
Correctly format multi-line parentheses in arrow
do
blocks. Issue1144.
Switched to
ghc-lib-parser-9.12
, with the following new syntactic features:OrPatterns
(enabled by default)MultilineStrings
(disabled by default)NamedDefaults
(enabled by default)forall
quantifications, constraint arrows=>
, type arrows->
(enabled by default)Correctly format non-promoted type-level tuples with
NoListTuplePuns
. Issue1146.
Updated to
Cabal-syntax-3.14
. Issue1152.