BSD-3-Clause licensed by Dan Doel
This version can be pinned in stack with:vector-algorithms-0.8.0.4@sha256:7d5ce5a56132a6ce18e694c357dde2eadd91a59a0f3d01b18dbd6f078753de0b,3584

Efficient algorithms for sorting vector arrays. At some stage other vector algorithms may be added.

Changes

Version 0.8.0.4 (2020-12-06)

  • Fix out of range access in Intro.partialSort.
  • Update QuickCheck dependency bounds.

Version 0.8.0.3 (2019-12-02)

  • Fix out-of-bounds access in Timsort.

Version 0.8.0.2 (2019-11-28)

  • Bump upper bounds on primitive and QuickCheck.
  • Expose ‘terminate’ function from ‘AmericanFlag’ module.
  • Fix an off-by-one error in Data.Vector.Algorithms.Heaps.heapInsert.