cabal-gild 0.3.0.1 → 1.0.0.0
raw patch · 2 files changed
+7/−4 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- README.md +6/−3
- cabal-gild.cabal +1/−1
README.md view
@@ -7,10 +7,13 @@ Gild is an opinionated command line utility that formats Haskell package descriptions, which are also known as `*.cabal` files. -Gild started as a fork of [cabal-fmt][] by @phadej, but is now totally-separate.+To run Gild in CI, consider using [cabal-gild-setup-action][]. -[cabal-fmt]: https://github.com/phadej/cabal-fmt+[cabal-gild-setup-action]: https://github.com/tfausak/cabal-gild-setup-action++Gild started as a fork of [phadej/cabal-fmt][], but is now totally separate.++[phadej/cabal-fmt]: https://github.com/phadej/cabal-fmt ## Summary
cabal-gild.cabal view
@@ -11,7 +11,7 @@ maintainer: Taylor Fausak name: cabal-gild synopsis: Formats package descriptions.-version: 0.3.0.1+version: 1.0.0.0 source-repository head type: git