06504969ac
packaged for wip by pho. This package provides a straightforward port of monadLib's BaseM typeclass to transformers.
12 lines
350 B
Makefile
12 lines
350 B
Makefile
# $NetBSD: Makefile,v 1.1 2014/05/26 22:03:29 szptvlfn Exp $
|
|
|
|
DISTNAME= transformers-base-0.4.2
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pho@cielonegro.org
|
|
COMMENT= Lift computations from the bottom of a transformer stack
|
|
LICENSE= modified-bsd
|
|
|
|
.include "../../mk/haskell.mk"
|
|
.include "../../devel/hs-transformers/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|