[commit: packages/random] master: adding more changes to the change log (53f8c21)
git at git.haskell.org
git at git.haskell.org
Thu Mar 19 15:45:33 UTC 2015
Repository : ssh://git@git.haskell.org/random
On branch : master
Link : http://git.haskell.org/packages/random.git/commitdiff/53f8c213da6e79c146319838d6efcb25f37d4240
>---------------------------------------------------------------
commit 53f8c213da6e79c146319838d6efcb25f37d4240
Author: Carter Tazio Schonwald <carter.schonwald at gmail.com>
Date: Mon Sep 15 17:46:04 2014 -0400
adding more changes to the change log
>---------------------------------------------------------------
53f8c213da6e79c146319838d6efcb25f37d4240
CHANGELOG.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6bcfe81..15c882a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,9 +6,11 @@
https://github.com/haskell/random/pull/7
* fix memory leaks by using strict fields and strict atomicModifyIORef'
https://github.com/haskell/random/pull/8
+ related to ghc trac tickets #7936 and #4218
* support for base < 4.6 (which doesnt provide strict atomicModifyIORef')
and integrating Travis CI support.
https://github.com/haskell/random/pull/12
+ * fix C type in test suite https://github.com/haskell/random/pull/9
# 1.0.1.1
bump for overflow bug fixes
More information about the ghc-commits
mailing list