BSD-3-Clause licensed by Dan Doel
This version can be pinned in stack with:vector-algorithms-0.9.1.0@sha256:ccb940a004509aa908a16fa6b9b9f4e409e8a660fb5dd4c88274c8df16b1ffbf,3719
Module documentation for 0.9.1.0
Used by 16 packages in 
nightly-2025-10-31(full list with versions):
criterion, 
dataframe, 
data-sketches, 
data-sketches-core, 
dense-linear-algebra, 
harpie, 
mealy, 
metrics, 
mono-traversable, 
OrderedBits, 
poly, 
Rasterific, 
rp-tree, 
statistics, 
subcategories, 
tdigest Efficient algorithms for sorting vector arrays. At some stage
other vector algorithms may be added.
Version 0.9.1.0 (2025-02-05)
- More inlining for sortandnibfunctions.
Version 0.9.0.3 (2024-11-25)
- Fix an off-by-one error Heap.partialSort functions.
- Support latest ghcs.
Version 0.9.0.2 (2024-05-23)
- Add TypeOperatorspragma where needed.
Version 0.9.0.1 (2022-07-28)
- Allow building with vector-0.13.*.
Version 0.9.0.0 (2022-05-19)
- Add nub related functions.
- Add sortUniq related functions (sorts, then removes duplicates).
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.