2aa49ec454
class to transformers. WWW: https://github.com/mvv/transformers-base Obtained from: FreeBSD Haskell
21 lines
470 B
Makefile
21 lines
470 B
Makefile
# New ports collection makefile for: hs-transformers-base
|
|
# Date created: December 2, 2011
|
|
# Whom: haskell@FreeBSD.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= transformers-base
|
|
PORTVERSION= 0.4.1
|
|
CATEGORIES= devel haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Lift computations from the bottom of a transformer stack
|
|
|
|
LICENSE= BSD
|
|
|
|
CABAL_SETUP= Setup.hs
|
|
USE_CABAL= transformers>=0.2
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|