pkgsrc-wip/hs-contravariant/Makefile
PHO / phonohawk 8ce9a4cc38 Import hs-contravariant-0.1.3 as wip/hs-contravariant.
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.
2012-02-01 16:11:36 +00:00

13 lines
331 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2012/02/01 16:11:36 phonohawk Exp $
#
DISTNAME= contravariant-0.1.3
CATEGORIES= math
MAINTAINER= pho@cielonegro.org
COMMENT= Haskell 98 contravariant functors
LICENSE= modified-bsd
.include "../../wip/mk/haskell.mk"
.include "../../wip/hs-transformers/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"