This library provides monad morphism utilities, most commonly used for manipulating monad transformer stacks. ok sthen@ (will be hooked to the build during the ghc update)
22 lines
399 B
Makefile
22 lines
399 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2013/07/18 20:59:54 kili Exp $
|
|
|
|
COMMENT = monad morphisms
|
|
|
|
DISTNAME = mmorph-1.0.0
|
|
CATEGORIES = devel
|
|
|
|
MAINTAINER = Matthias Kilian <kili@openbsd.org>
|
|
|
|
# BSD3
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
MODULES = lang/ghc
|
|
|
|
MODGHC_BUILD = cabal hackage haddock register
|
|
|
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
|
|
|
RUN_DEPENDS = devel/hs-transformers>=0.2.0.0,<0.4
|
|
|
|
.include <bsd.port.mk>
|