vector v0.12.0.0 Release Notes

Release Date: 2017-01-08 // over 7 years ago
    • Documentation fixes/additions
    • New functions: createT, iscanl/r, iterateNM, unfoldrM, uniq
    • New instances for various vector types: Semigroup, MonadZip
    • Made Storable vectors respect memory alignment
    • Changed some macros to ConstraintKinds
      • Dropped compatibility with old GHCs to support this
    • Add Eq1, Ord1, Show1, and Read1 Vector instances, and related helper functions.
    • Relax context for Unbox (Complex a).