File:  [cvs.NetBSD.org] / pkgsrc / devel / hs-newtype-generics / Makefile
Revision 1.6: download - view: text, annotated - select for diffs
Sun Feb 2 13:05:17 2025 UTC (2 months, 2 weeks ago) by pho
Branches: MAIN
CVS tags: HEAD
Bump all Haskell packages after switching the default compiler.

# $NetBSD: Makefile,v 1.6 2025/02/02 13:05:17 pho Exp $

DISTNAME=	newtype-generics-0.6.2
PKGREVISION=	5
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"

CVSweb <webmaster@jp.NetBSD.org>