Open infinity0 opened 4 months ago
Now that haskell/vector#380 is complete, we can drop our Vector patches.
To preserve our API (Data.Strict.Vector) for our existing users, we can instead shim into the new vector's Data.Vector.Strict.
Data.Strict.Vector
Data.Vector.Strict
It seems the latest released version of vector 0.13.1.0 doesn't have Data.Vector.Strict yet so we'll first have to wait for that.
vector
Now that haskell/vector#380 is complete, we can drop our Vector patches.
To preserve our API (
Data.Strict.Vector
) for our existing users, we can instead shim into the new vector'sData.Vector.Strict
.