diff --git a/ghc-unliftio.changes b/ghc-unliftio.changes index 92fc3e3..b1f3186 100644 --- a/ghc-unliftio.changes +++ b/ghc-unliftio.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sat May 29 15:59:30 UTC 2021 - psimons@suse.com + +- Update unliftio to version 0.2.17. + ## 0.2.17 + + * Re-export `AsyncCancelled` in `UnliftIO.Async` [#80](https://github.com/fpco/unliftio/pull/80) + * Add `fromExceptionUnwrap` [#80](https://github.com/fpco/unliftio/pull/80) + * Add `catchSyncOrAsync`, `handleSyncOrAsync`, and `trySyncOrAsync` [#80](https://github.com/fpco/unliftio/pull/80) + ------------------------------------------------------------------- Mon May 10 07:58:33 UTC 2021 - psimons@suse.com diff --git a/ghc-unliftio.spec b/ghc-unliftio.spec index cb5f17e..652b4b1 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.16 +Version: 0.2.17 Release: 0 Summary: The MonadUnliftIO typeclass for unlifting monads to IO (batteries included) License: MIT diff --git a/unliftio-0.2.16.tar.gz b/unliftio-0.2.16.tar.gz deleted file mode 100644 index 1d5358c..0000000 --- a/unliftio-0.2.16.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:792c2ecedd920fa3bbf1a0620a2553a0fa3e2ee676f28d7579b54694a5775cfd -size 55154 diff --git a/unliftio-0.2.17.tar.gz b/unliftio-0.2.17.tar.gz new file mode 100644 index 0000000..5bc6513 --- /dev/null +++ b/unliftio-0.2.17.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbc1205e70752db9fa252d313ba7c5e3598469181febeada7910c39f2d5e67fc +size 56307