pkgsrc/math/hs-contravariant/Makefile
pho de1040ddbd Import contravariant-1.5.2 from wip
Contravariant functors, sometimes referred to colloquially as
cofunctor, even though the dual of a functor is just a functor. As
with functor the definition of contravariant for a given ADT is
unambiguous.
2020-01-01 02:29:19 +00:00

14 lines
412 B
Makefile

# $NetBSD: Makefile,v 1.1 2020/01/01 02:29:19 pho Exp $
DISTNAME= contravariant-1.5.2
CATEGORIES= math
MAINTAINER= pho@cielonegro.org
COMMENT= Contravariant functors
LICENSE= modified-bsd
.include "../../mk/haskell.mk"
.include "../../devel/hs-transformers-compat/buildlink3.mk"
.include "../../math/hs-semigroups/buildlink3.mk"
.include "../../devel/hs-StateVar/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"