-
Notifications
You must be signed in to change notification settings - Fork 56
Support base < 4.6 / GHC 7.4. #12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.