head 1.2; access; symbols; locks; strict; comment @# @; 1.2 date 2020.01.11.08.26.22; author pho; state dead; branches; next 1.1; commitid fUHsRJomreLrtfSB; 1.1 date 2020.01.01.05.15.20; author pho; state Exp; branches; next ; commitid CFCEQaZCwwsQJWQB; desc @@ 1.2 log @Update to resourcet-1.2.2 1.2.2 * Add MonadFail instance for ResourceT. 1.2.1 * Support exceptions-0.10. 1.2.0 * Drop monad-control and mmorph dependencies * Change behavior of runResourceT to match runResourceTChecked @ text @$NetBSD: patch-resourcet.cabal,v 1.1 2020/01/01 05:15:20 pho Exp $ Relax the upper bound on transformers-compat --- resourcet.cabal.orig 2018-01-10 03:12:07.000000000 +0000 +++ resourcet.cabal @@@@ -24,7 +24,7 @@@@ Library , monad-control >= 0.3.1 && < 1.1 , containers , transformers >= 0.2.2 - , transformers-compat >= 0.3 && < 0.6 + , transformers-compat >= 0.3 && < 0.7 , mtl >= 2.0 && < 2.3 , mmorph , exceptions >= 0.5 @ 1.1 log @Update to resourcet-1.1.11 1.1.11 * 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. 1.1.10 * Added MonadUnliftIO instances and UnliftIO.Resource 1.1.9 * Add generalized version of resourceForkIO 1.1.8.1 * Allocation actions should be masked 1.1.8 * Add instance MonadFix ResourceT #281 1.1.7.5 * Inline the tutorial from SoH 1.1.7.4 * Make test suite slightly more robust 1.1.7.3 * Doc tweak 1.1.7.2 * Remove upper bound on transformers #249 1.1.7.1 * transformers-compat 0.5 1.1.7 * Canonicalise Monad instances #237 1.1.6 * Safe/Trustworthy for resourcet #220 1.1.5 * Add pass-through instances for Alternative and MonadPlus #214 1.1.4.1 * Allow older exceptions version again 1.1.4 * Add MonadResource ExceptT instance #198 1.1.3.2 * monad-control-1.0 support #191 @ text @d1 1 a1 1 $NetBSD$ @