- Add lenses ix, _head and _last
- Make ordering of additions in types be more consistent
- Make slice more general
Num
,Fractional
, andFloating
instances for vectors
- Loosen upper bound on
vector
- Use
Finite
fromfinite-typelits
for indexing.
- Add
withSized
andwithSizedList
- Raise lower bound on base to 4.9
- Correct type signature on
index'
- Add instances for Data, Typeable and Generic
- Add overlapping Monoid instance for zero length vectors
- Add Monoid instance
- Export all of the available functionality from Data.Vector.Generic.
- Add Storable
- Add Unboxed
- Tighter bounds on base to avoid compiling with GHC < 7.10.
- Initial release.