stop other people wasting time on updates which should not be done. ian@ ran into this (while working on devel/hs-aeson and textproc/hs-attoparsec), and even I didn't notice before trying to build all Haskell ports (including meta/haskell-platform) with his diffs.
24 lines
511 B
Makefile
24 lines
511 B
Makefile
# $OpenBSD: Makefile,v 1.9 2014/06/19 18:58:01 kili Exp $
|
|
|
|
COMMENT = monad classes using functional dependencies
|
|
|
|
# Dependency of meta/haskell-platform.
|
|
# Please do *not* update without thinking.
|
|
DISTNAME = mtl-2.1.2
|
|
REVISION = 1
|
|
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.3,<0.4
|
|
|
|
.include <bsd.port.mk>
|