fourmolu 0.5.0.0 → 0.5.0.1
raw patch · 2 files changed
+3/−2 lines, 2 filesdep ~optparse-applicativePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: optparse-applicative
API changes (from Hackage documentation)
Files
- CHANGELOG.md +1/−1
- fourmolu.cabal +2/−1
CHANGELOG.md view
@@ -1,4 +1,4 @@-## Fourmolu 0.4.0.0+## Fourmolu 0.5.0.0 * Fixed issue with leading commas in guards ([#123](https://github.com/fourmolu/fourmolu/pull/123)) * Use trailing haddocks for record fields when using leading commas ([#124](https://github.com/fourmolu/fourmolu/pull/124))
fourmolu.cabal view
@@ -1,11 +1,12 @@ cabal-version: 2.4 name: fourmolu-version: 0.5.0.0+version: 0.5.0.1 license: BSD-3-Clause license-file: LICENSE.md maintainer: Matt Parsons <parsonsmatt@gmail.com> George Thomas <georgefsthomas@gmail.com>+ Brandon Chinn <brandonchinn178@gmail.com> tested-with: ghc ==8.10.7 ghc ==9.0.1 ghc ==9.2.1 homepage: https://github.com/parsonsmatt/fourmolu bug-reports: https://github.com/parsonsmatt/fourmolu/issues