blob: 372c4e59285c67fbd2614b4760104a05955fe5ed (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $FreeBSD$
PORTNAME= attempt
PORTVERSION= 0.4.0
PORTREVISION= 4
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Concrete data type for handling exceptions as failures
LICENSE= BSD
USE_CABAL= failure>=0.2.0
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>
|