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 +4/−5
- pvector.cabal +2/−2
README.md view
@@ -1,10 +1,9 @@---+[](https://haskell.foundation)+[](https://hackage.haskell.org/package/pvector)+[](https://github.com/oberblastmeister/pvector)+[](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