-
Notifications
You must be signed in to change notification settings - Fork 160
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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](yesodweb/wai#1020) ## 0.2.5 * Thread less autoupdate [#1018](yesodweb/wai#1018) ## 0.2.4 * Simple refactoring. ## 0.2.3 * [#996](yesodweb/wai#996): Refactored the `Control.Debounce` logic to not leak threads. * [#996](yesodweb/wai#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.
- Loading branch information
1 parent
0af0f70
commit 9ff0ef1
Showing
4 changed files
with
23 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
# $NetBSD: Makefile,v 1.9 2024/05/09 01:31:46 pho Exp $ | ||
# $NetBSD: Makefile,v 1.10 2025/01/30 16:00:10 pho Exp $ | ||
|
||
DISTNAME= auto-update-0.2.0 | ||
PKGREVISION= 1 | ||
DISTNAME= auto-update-0.2.6 | ||
CATEGORIES= devel | ||
|
||
MAINTAINER= [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
$NetBSD: distinfo,v 1.4 2024/04/28 20:34:00 pho Exp $ | ||
$NetBSD: distinfo,v 1.5 2025/01/30 16:00:10 pho Exp $ | ||
|
||
BLAKE2s (auto-update-0.2.0.tar.gz) = 3bcd729cc8b42242e26c8ccf2498b3e229604ae602e71c009efe5d6479733444 | ||
SHA512 (auto-update-0.2.0.tar.gz) = 87b9f3bb8f3c961e82a697a8a9aebcafebdd39fab9ec02a781abcf0e0c20a1698783d64125ce1b8679637c8c700f9b9774c74134415dd5cfc5bbb0f39d0eac33 | ||
Size (auto-update-0.2.0.tar.gz) = 11732 bytes | ||
BLAKE2s (auto-update-0.2.6.tar.gz) = 2e82c6a10e24a54eff4317802eefb7312b1b288616e3d48a863759f228fd94a4 | ||
SHA512 (auto-update-0.2.6.tar.gz) = a51d72966307eda6dc33b2c06122bd51d43f3c6e759856ebb6722ff891d6d36d874e84ae88d2498b4ae3d55205851086d216f547c8cdd2bc59de9f006caa4fb3 | ||
Size (auto-update-0.2.6.tar.gz) = 14719 bytes |