18737bb4d8
mtl is now a part of GHC. Also hs-semigroups is no longer required as of GHC 8.
14 lines
414 B
Makefile
14 lines
414 B
Makefile
# $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"
|