[commit: ghc] master: Add ticket-ref to changelog entry (fup to 08610c1) (7383ce9)
git at git.haskell.org
git at git.haskell.org
Sat Dec 6 08:31:20 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/7383ce98e06a75e416bb8f810932acc9f607f906/ghc
>---------------------------------------------------------------
commit 7383ce98e06a75e416bb8f810932acc9f607f906
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date: Sat Dec 6 09:31:16 2014 +0100
Add ticket-ref to changelog entry (fup to 08610c1)
[skip ci]
>---------------------------------------------------------------
7383ce98e06a75e416bb8f810932acc9f607f906
libraries/base/changelog.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/libraries/base/changelog.md b/libraries/base/changelog.md
index 3b06dba..00da7ce 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*
More information about the ghc-commits
mailing list