AArch64 | |
ppc64le | |
s390x | |
x86-64 |
- Update monad-control to version 1.0.3.1. 1.0.3.1. * Support transformers-0.6
- Update monad-control to version 1.0.3. 1.0.3 * Add `controlT` * Support transformers-compat-0.7 1.0.2.4
- disable %{ix86} build
- Replace %setup -q with the more modern %autosetup macro.
- Add monad-control at version 1.0.2.3.
- Drop obsolete group attributes.
- Use https URL to refer to bugs.opensuse.org.
- Cosmetic: replace tabs with blanks, strip trailing white space, and update copyright headers with spec-cleaner.
- Update monad-control to version 1.0.2.3. * Correct spelling mistake. Courtesy of Edward Betts. * Support transformers-compat-0.6. * Added some good documentation. Courtesy of Franz Thoma.
- Update to version 1.0.2.1.
- Update to version 1.0.2.0.
- Update to version 1.0.1.0 revision 0 with cabal2obs.
- 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 ())
- update to 1.0.0.5 * Support transformers-0.5 & ransformers-compat-0.5.*.
- 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
- Initial package - version 0.3.2.1