[ANN] array-0.5.6.0

Hi everyone,

array-0.5.6.0 has been released! Compared to the previous version, this version has the following improvements:

Changed

  • listArray and newListArray are now good consumers of the input list
  • Bump base bound to <4.20

Added

  • Add the genArray and newGenArray function
  • Add Data.Array.MArray.modifyArray and Data.Array.MArray.modifyArray'
    These are also exposed from Data.Array.IO, Data.Array.ST, and
    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

Happy coding!
Lei Zhu

9 Likes