aboutsummaryrefslogblamecommitdiff
path: root/devel/hs-failure/Makefile
blob: 516d665b88761341fe3995e5c56e11beac7390bb (plain) (tree)
1
2
3
4
5
6
7
8
9
           

                       
                       
                 


                                   
                                                                  






                                                 
# $FreeBSD$

PORTNAME=	failure
PORTVERSION=	0.2.0.1
PORTREVISION=	8
CATEGORIES=	devel haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Simple type class for success/failure computations

LICENSE=	BSD

USE_CABAL=	transformers>=0.2

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