8b1c971497
9.x in order to prevent run-time breakage after the recent changes in libiconv - Bump port revision for lang/ghc and all dependents, as a consequence Obtained from: FreeBSD Haskell
16 lines
304 B
Makefile
16 lines
304 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= attempt
|
|
PORTVERSION= 0.4.0
|
|
PORTREVISION= 8
|
|
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>
|