2025-03-05 04:40:14 by Masatake Daimon | Files touched by this commit (1173) |
Log message: recursive revbump after patching lang/ghc910 |
2025-02-02 14:06:08 by Masatake Daimon | Files touched by this commit (1173) |
Log message: Bump all Haskell packages after switching the default compiler. |
2024-05-09 03:32:57 by Masatake Daimon | Files touched by this commit (1137) |
Log message: Recursive revbump after changing the default Haskell compiler |
2024-04-29 06:57:38 by Masatake Daimon | Files touched by this commit (1) |
Log message: devel/hs-retry: Fix build with GHC 9.8 This breaks build with the currently default GHC 9.6. Please bear with me until I switch the default compiler. |
2023-11-02 07:37:49 by Masatake Daimon | Files touched by this commit (1141) |
Log message: Revbump all Haskell after updating lang/ghc96 |
2023-10-27 14:29:19 by Masatake Daimon | Files touched by this commit (4) |
Log message: devel/hs-retry: Update to 0.9.3.1 0.9.3.1 Resolve warnings in test suite PR 83 |
2023-10-09 06:55:01 by Masatake Daimon | Files touched by this commit (988) |
Log message: Bump Haskell packages after updating lang/ghc94 |
2023-01-25 14:59:39 by Masatake Daimon | Files touched by this commit (4) |
Log message: devel/hs-retry: Update to 0.9.3.0 0.9.3.0 * Add UnliftIO.Retry PR 81 0.9.2.1 * Use explicit import for lift which allows for mtl-2.3 compatibility PR 80 0.9.2.0 * Add retryOnError PR 44 |
2022-02-26 04:58:36 by Masatake Daimon | Files touched by this commit (872) |
Log message: Bump all Haskell packages after enabling "split sections" in mk/haskell.mk |
2022-02-24 02:01:42 by Masatake Daimon | Files touched by this commit (5) |
Log message: devel/hs-retry: import hs-retry-0.9.1.0 This package exposes combinators that can wrap arbitrary monadic actions. They run the action and potentially retry running it with some configurable delay for a configurable number of times. The purpose is to make it easier to work with IO and especially network IO actions that often experience temporary failure and warrant retrying of the original action. For example, a database query may time out for a while, in which case we should hang back for a bit and retry the query instead of simply raising an exception. |