diff options
author | Herbert Valerio Riedel <hvr@gnu.org> | 2014-12-06 09:31:16 +0100 |
---|---|---|
committer | Herbert Valerio Riedel <hvr@gnu.org> | 2014-12-06 09:31:16 +0100 |
commit | 7383ce98e06a75e416bb8f810932acc9f607f906 (patch) | |
tree | 9eba357e9a4191261830e7f519e23cd3d6ced5c9 /libraries | |
parent | 9a1779ebf92c8ae30ff5b00e51b87bc42c4000b6 (diff) | |
download | haskell-7383ce98e06a75e416bb8f810932acc9f607f906.tar.gz |
Add ticket-ref to changelog entry (fup to 08610c1)
[skip ci]
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/base/changelog.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libraries/base/changelog.md b/libraries/base/changelog.md index 3b06dba96d..00da7cee8b 100644 --- a/libraries/base/changelog.md +++ b/libraries/base/changelog.md @@ -130,9 +130,9 @@ * Make `read . show = id` for `Data.Fixed` (#9240) - * Add `calloc` and `callocBytes` to `Foreign.Marshal.Alloc`. + * Add `calloc` and `callocBytes` to `Foreign.Marshal.Alloc`. (#9859) - * Add `callocArray` and `callocArray0` to `Foreign.Marshal.Array`. + * Add `callocArray` and `callocArray0` to `Foreign.Marshal.Array`. (#9859) ## 4.7.0.2 *Dec 2014* |