1301cd137e
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-unliftio?expand=0&rev=71
144 lines
4.7 KiB
Plaintext
144 lines
4.7 KiB
Plaintext
-------------------------------------------------------------------
|
|
Fri Jun 16 04:22:57 UTC 2023 - Peter Simons <psimons@suse.com>
|
|
|
|
- Update unliftio to version 0.2.25.0.
|
|
## 0.2.25.0
|
|
|
|
* Add `UnliftIO.Exception.Lens`
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Mar 30 17:08:49 UTC 2023 - Peter Simons <psimons@suse.com>
|
|
|
|
- Updated spec file to conform with ghc-rpm-macros-2.5.2.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Feb 28 09:14:37 UTC 2023 - Peter Simons <psimons@suse.com>
|
|
|
|
- Update unliftio to version 0.2.24.0.
|
|
## 0.2.24.0
|
|
|
|
* Add `UnliftIO.STM.writeTMVar`
|
|
* Add `UnliftIO.STM.stateTVar`
|
|
|
|
-------------------------------------------------------------------
|
|
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>
|
|
|
|
- Update unliftio to version 0.2.22.0.
|
|
## 0.2.22.0
|
|
|
|
* Add `UnliftIO.STM.flushTBQueue`
|
|
* Add `UnliftIO.STM.lengthTBQueue`
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Feb 9 04:28:59 UTC 2022 - Peter Simons <psimons@suse.com>
|
|
|
|
- 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 2 08:32:29 UTC 2021 - psimons@suse.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 08:08:54 UTC 2021 - psimons@suse.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 2 07:07:00 UTC 2021 - psimons@suse.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 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
|
|
|
|
- Update unliftio to version 0.2.16.
|
|
## 0.2.16
|
|
|
|
* Add `createFileLink`
|
|
|
|
-------------------------------------------------------------------
|
|
Fri May 7 09:36:45 UTC 2021 - psimons@suse.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 16:09:36 UTC 2021 - psimons@suse.com
|
|
|
|
- Update unliftio to version 0.2.14.
|
|
## 0.2.14
|
|
|
|
* Add `UnliftIO.QSem`
|
|
* Add `UnliftIO.QSemN`
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Dec 17 12:20:00 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
|
|
|
|
- disable %{ix86} build
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Oct 30 03:01:41 UTC 2020 - psimons@suse.com
|
|
|
|
- Update unliftio to version 0.2.13.1.
|
|
## 0.2.13.1
|
|
|
|
* Improve `UnliftIO.Exception` documentation
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Aug 18 10:46:27 UTC 2020 - Peter Simons <psimons@suse.com>
|
|
|
|
- Replace %setup -q with the more modern %autosetup macro.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jun 9 09:26:16 UTC 2020 - psimons@suse.com
|
|
|
|
- Add unliftio at version 0.2.13.
|
|
|