aboutsummaryrefslogtreecommitdiffstats
path: root/devel/hs-lifted-base/Makefile
blob: 5f770813da42f58dcd93fd195e360b3bc277ccec (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# $FreeBSD$

PORTNAME=   lifted-base
PORTVERSION=    0.2.0.5
PORTREVISION=   1
CATEGORIES= devel haskell

MAINTAINER= haskell@FreeBSD.org
COMMENT=    Lifted IO operations from the base library

LICENSE=    BSD

USE_CABAL=  base-unicode-symbols>=0.1.1 monad-control>=0.3 \
        transformers-base>=0.4

NO_STAGE=   yes
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>