Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Commit

Permalink
Bump to 5.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdone committed Apr 29, 2019
1 parent ad0c2a9 commit d9a3bb5
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
5.3.0:
* Handle multiple deriving clauses in a DerivingStrategies scenario
* Ignore non-files in findCabalFiles
* Allow batch processing of multiple files
* Prevent hindent from trying to open non-files when searching for
.cabal files
* Specify default extensions in configuration file
* Fix bad output for [p|Foo|] pattern quasi-quotes
* Parse C preprocessor line continuations
* Fix pretty printing of '(:)
* Add parens around symbols (:|) when required
* Support $p pattern splices
* Fix associated type families
* Non-dependent record constructor formatting

5.2.7:
* Fix -X option bug

Expand Down
2 changes: 1 addition & 1 deletion hindent.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: hindent
version: 5.2.7
version: 5.3.0
synopsis: Extensible Haskell pretty printer
description: Extensible Haskell pretty printer. Both a library and an executable.
.
Expand Down

0 comments on commit d9a3bb5

Please sign in to comment.