[commit: packages/random] new_api: Fix trac #5280 #5278. Actually this has been a gradual fix over many revs. But in this revision I make a stronger assumption about genBits and do away with unimplemented cases. So this is the first candidate full replacement for the master branch with the old (incorrect) function definitions completely removed and replaced. (f85c6a5)

git at git.haskell.org git at git.haskell.org
Thu Mar 19 15:44:22 UTC 2015


Repository : ssh://git@git.haskell.org/random

On branch  : new_api
Link       : http://git.haskell.org/packages/random.git/commitdiff/f85c6a55b731d5e380c1d6e880105c9933aa9d48

>---------------------------------------------------------------

commit f85c6a55b731d5e380c1d6e880105c9933aa9d48
Author: Ryan Newton <rrnewton at gmail.com>
Date:   Tue Jun 28 10:37:28 2011 -0400

    Fix trac #5280 #5278.  Actually this has been a gradual fix over many revs.
    But in this revision I make a stronger assumption about genBits and do away with unimplemented cases.
    So this is the first candidate full replacement for the master branch with the old (incorrect)
    function definitions completely removed and replaced.


>---------------------------------------------------------------

f85c6a55b731d5e380c1d6e880105c9933aa9d48
 DEVLOG.md        | 93 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 System/Random.hs | 46 ++++++++++++++--------------
 random.cabal     |  2 +-
 3 files changed, 118 insertions(+), 23 deletions(-)

Diff suppressed because of size. To see it, use:

    git diff-tree --root --patch-with-stat --no-color --find-copies-harder --ignore-space-at-eol --cc f85c6a55b731d5e380c1d6e880105c9933aa9d48


More information about the ghc-commits mailing list