b41081fd35
WWW: http://www.haskell.org/haskellwiki/Failure Obtained from: FreeBSD Haskell
20 lines
406 B
Makefile
20 lines
406 B
Makefile
# New ports collection makefile for: hs-failure
|
|
# Date created: December 25, 2011
|
|
# Whom: haskell@FreeBSD.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= failure
|
|
PORTVERSION= 0.1.2
|
|
CATEGORIES= devel haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= A 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>
|