Version 0.14.0.0

pull/357/head
Taylor Fausak 2021-11-28 14:08:58 +00:00 committed by GitHub
parent 8f2625dc87
commit 339d2ebf23
2 changed files with 8 additions and 1 deletions

View File

@ -1,5 +1,12 @@
# Revision history for brittany
## 0.14.0.0 -- November 2021
* #357: Added support for GHC 9.0. Dropped support for all other versions of GHC.
* ab59e9acc3069551ac4132321b285d000f5f5691: Removed runtime dependency on `ghc-paths`.
* fa8365a7fa9372043d5a1018f2f7669ce3853edd: Started providing pre-built binaries for Linux, MacOS, and Windows.
* Many other changes to Brittany's internals and exposed Haskell interface, but (hopefully) no changes to its command-line interface.
## 0.13.1.2 -- May 2021
* #347: Allowed hspec 2.8. Thanks @felixonmars!

View File

@ -1,7 +1,7 @@
cabal-version: 2.2
name: brittany
version: 0.13.1.2
version: 0.14.0.0
synopsis: Haskell source code formatter
description:
See <https://github.com/lspitzner/brittany/blob/master/README.md the README>.