From b00a3e1b3948b7e929e796007050d0c1fc53aca78274ce7a0326bdd57c9f7226 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 13 Apr 2018 13:50:22 +0000 Subject: [PATCH] osc copypac from project:devel:languages:haskell:lts:11 package:ghc-monad-control revision:5, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-monad-control?expand=0&rev=24 --- ghc-monad-control.changes | 62 ++++++++++++++++++++++++++++++++++++++- 1 file changed, 61 insertions(+), 1 deletion(-) diff --git a/ghc-monad-control.changes b/ghc-monad-control.changes index 58fbc6b..f48d583 100644 --- a/ghc-monad-control.changes +++ b/ghc-monad-control.changes @@ -1,6 +1,66 @@ ------------------------------------------------------------------- -Wed Mar 14 16:55:44 UTC 2018 - psimons@suse.com +Thu Apr 12 08:32:44 UTC 2018 - psimons@suse.com - Update monad-control to version 1.0.2.3. A more detailed change log is not available. +------------------------------------------------------------------- +Tue Jul 11 03:02:26 UTC 2017 - psimons@suse.com + +- Update to version 1.0.2.1. + +------------------------------------------------------------------- +Mon Jun 19 21:01:53 UTC 2017 - psimons@suse.com + +- Update to version 1.0.2.0. + +------------------------------------------------------------------- +Sun Jul 10 16:59:05 UTC 2016 - psimons@suse.com + +- Update to version 1.0.1.0 revision 0 with cabal2obs. + +------------------------------------------------------------------- +Thu Apr 7 15:00:08 UTC 2016 - mimi.vx@gmail.com + +- update to 1.0.1.0 +- removed useless _service +* Added the functions: + + liftThrough + :: (MonadTransControl t, Monad (t m), Monad m) + => (m (StT t a) -> m (StT t b)) -- ^ + -> t m a -> t m b + + captureT :: (MonadTransControl t, Monad (t m), Monad m) => t m (StT t ()) + captureM :: MonadBaseControl b m => m (StM m ()) + + +------------------------------------------------------------------- +Fri Jan 29 13:23:46 UTC 2016 - mimi.vx@gmail.com + +- update to 1.0.0.5 +* Support transformers-0.5 & ransformers-compat-0.5.*. + +------------------------------------------------------------------- +Tue Apr 21 19:32:20 UTC 2015 - mimi.vx@gmail.com + +- update to 1.0.0.4 +* Support transformers-compat-0.4.*. +* Unconditionally add ExceptT instances using transformers-compat. + Courtesy of Adam Bergmark. +* Add a base >= 4.5 constraint because monad-control only builds on GHC >= 7.4. +* Use Safe instead of Trustworthy. + This requires a dependency on stm. +* Switch the associated data types StT and StM to associated type synonyms. + This is an API breaking change. To fix your MonadTransControl or + MonadBaseControl instances simply remove the StT or StM constructors + and deconstructors for your monad transformers or monad. +* Add the embed, embed_ and liftBaseOpDiscard functions. +* Support transformers-0.4.0.0 +* Drop unicode syntax and symbols + +------------------------------------------------------------------- +Sun Oct 6 21:43:23 UTC 2013 - sbahling@suse.com + +- Initial package - version 0.3.2.1 +