head	1.13;
access;
symbols
	pkgsrc-2026Q1:1.13.0.6
	pkgsrc-2026Q1-base:1.13
	pkgsrc-2025Q4:1.13.0.4
	pkgsrc-2025Q4-base:1.13
	pkgsrc-2025Q3:1.13.0.2
	pkgsrc-2025Q3-base:1.13
	pkgsrc-2025Q2:1.12.0.4
	pkgsrc-2025Q2-base:1.12
	pkgsrc-2025Q1:1.12.0.2
	pkgsrc-2025Q1-base:1.12
	pkgsrc-2024Q4:1.9.0.6
	pkgsrc-2024Q4-base:1.9
	pkgsrc-2024Q3:1.9.0.4
	pkgsrc-2024Q3-base:1.9
	pkgsrc-2024Q2:1.9.0.2
	pkgsrc-2024Q2-base:1.9
	pkgsrc-2024Q1:1.7.0.4
	pkgsrc-2024Q1-base:1.7
	pkgsrc-2023Q4:1.7.0.2
	pkgsrc-2023Q4-base:1.7
	pkgsrc-2023Q3:1.5.0.6
	pkgsrc-2023Q3-base:1.5
	pkgsrc-2023Q2:1.5.0.4
	pkgsrc-2023Q2-base:1.5
	pkgsrc-2023Q1:1.5.0.2
	pkgsrc-2023Q1-base:1.5
	pkgsrc-2022Q4:1.4.0.8
	pkgsrc-2022Q4-base:1.4
	pkgsrc-2022Q3:1.4.0.6
	pkgsrc-2022Q3-base:1.4
	pkgsrc-2022Q2:1.4.0.4
	pkgsrc-2022Q2-base:1.4
	pkgsrc-2022Q1:1.4.0.2
	pkgsrc-2022Q1-base:1.4
	pkgsrc-2021Q4:1.1.0.6
	pkgsrc-2021Q4-base:1.1
	pkgsrc-2021Q3:1.1.0.4
	pkgsrc-2021Q3-base:1.1
	pkgsrc-2021Q2:1.1.0.2
	pkgsrc-2021Q2-base:1.1;
locks; strict;
comment	@# @;


1.13
date	2025.08.13.11.06.30;	author pho;	state Exp;
branches;
next	1.12;
commitid	oGqtJTKdyCfCKy6G;

1.12
date	2025.03.05.03.39.03;	author pho;	state Exp;
branches;
next	1.11;
commitid	VPkRDaZT4MoYrPLF;

1.11
date	2025.02.02.13.04.57;	author pho;	state Exp;
branches;
next	1.10;
commitid	Zl7FwsffomOQzTHF;

1.10
date	2025.01.30.16.00.10;	author pho;	state Exp;
branches;
next	1.9;
commitid	EEXeU2PSnBOeEwHF;

1.9
date	2024.05.09.01.31.46;	author pho;	state Exp;
branches;
next	1.8;
commitid	zmOkUK6EkFT4og9F;

1.8
date	2024.04.28.20.34.00;	author pho;	state Exp;
branches;
next	1.7;
commitid	aETCAooYN8od4X7F;

1.7
date	2023.11.02.06.36.19;	author pho;	state Exp;
branches;
next	1.6;
commitid	dPkTdcIqhE4k90LE;

1.6
date	2023.10.09.04.54.07;	author pho;	state Exp;
branches;
next	1.5;
commitid	GWJENRm2aeL7mUHE;

1.5
date	2023.02.07.01.40.27;	author pho;	state Exp;
branches;
next	1.4;
commitid	FngQneW4VvkL7xcE;

1.4
date	2022.02.26.03.57.48;	author pho;	state Exp;
branches;
next	1.3;
commitid	YpGygpH4CsFi05uD;

1.3
date	2022.02.12.08.50.28;	author pho;	state Exp;
branches;
next	1.2;
commitid	RtqPCkFXjE2Y4jsD;

1.2
date	2022.01.18.02.48.04;	author pho;	state Exp;
branches;
next	1.1;
commitid	ebWMDlQYfX5rS3pD;

1.1
date	2021.05.05.12.13.42;	author pho;	state Exp;
branches;
next	;
commitid	T5brzbA7O7IQiXRC;


desc
@@


1.13
log
@Bump all Haskell because lang/ghc910 has got a library change
@
text
@# $NetBSD: Makefile,v 1.12 2025/03/05 03:39:03 pho Exp $

DISTNAME=	auto-update-0.2.6
PKGREVISION=	3
CATEGORIES=	devel

MAINTAINER=	pho@@cielonegro.org
COMMENT=	Efficiently run periodic, on-demand actions
LICENSE=	mit

.include "../../mk/haskell.mk"
.include "../../mk/bsd.pkg.mk"
@


1.12
log
@recursive revbump after patching lang/ghc910
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.11 2025/02/02 13:04:57 pho Exp $
d4 1
a4 1
PKGREVISION=	2
@


1.11
log
@Bump all Haskell packages after switching the default compiler.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.10 2025/01/30 16:00:10 pho Exp $
d4 1
a4 1
PKGREVISION=	1
@


1.10
log
@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.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.9 2024/05/09 01:31:46 pho Exp $
d4 1
@


1.9
log
@Recursive revbump after changing the default Haskell compiler
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.8 2024/04/28 20:34:00 pho Exp $
d3 1
a3 2
DISTNAME=	auto-update-0.2.0
PKGREVISION=	1
@


1.8
log
@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
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.7 2023/11/02 06:36:19 pho Exp $
d4 1
@


1.7
log
@Revbump all Haskell after updating lang/ghc96
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.6 2023/10/09 04:54:07 pho Exp $
d3 1
a3 2
DISTNAME=	auto-update-0.1.6
PKGREVISION=	6
@


1.6
log
@Bump Haskell packages after updating lang/ghc94
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.5 2023/02/07 01:40:27 pho Exp $
d4 1
a4 1
PKGREVISION=	5
@


1.5
log
@revbump all the Haskell packages after modifying the runtime system of lang/ghc94
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.4 2022/02/26 03:57:48 pho Exp $
d4 1
a4 1
PKGREVISION=	4
@


1.4
log
@Bump all Haskell packages after enabling "split sections" in mk/haskell.mk
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.3 2022/02/12 08:50:28 pho Exp $
d4 1
a4 1
PKGREVISION=	3
@


1.3
log
@revbump after changing the default Haskell compiler
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.2 2022/01/18 02:48:04 pho Exp $
d4 1
a4 1
PKGREVISION=	2
@


1.2
log
@Bump packages that depends on GHC
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.1 2021/05/05 12:13:42 pho Exp $
d4 1
a4 1
PKGREVISION=	1
@


1.1
log
@Import auto-update-0.1.6

A common problem is the desire to have an action run at a scheduled
interval, but only if it is needed. For example, instead of having
every web request result in a new getCurrentTime call, we’d like to
have a single worker thread run every second, updating an
IORef. However, if the request frequency is less than once per second,
this is a pessimization, and worse, kills idle GC.

This library allows you to define actions which will either be
performed by a dedicated thread or, in times of low volume, will be
executed by the calling thread.
@
text
@d1 1
a1 1
# $NetBSD$
d4 1
@

