Conversation
5d31cb2 to
e6a0a92
Compare
|
Someone also needs to edit the Hackage package information for the 1.0.1.3 release and set the lower bound for the |
|
@ekmett should be on scene soon :) |
|
Thanks! |
|
It may be after ICFP before I get a chance to push that up to hackage, but it is now officially on my TODO list. |
|
No problem, it's not urgent. |
|
Can we please get this on Hackage or alternatively sort out #14. Currently it's not possible to generate pseudorandomness in a controlled/reproducible manner that works with Putting an upper bound on random, say |
|
@ekmett If there is anything that I can do to help, please let me know. |
|
@sol If ekmett gives me the ok, i can help cut a release. |
from CHANGELOG & https://github.com/haskell/random # 1.1 * support for base < 4.6 (which doesnt provide strict atomicModifyIORef') and integrating Travis CI support. haskell/random#12 * fix C type in test suite haskell/random#9 - Fix compilation with GHC HEAD.
Fixes #10.