openbsd-ports/devel/hs-failure/Makefile
jasper 0bbc0f144e import hs-failure 0.1.0.1
Failure is the typeclass used to model this abstract notion of failure.

ok kili@
2010-12-08 12:46:06 +00:00

23 lines
512 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2010/12/08 12:46:06 jasper Exp $
COMMENT= simple type class for success/failure computations
DISTNAME= failure-0.1.0.1
CATEGORIES= devel
HOMEPAGE= http://www.haskell.org/haskellwiki/Failure
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>
# 3-clause BSD
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
MODULES= lang/ghc
MODGHC_BUILD = cabal hackage haddock register
.include <bsd.port.mk>