Accepting request 1059124 from devel:languages:haskell
version update OBS-URL: https://build.opensuse.org/request/show/1059124 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-unliftio?expand=0&rev=23
This commit is contained in:
commit
5ce06ef6cb
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 27 15:19:36 UTC 2022 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- 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 <psimons@suse.com>
|
||||
|
||||
|
@ -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
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1fc4adb14bbefa303b01163a6dfd61c3bd7f775cebf8ee812d7194fb27ffbb88
|
||||
size 57549
|
3
unliftio-0.2.23.0.tar.gz
Normal file
3
unliftio-0.2.23.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2d86a3deef6d801991aa6c837c5e6c0d3db916f33226be1428a5a04f626be4fd
|
||||
size 57461
|
Loading…
x
Reference in New Issue
Block a user