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

PORTNAME=   exceptions
PORTVERSION=    0.10.0
PORTREVISION=   4
CATEGORIES= devel haskell

MAINTAINER= haskell@FreeBSD.org
COMMENT=    Extensible optionally-pure exceptions

LICENSE=    BSD3CLAUSE

USE_CABAL=  mtl transformers-compat

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