Package Release Info

ghc-monad-control-1.0.0.5-3.1

Update Info: openSUSE-2016-291
Available in Package Hub : 12 GA-SP5

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

ghc-monad-control
ghc-monad-control-devel

Change Logs

* Fri Jan 29 2016 mimi.vx@gmail.com
- update to 1.0.0.5
  * Support transformers-0.5 & ransformers-compat-0.5.*.
* Tue Apr 21 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 06 2013 sbahling@suse.com
- Initial package - version 0.3.2.1