head	1.6;
access;
symbols
	pkgsrc-2026Q1:1.6.0.6
	pkgsrc-2026Q1-base:1.6
	pkgsrc-2025Q4:1.6.0.4
	pkgsrc-2025Q4-base:1.6
	pkgsrc-2025Q3:1.6.0.2
	pkgsrc-2025Q3-base:1.6
	pkgsrc-2025Q2:1.5.0.4
	pkgsrc-2025Q2-base:1.5
	pkgsrc-2025Q1:1.5.0.2
	pkgsrc-2025Q1-base:1.5
	pkgsrc-2024Q4:1.2.0.6
	pkgsrc-2024Q4-base:1.2
	pkgsrc-2024Q3:1.2.0.4
	pkgsrc-2024Q3-base:1.2
	pkgsrc-2024Q2:1.2.0.2
	pkgsrc-2024Q2-base:1.2;
locks; strict;
comment	@# @;


1.6
date	2025.08.13.11.06.38;	author pho;	state Exp;
branches;
next	1.5;
commitid	oGqtJTKdyCfCKy6G;

1.5
date	2025.03.05.03.39.10;	author pho;	state Exp;
branches;
next	1.4;
commitid	VPkRDaZT4MoYrPLF;

1.4
date	2025.02.02.13.05.05;	author pho;	state Exp;
branches;
next	1.3;
commitid	Zl7FwsffomOQzTHF;

1.3
date	2025.01.31.10.46.15;	author pho;	state Exp;
branches;
next	1.2;
commitid	jCmGfmfUrsrySCHF;

1.2
date	2024.05.09.01.31.53;	author pho;	state Exp;
branches;
next	1.1;
commitid	zmOkUK6EkFT4og9F;

1.1
date	2024.05.05.05.49.50;	author pho;	state Exp;
branches;
next	;
commitid	ceqmmUbIBHvWWL8F;


desc
@@


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

DISTNAME=	extensions-0.1.0.2
PKGREVISION=	3
CATEGORIES=	devel

MAINTAINER=	pkgsrc-users@@NetBSD.org
COMMENT=	Parse Haskell Language Extensions
LICENSE=	mpl-2.0

HASKELL_UNRESTRICT_DEPENDENCIES+=	\
	base	\
	containers	\
	filepath	\
	ghc-boot-th	\
	optparse-applicative

OPTPARSE_APPLICATIVE_EXECUTABLES+=	\
	extensions

# lib:extensions
# ... has no dependencies on pkgsrc packages aside from GHC

# exe:extensions
.include "../../devel/hs-colourista/buildlink3.mk"
.include "../../devel/hs-optparse-applicative/application.mk"

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


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


1.4
log
@Bump all Haskell packages after switching the default compiler.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.3 2025/01/31 10:46:15 pho Exp $
d4 1
a4 1
PKGREVISION=	1
@


1.3
log
@devel/hs-extensions: update to extensions-0.1.0.2

## 0.1.0.2 — Apr 29, 2024

* Add support for GHC-9.8

* Support `Cabal` `3.12` (only)
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.2 2024/05/09 01:31:53 pho Exp $
d4 1
@


1.2
log
@Recursive revbump after changing the default Haskell compiler
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.1 2024/05/05 05:49:50 pho Exp $
d3 1
a3 3
# NOTE: Cannot update to >=0.1.0.2 because they depend on GHC 10.
DISTNAME=	extensions-0.1.0.1
PKGREVISION=	1
d11 4
@


1.1
log
@devel/hs-extensions: import hs-extensions-0.1.0.1

Library and CLI tool to parse Haskell {-# LANGUAGE #-} extensions in source
files, extract default-extensions from .cabal files and combine together
default-extensions and per-module extensions.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.2 2023/11/02 06:37:16 pho Exp $
d5 1
@

