Changelog for
ghc-retry-devel-0.7.5.1-3.1.x86_64.rpm :
Tue Dec 19 13:00:00 2017 psimonsAATTsuse.com
- Update to version 0.7.5.1.
A more detailed change log is not available.
Wed Dec 13 13:00:00 2017 psimonsAATTsuse.com
- Update to version 0.7.5.0.
A more detailed change log is not available.
Tue Oct 31 13:00:00 2017 psimonsAATTsuse.com
- Update to version 0.7.4.3.
A more detailed change log is not available.
Thu Aug 3 14:00:00 2017 psimonsAATTsuse.com
- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf.
Tue Nov 29 13:00:00 2016 psimonsAATTsuse.com
- Update to version 0.7.4.2 with cabal2obs.
Fri Jul 22 14:00:00 2016 psimonsAATTsuse.com
- Update to version 0.7.4.1 revision 0 with cabal2obs.
Sun Jul 10 14:00:00 2016 psimonsAATTsuse.com
- Update to version 0.7.4 revision 0 with cabal2obs.
Thu Jun 2 14:00:00 2016 mimi.vxAATTgmail.com
- update to 0.7.4
* Widen transformers dependency
Mon May 30 14:00:00 2016 mimi.vxAATTgmail.com
- update to 0.7.3
* Widen ghc-prim dependency for GHC 8
Wed May 4 14:00:00 2016 mimi.vxAATTgmail.com
- update to 0.7.2
* Fix premature integer overflow
Fri Jan 15 13:00:00 2016 mimi.vxAATTgmail.com
- update to 0.7.1
* Various documentation updates.
* Add stepping combinator for manual retries.
* Add applyPolicy and applyAndDelay
* Add Read instance for RetryStatus
* Fix logic bug in rsPreviousDelay in first retry
Wed Dec 23 13:00:00 2015 mimi.vxAATTgmail.com
- update to 0.7.0.1
* RetryPolicy has become RetryPolicyM, allowing for policy logic to consult the
monad context.
* RetryPolicyM now takes a RetryStatus value. Use the function rsIterNum to
preserve existing behavior of RetryPolicy only receiving the number.
* The monadic action now gets the RetryStatus on each try. Use const if you
don\'t need it.
* recoverAll explicitly does not handle the standard async exceptions. Users are
encouraged to do the same when using recovering, as catching async exceptions
can be hazardous.
* We no longer re-export (<>) from Monoid.
* Utility functions simulatePolicy and simulatePolicyPP have been added which help
predict how a policy will behave on each iteration.
Thu Nov 19 13:00:00 2015 mimi.vxAATTgmail.com
- initial commit