Package Release Info

ghc-exceptions-0.8.3-6.2

Update Info: 5585
Available in Package Hub : 12 GA-SP5

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

ghc-exceptions
ghc-exceptions-devel

Change Logs

* Fri Jul 22 2016 psimons@suse.com
- Update to version 0.8.3 revision 0 with cabal2obs.
* Tue Jul 19 2016 psimons@suse.com
- Update to version 0.8.2.1 revision 1 with cabal2obs.
* Sun Jul 10 2016 psimons@suse.com
- Update to version 0.8.2.1 revision 0 with cabal2obs.
Version: 0.8.2.1-3.1
* Mon Jan 18 2016 mimi.vx@gmail.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.vx@gmail.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.trommler@ohm-hochschule.de
- remove unnecessary build requires
* Sun Feb 01 2015 mpluskal@suse.com
- Initial packaging (version 0.6.1)
Version: 0.10.0-bp151.1.10
* Sat Oct 20 2018 Peter Simons <psimons@suse.com>
- Update Cabal build instructions to support ghc-8.6.1.
* Wed Jul 18 2018 psimons@suse.com
- Cosmetic: replace tabs with blanks, strip trailing white space,
  and update copyright headers with spec-cleaner.
* Fri Jul 13 2018 psimons@suse.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 psimons@suse.com
- Prefer the new %license attribute over %doc.
- Update Cabal file to revision 5.
  * support GHC 8.4.x
  * support QuickCheck 2.11.x