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