array 0.5.4.0 → 0.5.5.0
raw patch · 3 files changed
+8/−4 lines, 3 filesdep ~basenew-uploaderPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- Data/Array/Base.hs +1/−1
- array.cabal +2/−2
- changelog.md +5/−1
Data/Array/Base.hs view
@@ -662,7 +662,7 @@ -- bogus StablePtr value for initialising a UArray of StablePtr. nullStablePtr :: StablePtr a-nullStablePtr = StablePtr (unsafeCoerce# 0#)+nullStablePtr = StablePtr (unsafeCoerce# nullAddr#) instance IArray UArray Int8 where {-# INLINE bounds #-}
array.cabal view
@@ -1,6 +1,6 @@ cabal-version: >= 1.10 name: array-version: 0.5.4.0+version: 0.5.5.0 -- NOTE: Don't forget to update ./changelog.md license: BSD3@@ -36,7 +36,7 @@ Trustworthy, UnboxedTuples, UnliftedFFITypes- build-depends: base >= 4.9 && < 4.14+ build-depends: base >= 4.9 && < 4.19 ghc-options: -Wall exposed-modules: Data.Array
changelog.md view
@@ -1,8 +1,12 @@ # Changelog for [`array` package](http://hackage.haskell.org/package/array) +## 0.5.5.0 *February 2022*++ * Compatibility with GHC's new JavaScript backend.+ ## 0.5.4.0 *July 2019* -* Add a `Read` instance for `UArray`+ * Add a `Read` instance for `UArray` ## 0.5.3.0 *Oct 2018*