osc copypac from project:devel:languages:haskell:ghc-8.4.x package:ghc-resourcet revision:3, using keep-link

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-resourcet?expand=0&rev=44
This commit is contained in:
Peter Simons 2018-05-15 18:24:32 +00:00 committed by Git OBS Bridge
parent fe44a2745f
commit 4ca17d103d

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Mon May 14 17:02:11 UTC 2018 - psimons@suse.com
- Update resourcet to version 1.2.1.
* Support `exceptions-0.10`.
* Drop `monad-control` and `mmorph` dependencies
* Change behavior of `runResourceT` to match `runResourceTChecked`
* `runResourceTChecked`, which checks if any of the cleanup actions
threw exceptions and, if so, rethrows them. __NOTE__ This is
probably a much better choice of function than `runResourceT`, and
in the next major version release, will become the new behavior of
`runResourceT`.
* Added `MonadUnliftIO` instances and `UnliftIO.Resource`
-------------------------------------------------------------------
Thu Aug 3 15:38:38 UTC 2017 - psimons@suse.com