packages feed

Cabal revisions of grow-vector-0.1.5.0

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
 synopsis:            Mutable vector with efficient appends description:         Mutable vector with efficient updates. Simple implementation on partially filled array with capacity tracking and resizing. version:             0.1.5.0+x-revision: 1 license:             MIT license-file:        LICENSE copyright:           2020 Anton Gushcha   CHANGELOG.md data-files:           src/Data/Vector/Grow/Unboxed.spec +tested-with:+  GHC == 9.6.0+  GHC == 9.4.4+  GHC == 9.2.5+  GHC == 9.0.2+  GHC == 8.10.7+  GHC == 8.8.4+  GHC == 8.6.5+  GHC == 8.4.4+ source-repository head   type: git   location: https://github.com/NCrashed/grow-vector     cpp-options: -DLIQUID   else     build-depends:-        base          >= 4.5      && < 4.16-      , vector        >= 0.12     && < 0.13+        base          >= 4.11     && < 4.19+      , vector        >= 0.12     && < 0.14   default-language:    Haskell2010  test-suite grow-vector-test