head	1.9;
access;
symbols
	pkgsrc-2026Q1:1.9.0.6
	pkgsrc-2026Q1-base:1.9
	pkgsrc-2025Q4:1.9.0.4
	pkgsrc-2025Q4-base:1.9
	pkgsrc-2025Q3:1.9.0.2
	pkgsrc-2025Q3-base:1.9
	pkgsrc-2025Q2:1.8.0.4
	pkgsrc-2025Q2-base:1.8
	pkgsrc-2025Q1:1.8.0.2
	pkgsrc-2025Q1-base:1.8
	pkgsrc-2024Q4:1.6.0.6
	pkgsrc-2024Q4-base:1.6
	pkgsrc-2024Q3:1.6.0.4
	pkgsrc-2024Q3-base:1.6
	pkgsrc-2024Q2:1.6.0.2
	pkgsrc-2024Q2-base:1.6
	pkgsrc-2024Q1:1.5.0.4
	pkgsrc-2024Q1-base:1.5
	pkgsrc-2023Q4:1.5.0.2
	pkgsrc-2023Q4-base:1.5
	pkgsrc-2023Q3:1.3.0.6
	pkgsrc-2023Q3-base:1.3
	pkgsrc-2023Q2:1.3.0.4
	pkgsrc-2023Q2-base:1.3
	pkgsrc-2023Q1:1.3.0.2
	pkgsrc-2023Q1-base:1.3
	pkgsrc-2022Q4:1.1.0.4
	pkgsrc-2022Q4-base:1.1
	pkgsrc-2022Q3:1.1.0.2
	pkgsrc-2022Q3-base:1.1;
locks; strict;
comment	@# @;


1.9
date	2025.08.13.11.06.51;	author pho;	state Exp;
branches;
next	1.8;
commitid	oGqtJTKdyCfCKy6G;

1.8
date	2025.03.05.03.39.22;	author pho;	state Exp;
branches;
next	1.7;
commitid	VPkRDaZT4MoYrPLF;

1.7
date	2025.02.02.13.05.16;	author pho;	state Exp;
branches;
next	1.6;
commitid	Zl7FwsffomOQzTHF;

1.6
date	2024.05.09.01.32.05;	author pho;	state Exp;
branches;
next	1.5;
commitid	zmOkUK6EkFT4og9F;

1.5
date	2023.11.02.06.36.49;	author pho;	state Exp;
branches;
next	1.4;
commitid	dPkTdcIqhE4k90LE;

1.4
date	2023.10.09.04.54.25;	author pho;	state Exp;
branches;
next	1.3;
commitid	GWJENRm2aeL7mUHE;

1.3
date	2023.02.07.01.40.45;	author pho;	state Exp;
branches;
next	1.2;
commitid	FngQneW4VvkL7xcE;

1.2
date	2023.01.24.16.00.22;	author pho;	state Exp;
branches;
next	1.1;
commitid	fRyh8IOditO4lOaE;

1.1
date	2022.09.07.02.56.00;	author pho;	state Exp;
branches;
next	;
commitid	yQyZiWha1380tSSD;


desc
@@


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

DISTNAME=	newtype-0.2.2.0
PKGREVISION=	7
CATEGORIES=	devel

MAINTAINER=	pkgsrc-users@@NetBSD.org
COMMENT=	Typeclass and set of functions for working with newtypes
LICENSE=	modified-bsd

HASKELL_UNRESTRICT_DEPENDENCIES+=	\
	base

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


1.8
log
@recursive revbump after patching lang/ghc910
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.7 2025/02/02 13:05:16 pho Exp $
d4 1
a4 1
PKGREVISION=	6
@


1.7
log
@Bump all Haskell packages after switching the default compiler.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.6 2024/05/09 01:32:05 pho Exp $
d4 1
a4 1
PKGREVISION=	5
@


1.6
log
@Recursive revbump after changing the default Haskell compiler
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.5 2023/11/02 06:36:49 pho Exp $
d4 1
a4 1
PKGREVISION=	4
@


1.5
log
@Revbump all Haskell after updating lang/ghc96
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.4 2023/10/09 04:54:25 pho Exp $
d4 1
a4 1
PKGREVISION=	3
@


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


1.3
log
@revbump all the Haskell packages after modifying the runtime system of lang/ghc94
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.2 2023/01/24 16:00:22 pho Exp $
d4 1
a4 1
PKGREVISION=	1
@


1.2
log
@devel/hs-newtype: Use HASKELL_UNRESTRICT_DEPENDENCIES
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.1 2022/09/07 02:56:00 pho Exp $
d4 1
@


1.1
log
@devel/hs-newtype: import hs-newtype-0.2.2.0

Per Conor McBride, the "Newtype" typeclass represents the packing and
unpacking of a newtype, and allows you to operate under that newtype with
functions such as "ala".
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.5 2022/08/22 10:13:26 wiz Exp $
d10 2
a11 5
# Relax version constraints
SUBST_CLASSES+=		cabal
SUBST_STAGE.cabal=	post-extract
SUBST_FILES.cabal=	newtype.cabal
SUBST_SED.cabal=	-e 's/base >= 4.5 && < 4.14/base/'
@

