aboutsummaryrefslogtreecommitdiffstats
path: root/devel/hs-transformers-compat/Makefile
blob: 062e8ea276d88266d28a51dde983797aae5d06ee (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $FreeBSD$

PORTNAME=   transformers-compat
PORTVERSION=    0.3.3.4
CATEGORIES= devel haskell

MAINTAINER= haskell@FreeBSD.org
COMMENT=    Compatibility shim exposing the new types from transformers 0.3 and 0.4

LICENSE=    BSD3CLAUSE

FLAGS_ENABLE=   three

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