Changelog for
ghc-exceptions-devel-0.10.0-1.3.x86_64.rpm :
Wed Jul 18 14:00:00 2018 psimonsAATTsuse.com
- Cosmetic: replace tabs with blanks, strip trailing white space,
and update copyright headers with spec-cleaner.
Fri Jul 13 14:00:00 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 14:00:00 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 3 14:00:00 2017 psimonsAATTsuse.com
- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf.
Mon Jun 19 14:00:00 2017 psimonsAATTsuse.com
- Update to version 0.8.3 revision 2.
Thu Dec 8 13:00:00 2016 psimonsAATTsuse.com
- Update to version 0.8.3 revision 1 with cabal2obs.
Fri Jul 22 14:00:00 2016 psimonsAATTsuse.com
- Update to version 0.8.3 revision 0 with cabal2obs.
Tue Jul 19 14:00:00 2016 psimonsAATTsuse.com
- Update to version 0.8.2.1 revision 1 with cabal2obs.
Sun Jul 10 14:00:00 2016 psimonsAATTsuse.com
- Update to version 0.8.2.1 revision 0 with cabal2obs.
Mon Jan 18 13:00:00 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 14:00:00 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 13:00:00 2015 peter.trommlerAATTohm-hochschule.de
- remove unnecessary build requires
Sun Feb 1 13:00:00 2015 mpluskalAATTsuse.com
- Initial packaging (version 0.6.1)