db6a2624ac
A class for monads which can fail with an error.
14 lines
398 B
Makefile
14 lines
398 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2012/01/16 05:49:35 phonohawk Exp $
|
|
#
|
|
|
|
DISTNAME= control-monad-failure-0.7.0
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pho@cielonegro.org
|
|
COMMENT= Class for monads which can fail with an error
|
|
LICENSE= modified-bsd
|
|
|
|
.include "../../wip/mk/haskell.mk"
|
|
.include "../../wip/hs-failure/buildlink3.mk"
|
|
.include "../../wip/hs-transformers/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|