Changelog for
ghc-exceptions-devel-0.10.0-bp151.2.2.x86_64.rpm :
* Sat Oct 20 2018 Peter Simons
- Update Cabal build instructions to support ghc-8.6.1.
* Wed Jul 18 2018 psimonsAATTsuse.com- Cosmetic: replace tabs with blanks, strip trailing white space, and update copyright headers with spec-cleaner.
* Fri Jul 13 2018 psimonsAATTsuse.com- Update exceptions to version 0.10.0. 0.10.0 - -----
* Fix a regression in 0.9.0 whereby the non-IO effects in `bracket`\'s `use` action were not visible to the `release` action, and the non-IO effects in the `release` action were not visible after the `bracket` call.
* The type of `generalBracket` was changed in order to restore those non-IO effects, so if you are a library author that provides a `MonadMask` instance, you will need to update your implementation of this method.
* Add `MonadMask` instance for `MaybeT`
* Add `onError` function whose action also runs on errors which are not exceptions, such as a `Nothing` or a `Left`. 0.9.0 - ----
* Add `generalBracket` to the `MonadMask` typeclass, allowing more valid instances. Note that functions such as `bracket` and `finally` are now based off of `generalBracket`, so if you are a library author that provides a `MonadMask` instance, you will need to provide an implementation of this method.
* Add `MonadMask` instances for `ExceptT` and `ErrorT`
* Wed May 16 2018 psimonsAATTsuse.com- Prefer the new %license attribute over %doc.- Update Cabal file to revision 5.
* support GHC 8.4.x
* support QuickCheck 2.11.x
* Thu Aug 03 2017 psimonsAATTsuse.com- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf.
* Mon Jun 19 2017 psimonsAATTsuse.com- Update to version 0.8.3 revision 2.
* Thu Dec 08 2016 psimonsAATTsuse.com- Update to version 0.8.3 revision 1 with cabal2obs.
* Fri Jul 22 2016 psimonsAATTsuse.com- Update to version 0.8.3 revision 0 with cabal2obs.
* Tue Jul 19 2016 psimonsAATTsuse.com- Update to version 0.8.2.1 revision 1 with cabal2obs.
* Sun Jul 10 2016 psimonsAATTsuse.com- Update to version 0.8.2.1 revision 0 with cabal2obs.
* Mon Jan 18 2016 mimi.vxAATTgmail.com- update to 0.8.2.1
* Support for throwing in the template-haskell Q monad
* Support for transformers 0.5
* Tue Apr 21 2015 mimi.vxAATTgmail.com- update to 0.8.0.2
* Use `transformers-compat` to allow support for `ExceptT` even on older `transformers` versions.
* `stm` support
* Wed Mar 11 2015 peter.trommlerAATTohm-hochschule.de- remove unnecessary build requires
* Sun Feb 01 2015 mpluskalAATTsuse.com- Initial packaging (version 0.6.1)