Package Release Info

ghc-MonadRandom-0.5.3-bp155.2.17

Update Info: Base Release
Available in Package Hub : 15 SP5

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

ghc-MonadRandom
ghc-MonadRandom-devel

Change Logs

* Thu Dec 17 2020 Ondřej Súkup <mimi.vx@gmail.com>
- disable %{ix86} build
Version: 0.5.3-bp154.1.13
* Wed Aug 11 2021 psimons@suse.com
- Update MonadRandom to version 0.5.3 revision 2.
  Upstream has revised the Cabal build instructions on Hackage.
* Thu Apr 29 2021 psimons@suse.com
- Update MonadRandom to version 0.5.3 revision 1.
  Upstream has revised the Cabal build instructions on Hackage.
* Thu Apr 08 2021 psimons@suse.com
- 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_`
* Thu Dec 17 2020 Ond?ej Súkup <mimi.vx@gmail.com>
- disable %{ix86} build
* Tue Nov 03 2020 psimons@suse.com
- Add MonadRandom at version 0.5.2.
Version: 0.5.1-bp150.2.7
* Thu Aug 03 2017 psimons@suse.com
- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf.
* Sun Feb 12 2017 psimons@suse.com
- Update to version 0.5.1 with cabal2obs.
Version: 0.4.2.3-2.2
* Sun Jul 10 2016 psimons@suse.com
- Update to version 0.4.2.3 revision 0 with cabal2obs.
* Tue Apr 26 2016 mimi.vx@gmail.com
- update to 0.4.2.3
  * Mark Control.Monad.Random as Trustworthy.
* Wed Jan 20 2016 mimi.vx@gmail.com
- update to 0.4.2.2
  * Allow transformers-0.5.
* Mon Jan 18 2016 mimi.vx@gmail.com
- update to 0.4.2.1
  * Allow transformers-compat-0.5.
  * Add MonadPlus and Alternative instances for RandT.
* Sun Nov 22 2015 mimi.vx@gmail.com
- update to 0.4.1
  * Remove unnecessary Monad m constraint from liftRandT and runRandT.
* Thu Aug 06 2015 mimi.vx@gmail.com
- 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.
* Mon May 18 2015 mimi.vx@gmail.com
- correct licence to MIT
* Sun Apr 26 2015 mimi.vx@gmail.com
- initial commit