Releases: haskell/array
Releases · haskell/array
 v0.5.8.0-r2
What's Changed
- Change upstream to GitHub by @July541 in #7
- Update test output for GHC!13301 by @alt-romes in #9
- Update second test output for GHC!13301 by @alt-romes in #10
- Support ghc-9.12
New Contributors
- @alt-romes made their first contribution in #9
Full Changelog: v0.5.8.0...v0.5.8.0-r2
array-0.5.8.0
Added
- Folds for arrays: foldrArray,foldlArray',foldlArray,foldrArray',
 traverseArray_,forArray_,foldlArrayM',foldrArrayM'.
- Folds for mutable arrays: foldlMArray',foldrMArray',mapMArrayM_,
 forMArrayM_,foldlMArrayM',foldrMArrayM'.
Fixed
- Fix a build error that the package can't be buildable before base-4.14.