Skip to content
Snippets Groups Projects
Commit 0daca5df authored by Lei Zhu's avatar Lei Zhu
Browse files

Prepare v0.5.6.0 release

parent 001f8fc4
No related branches found
No related tags found
No related merge requests found
cabal-version: >= 1.10 cabal-version: >= 1.10
name: array name: array
version: 0.5.5.0 version: 0.5.6.0
-- NOTE: Don't forget to update ./changelog.md -- NOTE: Don't forget to update ./changelog.md
license: BSD3 license: BSD3
......
# Changelog for [`array` package](http://hackage.haskell.org/package/array) # Changelog for [`array` package](http://hackage.haskell.org/package/array)
## NEXT *TBA* ## 0.5.6.0 *July 2023*
* add the `genArray` and `newGenArray` function ### Changed
* `listArray` and `newListArray` are now good consumers of the input list. * `listArray` and `newListArray` are now good consumers of the input list
* Bump base bound to `<4.20`
* Unboxed Bool arrays no longer cause spurious alarms ### Added
when used with `-fcheck-prim-bounds`
* Add `Data.Array.IArray.(!?)` * Add the `genArray` and `newGenArray` function
* Add `Data.Array.MArray.modifyArray` and `Data.Array.MArray.modifyArray'`
* Add `Data.Array.MArray.modifyArray` and `Data.Array.MArray.modifyArray'`.
These are also exposed from `Data.Array.IO`, `Data.Array.ST`, and These are also exposed from `Data.Array.IO`, `Data.Array.ST`, and
`Data.Array.Storable`. `Data.Array.Storable`.
* Add `Data.Array.IArray.(!?)`
### Fixed
* Array docs regarding constructing arrays
* Update note [Inlining and fusion]
* Unboxed Bool arrays no longer cause spurious alarms
when used with `-fcheck-prim-bounds`
* Replace Haddock hide pragma with not-home to make the Haddocks more readable
## 0.5.5.0 *February 2022* ## 0.5.5.0 *February 2022*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment