pkgsrc-wip/hs-transformers-base/Makefile
PHO / phonohawk 4142eb9811 Import hs-transformers-base-0.4.1 as wip/hs-transformers-base.
This package provides a straightforward port of monadLib's BaseM
typeclass to transformers.
2012-01-16 05:10:39 +00:00

13 lines
359 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2012/01/16 05:10:39 phonohawk Exp $
#
DISTNAME= transformers-base-0.4.1
CATEGORIES= devel
MAINTAINER= pho@cielonegro.org
COMMENT= Lift computations from the bottom of a transformer stack
LICENSE= modified-bsd
.include "../../wip/mk/haskell.mk"
.include "../../wip/hs-transformers/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"