Changelog for
ghc-unliftio-0.2.25.0-1.21.x86_64.rpm :
* Fri Jun 16 2023 Peter Simons
- Update unliftio to version 0.2.25.0. [#]# 0.2.25.0
* Add `UnliftIO.Exception.Lens`
* Thu Mar 30 2023 Peter Simons - Updated spec file to conform with ghc-rpm-macros-2.5.2.
* Tue Feb 28 2023 Peter Simons - Update unliftio to version 0.2.24.0. [#]# 0.2.24.0
* Add `UnliftIO.STM.writeTMVar`
* Add `UnliftIO.STM.stateTVar`
* Thu Oct 27 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 2022 Peter Simons - Update unliftio to version 0.2.22.0. [#]# 0.2.22.0
* Add `UnliftIO.STM.flushTBQueue`
* Add `UnliftIO.STM.lengthTBQueue`
* Wed Feb 09 2022 Peter Simons - Update unliftio to version 0.2.21.0. [#]# 0.2.21.0
* Add `UnliftIO.Directory.createDirectoryLink`
* Add `UnliftIO.Directory.removeDirectoryLink`
* Add `UnliftIO.Directory.getSymbolicLinkTarget`
* Add `UnliftIO.Directory.XdgDirectoryList`
* Add `UnliftIO.Directory.getXdgDirectoryList` [#]# 0.2.20.1
* Fix time-osx.c for aarch64 mac [#91](https://github.com/fpco/unliftio/pull/91)
* Thu Sep 02 2021 psimonsAATTsuse.com- Update unliftio to version 0.2.20. [#]# 0.2.20
* Add lifted `System.IO.openFile` (https://github.com/fpco/unliftio/pull/88)
* Fri Jul 23 2021 psimonsAATTsuse.com- Update unliftio to version 0.2.19. [#]# 0.2.19
* Add `Eq` instance for `StringException` (https://github.com/fpco/unliftio/pull/83)
* Wed Jun 02 2021 psimonsAATTsuse.com- Update unliftio to version 0.2.18. [#]# 0.2.18
* Reexport `asyncExceptionFromException` and `asyncExceptionToException` [#81](https://github.com/fpco/unliftio/issues/81)
* Sat May 29 2021 psimonsAATTsuse.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 2021 psimonsAATTsuse.com- Update unliftio to version 0.2.16. [#]# 0.2.16
* Add `createFileLink`
* Fri May 07 2021 psimonsAATTsuse.com- Update unliftio to version 0.2.15. [#]# 0.2.15
* Updated documentation mentioning that `MonadUnliftIO` may be derived using the `newtype` strategy [#72](https://github.com/fpco/unliftio/pull/72)
* Add `mapExceptionM` [#75](https://github.com/fpco/unliftio/pull/75)
* Sun Jan 24 2021 psimonsAATTsuse.com- Update unliftio to version 0.2.14. [#]# 0.2.14
* Add `UnliftIO.QSem`
* Add `UnliftIO.QSemN`