File ghc-MonadRandom.changes of Package ghc-MonadRandom
-------------------------------------------------------------------
Thu Aug 3 15:38:38 UTC 2017 - psimons@suse.com
- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf.
-------------------------------------------------------------------
Sun Feb 12 14:19:13 UTC 2017 - psimons@suse.com
- Update to version 0.5.1 with cabal2obs.
-------------------------------------------------------------------
Sun Jul 10 17:29:43 UTC 2016 - psimons@suse.com
- Update to version 0.4.2.3 revision 0 with cabal2obs.
-------------------------------------------------------------------
Tue Apr 26 08:33:51 UTC 2016 - mimi.vx@gmail.com
- update to 0.4.2.3
* Mark Control.Monad.Random as Trustworthy.
-------------------------------------------------------------------
Wed Jan 20 09:49:57 UTC 2016 - mimi.vx@gmail.com
- update to 0.4.2.2
* Allow transformers-0.5.
-------------------------------------------------------------------
Mon Jan 18 10:42:18 UTC 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 09:52:42 UTC 2015 - mimi.vx@gmail.com
- update to 0.4.1
* Remove unnecessary Monad m constraint from liftRandT and runRandT.
-------------------------------------------------------------------
Thu Aug 6 18:20:54 UTC 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 10:45:21 UTC 2015 - mimi.vx@gmail.com
- correct licence to MIT
-------------------------------------------------------------------
Sun Apr 26 15:50:42 UTC 2015 - mimi.vx@gmail.com
- initial commit