summaryrefslogtreecommitdiff
path: root/devel/hs-either/Makefile
blob: dcde03b39640483e4e177d1ec52141989ea7120c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $NetBSD: Makefile,v 1.2 2020/01/11 08:32:25 pho Exp $

DISTNAME=	either-5.0.1.1
CATEGORIES=	devel

MAINTAINER=	pho@cielonegro.org
COMMENT=	Combinators for working with sums
LICENSE=	modified-bsd

.include "../../mk/haskell.mk"
.include "../../math/hs-bifunctors/buildlink3.mk"
.include "../../math/hs-profunctors/buildlink3.mk"
.include "../../math/hs-semigroupoids/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"