This package provides a straightforward port of monadLib's BaseM typeclass to transformers.
13 lines
359 B
Makefile
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"
|