Files
ghc-retry/ghc-retry.changes

52 lines
1.7 KiB
Plaintext

-------------------------------------------------------------------
Fri Jul 15 20:24:53 UTC 2022 - Peter Simons <psimons@suse.com>
- Update retry to version 0.9.3.0.
0.9.3.0
* Add `UnliftIO.Retry` [PR 81](https://github.com/Soostone/retry/pull/81)
-------------------------------------------------------------------
Fri May 20 23:02:15 UTC 2022 - Peter Simons <psimons@suse.com>
- Update retry to version 0.9.2.1.
0.9.2.1
* Use explicit import for `lift` which allows for mtl-2.3 compatibility [PR 80](https://github.com/Soostone/retry/pull/80)
-------------------------------------------------------------------
Wed Mar 2 20:25:59 UTC 2022 - Peter Simons <psimons@suse.com>
- Update retry to version 0.9.2.0.
0.9.2.0
* Add `retryOnError` [PR 44](https://github.com/Soostone/retry/pull/44)
-------------------------------------------------------------------
Tue Jan 25 23:27:44 UTC 2022 - Peter Simons <psimons@suse.com>
- Update retry to version 0.9.1.0.
0.9.1.0
* Add resumable retry/recover variants:
* `resumeRetrying`
* `resumeRetryingDynamic`
* `resumeRecovering`
* `resumeRecoveringDynamic`
* `resumeRecoverAll`
-------------------------------------------------------------------
Sat Jul 10 13:41:07 UTC 2021 - psimons@suse.com
- Update retry to version 0.9.0.0.
0.9.0.0
* Replace several uses of RetryPolicy type alias with RetryPolicyM m for better
GHC 9 compat.
-------------------------------------------------------------------
Thu Dec 17 12:20:00 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
- disable %{ix86} build
-------------------------------------------------------------------
Tue Oct 13 09:21:57 UTC 2020 - psimons@suse.com
- Add retry at version 0.8.1.2.