- Fix an off-by-one error Heap.partialSort functions.
- Support latest ghcs.
- Add
TypeOperators
pragma where needed.
- Allow building with vector-0.13.*.
- Add nub related functions.
- Add sortUniq related functions (sorts, then removes duplicates).
- Fix out of range access in Intro.partialSort.
- Update QuickCheck dependency bounds.
- Fix out-of-bounds access in Timsort.
- 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.