From 4ca17d103d4cb10a04399ad7d9b085456c8366c106e8bd268d0c3761772bf7d1 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 15 May 2018 18:24:32 +0000 Subject: [PATCH] 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 --- ghc-resourcet.changes | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/ghc-resourcet.changes b/ghc-resourcet.changes index 9df8eca..b88efed 100644 --- a/ghc-resourcet.changes +++ b/ghc-resourcet.changes @@ -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