summaryrefslogtreecommitdiff
path: root/devel/hs-primitive-unlifted/Makefile
blob: 0b15ab09f077987405e596fc1c2ddf58df18d6fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $NetBSD: Makefile,v 1.2 2022/02/26 03:58:05 pho Exp $

# NOTE: Do not update this to 1.0. It does some shady things that are no
# longer valid on GHC 9. See:
# https://github.com/haskell-primitive/primitive-unlifted/issues/29
DISTNAME=	primitive-unlifted-0.1.3.1
PKGREVISION=	1
CATEGORIES=	devel

MAINTAINER=	pkgsrc-users@NetBSD.org
COMMENT=	Primitive GHC types with unlifted types inside
LICENSE=	modified-bsd

.include "../../devel/hs-primitive/buildlink3.mk"
.include "../../textproc/hs-text-short/buildlink3.mk"
.include "../../mk/haskell.mk"
.include "../../mk/bsd.pkg.mk"