hspec-tidy-formatter 0.2.0.0 → 0.2.0.1
raw patch · 3 files changed
+19/−7 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- README.lhs +9/−3
- README.md +9/−3
- hspec-tidy-formatter.cabal +1/−1
README.lhs view
@@ -2,9 +2,15 @@ _A custom [`hspec`] formatter for terminal output._ -[](./LICENSE)--+[![License]](./LICENSE)+[![Hackage Version]](https://hackage.haskell.org/package/hspec-tidy-formatter)+[![Stackage Nightly]](https://stackage.org/nightly/package/hspec-tidy-formatter)+[![CI]](https://github.com/carlwr/hspec-tidy-formatter/actions/workflows/ci.yml)++[License]: https://img.shields.io/badge/license-MIT-green+[Hackage Version]: https://img.shields.io/hackage/v/hspec-tidy-formatter+[Stackage Nightly]: https://stackage.org/package/hspec-tidy-formatter/badge/nightly+[CI]: https://img.shields.io/github/actions/workflow/status/carlwr/hspec-tidy-formatter/ci.yml?label=CI <br>
README.md view
@@ -2,9 +2,15 @@ _A custom [`hspec`] formatter for terminal output._ -[](./LICENSE)--+[![License]](./LICENSE)+[![Hackage Version]](https://hackage.haskell.org/package/hspec-tidy-formatter)+[![Stackage Nightly]](https://stackage.org/nightly/package/hspec-tidy-formatter)+[![CI]](https://github.com/carlwr/hspec-tidy-formatter/actions/workflows/ci.yml)++[License]: https://img.shields.io/badge/license-MIT-green+[Hackage Version]: https://img.shields.io/hackage/v/hspec-tidy-formatter+[Stackage Nightly]: https://stackage.org/package/hspec-tidy-formatter/badge/nightly+[CI]: https://img.shields.io/github/actions/workflow/status/carlwr/hspec-tidy-formatter/ci.yml?label=CI <br>
hspec-tidy-formatter.cabal view
@@ -1,7 +1,7 @@ cabal-version: 3.0 name: hspec-tidy-formatter-version: 0.2.0.0+version: 0.2.0.1 stability: experimental category: Testing synopsis: A custom hspec formatter for easy-to-read terminal output.