From 5f6214cc7d9be7816f5ce9e2659c8eac0547261060c18a89db6b1ca5720f55c3 Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Wed, 18 Jan 2023 12:10:54 +0000 Subject: [PATCH] Updating link to change in openSUSE:Factory/ghc-unliftio revision 23 OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-unliftio?expand=0&rev=dd574e57efec2c32d3f0ffe8bca61512 --- ghc-unliftio.changes | 12 ++++++++++++ ghc-unliftio.spec | 3 ++- unliftio-0.2.22.0.tar.gz | 3 --- unliftio-0.2.23.0.tar.gz | 3 +++ 4 files changed, 17 insertions(+), 4 deletions(-) delete mode 100644 unliftio-0.2.22.0.tar.gz create mode 100644 unliftio-0.2.23.0.tar.gz diff --git a/ghc-unliftio.changes b/ghc-unliftio.changes index e2a7a84..6c1ddb0 100644 --- a/ghc-unliftio.changes +++ b/ghc-unliftio.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Thu Oct 27 15:19:36 UTC 2022 - Peter Simons + +- Update unliftio to version 0.2.23.0. + ## 0.2.23.0 + + * `UnliftIO.Exception` re-exports the `Handler` and sync/async exception wrappers + from `safe-exceptions`, instead of redefining them. + * With this change, you won't be able to distinguish between an asynchronous + exception from `UnliftIO.Exception.throwTo` and `Control.Exception.Safe.throwTo`. + * [#103](https://github.com/fpco/unliftio/pull/103) + ------------------------------------------------------------------- Tue Apr 26 14:58:15 UTC 2022 - Peter Simons diff --git a/ghc-unliftio.spec b/ghc-unliftio.spec index 656e9aa..6b539e8 100644 --- a/ghc-unliftio.spec +++ b/ghc-unliftio.spec @@ -19,7 +19,7 @@ %global pkg_name unliftio %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.2.22.0 +Version: 0.2.23.0 Release: 0 Summary: The MonadUnliftIO typeclass for unlifting monads to IO (batteries included) License: MIT @@ -33,6 +33,7 @@ BuildRequires: ghc-directory-devel BuildRequires: ghc-filepath-devel BuildRequires: ghc-process-devel BuildRequires: ghc-rpm-macros +BuildRequires: ghc-safe-exceptions-devel BuildRequires: ghc-stm-devel BuildRequires: ghc-time-devel BuildRequires: ghc-transformers-devel diff --git a/unliftio-0.2.22.0.tar.gz b/unliftio-0.2.22.0.tar.gz deleted file mode 100644 index 5023f8d..0000000 --- a/unliftio-0.2.22.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1fc4adb14bbefa303b01163a6dfd61c3bd7f775cebf8ee812d7194fb27ffbb88 -size 57549 diff --git a/unliftio-0.2.23.0.tar.gz b/unliftio-0.2.23.0.tar.gz new file mode 100644 index 0000000..f3bd05c --- /dev/null +++ b/unliftio-0.2.23.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d86a3deef6d801991aa6c837c5e6c0d3db916f33226be1428a5a04f626be4fd +size 57461