Fxi dependencies and bump.

This commit is contained in:
kili 2013-07-18 22:01:11 +00:00
parent 2eea99f74f
commit 469adcc7e0
2 changed files with 8 additions and 6 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.9 2013/03/11 10:50:06 espie Exp $
# $OpenBSD: Makefile,v 1.10 2013/07/18 22:01:48 kili Exp $
COMMENT = monad-transformer version of Control.Exception.catch
DISTNAME = MonadCatchIO-mtl-0.3.0.5
REVISION = 1
REVISION = 2
CATEGORIES = devel
HOMEPAGE = http://darcsden.com/jcpetruzza/MonadCatchIO-mtl
@ -16,7 +16,8 @@ MODULES = lang/ghc
MODGHC_BUILD = cabal hackage haddock register
RUN_DEPENDS += devel/hs-mtl
RUN_DEPENDS += devel/hs-extensible-exceptions \
devel/hs-mtl
BUILD_DEPENDS += ${RUN_DEPENDS}
.include <bsd.port.mk>

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.11 2013/03/11 10:50:06 espie Exp $
# $OpenBSD: Makefile,v 1.12 2013/07/18 22:01:11 kili Exp $
COMMENT = functions to throw and catch exceptions
DISTNAME = MonadCatchIO-transformers-0.3.0.0
REVISION = 1
REVISION = 2
CATEGORIES = devel
MAINTAINER = Jim Razmus II <jim@openbsd.org>
@ -13,7 +13,8 @@ PERMIT_PACKAGE_CDROM = Yes
MODULES = lang/ghc
RUN_DEPENDS += devel/hs-transformers
RUN_DEPENDS += devel/hs-extensible-exceptions>=0.1,<0.2 \
devel/hs-transformers>=0.2,<0.4
BUILD_DEPENDS += ${RUN_DEPENDS}
MODGHC_BUILD = cabal hackage haddock register