diff options
Diffstat (limited to 'libraries/ghc-prim/changelog.md')
-rw-r--r-- | libraries/ghc-prim/changelog.md | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/libraries/ghc-prim/changelog.md b/libraries/ghc-prim/changelog.md index 3c9d9907ff..53e77a0892 100644 --- a/libraries/ghc-prim/changelog.md +++ b/libraries/ghc-prim/changelog.md @@ -1,10 +1,14 @@ -## 0.5.2.1 (edit as necessary) +## 0.5.3 (edit as necessary) - Shipped with GHC 8.6.1 - Added to `GHC.Prim`: addWordC# :: Word# -> Word# -> (# Word#, Int# #) +- `unpackClosure#` can now unpack any valid Haskell closure. + Previously it returned empty pointer and non-pointer arrays + for thunks. + ## 0.5.2.0 - Shipped with GHC 8.4.1 |