2025-01-30 17:00:10 by Masatake Daimon | Files touched by this commit (4) | |
Log message:
devel/hs-auto-update: update to auto-update-0.2.6
## 0.2.6
* Using the thread version of AutoUpdate for non-threaded RTS.
[#1020](https://github.com/yesodweb/wai/pull/1020)
## 0.2.5
* Thread less autoupdate
[#1018](https://github.com/yesodweb/wai/pull/1018)
## 0.2.4
* Simple refactoring.
## 0.2.3
* [#996](https://github.com/yesodweb/wai/pull/996):
Refactored the `Control.Debounce` logic to not leak threads.
* [#996](https://github.com/yesodweb/wai/pull/996):
Added extra `DebounceEdge` options for different types of debouncing.
* `LeadingMute`: Action on first trigger, and ignore any triggers during cooldown
* `TrailingDelay`: First trigger starts cooldown, and
triggers during cooldown extend the cooldown. Action when cooldown expires.
## 0.2.2
* NewAPI: updateThreadName, reaperThreadName, debounceThreadName:
Names can be given via this field to threads
for GHC.Conc.Sync.listThreads.
## 0.2.1
* Labeling threads.
|
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-28 22:34:00 by Masatake Daimon | Files touched by this commit (4) | |
Log message:
devel/hs-auto-update: Update to 0.2.0
0.2.0
* Creating Reaper.Internal to export Reaper constructor.
* Hiding Reaper constructor.
* Add reaperModify to the Reaper API, allowing workload modification
outside of the main reaperAction loop. #985
|
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-26 04:58:51 by Masatake Daimon | Files touched by this commit (1) | |
Log message:
devel/hs-auto-update: Fix build with GHC 9.6
|
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-05-01 22:43:04 by Nikita | Files touched by this commit (1) | |
Log message:
hs-auto-update: fix plist to include more plist vars
|
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-12 09:51:00 by Masatake Daimon | Files touched by this commit (575) |
Log message:
revbump after changing the default Haskell compiler
|
2022-01-18 03:48:33 by Masatake Daimon | Files touched by this commit (541) |
Log message:
Bump packages that depends on GHC
|