summaryrefslogtreecommitdiff
path: root/devel/hs-random/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2014-10-21Update to 1.1szptvlfn1-2/+2
from CHANGELOG & https://github.com/haskell/random # 1.1 * 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 - Fix compilation with GHC HEAD.
2014-08-28Update to 1.0.1.3szptvlfn1-2/+2
Changes from https://github.com/haskell/random 1.0.1.3 - Merge pull request #7 from thomie/T8899 Fix for ghc ticket #8899: StdGen does not generate 0 - Merge pull request #8 from thomie/memory-leaks Fix for memory leaks (GHC #7936 and #4218) - Merge pull request #4 from NovaDenizen/master fix for randomIvalInteger, ghc #8898 - Use GHC.Exts.build in randoms, randomRs to achieve fusion
2014-05-21Import random-1.0.1.1 as devel/hs-random,szptvlfn1-0/+11
packaged for wip by pho. This package provides a basic random number generation library, including the ability to split random number generators.