Skip to content

Releases: lspitzner/brittany

0.13.1.2

18 May 12:34
434f9f8
Compare
Choose a tag to compare

0.13.1.1

26 Feb 13:54
4d064db
Compare
Choose a tag to compare

https://hackage.haskell.org/package/brittany-0.13.1.1

0.13.1.0

11 Dec 17:14
Compare
Choose a tag to compare

0.13.0.0

10 Dec 03:12
Compare
Choose a tag to compare

https://hackage.haskell.org/package/brittany-0.13.0.0

0.12.2.0

15 Nov 17:48
Compare
Choose a tag to compare

https://hackage.haskell.org/package/brittany-0.12.2.0

#207: Fix newtype indent in associated type family.
#231: Improve comments-affecting-layout behaviour for tuples.
#259: Data declaration for newtype and records. Thanks @eborden!
#263: Fix non-idempotent newlines with comment + where.
#273: Error handling.
#281: Fix moving comment in export list (haddock header).
#286: Fix comments in instance/type instances.
#287: Add support for pattern synonyms. Thanks @RaoulHC!
#293: Expose main function as a module. Thanks @soareschen!
#303: Readme: Supports 8.8. Thanks @andys8!
#311: Allows aeson-1.5.*. Thanks @jkachmar!
#313: Nondecreasing export list formatting. Thanks @expipiplus1!