15 lines
429 B
Makefile
15 lines
429 B
Makefile
# $NetBSD: Makefile,v 1.6 2022/02/26 03:57:53 pho Exp $
|
|
|
|
DISTNAME= either-5.0.1.1
|
|
PKGREVISION= 4
|
|
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"
|