AArch64 | |
ppc64le | |
s390x | |
x86-64 |
- Update MonadRandom to version 0.5.3 revision 2. Upstream has revised the Cabal build instructions on Hackage.
- Update MonadRandom to version 0.5.3 revision 1. Upstream has revised the Cabal build instructions on Hackage.
- Update MonadRandom to version 0.5.3. 0.5.3 (8 April 2021) - ------------------- - `StatefulGen` instances for `RandT` - Addition of `RandGen` - Additioon of `withRandGen` and `withRandGen_`
- disable %{ix86} build
- Add MonadRandom at version 0.5.2.
- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf.
- Update to version 0.5.1 with cabal2obs.
- Update to version 0.4.2.3 revision 0 with cabal2obs.
- update to 0.4.2.3 * Mark Control.Monad.Random as Trustworthy.
- update to 0.4.2.2 * Allow transformers-0.5.
- update to 0.4.2.1 * Allow transformers-compat-0.5. * Add MonadPlus and Alternative instances for RandT.
- update to 0.4.1 * Remove unnecessary Monad m constraint from liftRandT and runRandT.
- update to 0.4 * Remove unnecessary RandomGen g constraints from liftRandT, liftRand, evalRandT, evalRand, runRandT, runRand. * A major version bump is required by the PVP since the types of all the above methods have changed, but this release is again very unlikely to break any client code.
- correct licence to MIT
- initial commit