packages feed

pvector 0.1.0.0 → 0.1.0.1

raw patch · 2 files changed

+6/−7 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

README.md view
@@ -1,10 +1,9 @@-![Haskell](https://img.shields.io/badge/Haskell-5e5086?style=for-the-badge&logo=haskell&logoColor=white)-![Hackage](https://img.shields.io/hackage/v/pvector?color=5e5184&style=for-the-badge)-![GitHub Workflow Status](https://img.shields.io/github/workflow/status/oberblastmeister/pvector/Haskell-CI?style=for-the-badge)+[![Haskell](https://img.shields.io/badge/Haskell-5e5086?style=for-the-badge&logo=haskell&logoColor=white)](https://haskell.foundation)+[![Hackage](https://img.shields.io/hackage/v/pvector?color=5e5086&style=for-the-badge)](https://hackage.haskell.org/package/pvector)+[![GitHub](https://img.shields.io/badge/github-oberblastmeister/pvector-8da0cb?style=for-the-badge&labelColor=555555&logo=github)](https://github.com/oberblastmeister/pvector)+[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/oberblastmeister/pvector/Haskell-CI?style=for-the-badge)](https://github.com/oberblastmeister/pvector/actions)  # pvector  An implementation of persistent vectors, an efficient sequence data structure. It supports fast indexing, iteration, and snocing.--For more information, see [`pvector` on Hackage](https://hackage.haskell.org/package/pvector).
pvector.cabal view
@@ -1,10 +1,10 @@ cabal-version: 3.0 name: pvector-version: 0.1.0.0+version: 0.1.0.1 synopsis: Fast persistent vectors description:   An persistent vector is an efficient sequence data structure.-  It supports fast indexing, iteration, snocing.+  It supports fast indexing, iteration, and snocing. homepage: https://github.com/oberblastmeister/pvector bug-reports: https://github.com/oberblastmeister/pvector/issues license: BSD-3-Clause