Fux dpendencies and bump.

This commit is contained in:
kili 2013-07-18 22:06:31 +00:00
parent c8a4899630
commit 148fd18580

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.13 2013/03/11 11:42:41 espie Exp $
# $OpenBSD: Makefile,v 1.14 2013/07/18 22:06:31 kili Exp $
COMMENT = XML parser/formatter based on expat
DISTNAME = hexpat-0.19.10
REVISION = 1
REVISION = 2
CATEGORIES = textproc
MAINTAINER = Jim Razmus II <jim@openbsd.org>
@ -15,8 +15,9 @@ MODULES = lang/ghc
MODGHC_BUILD = cabal hackage haddock register
RUN_DEPENDS += devel/hs-List \
devel/hs-text \
RUN_DEPENDS += devel/hs-List>=0.4.2,<0.5 \
devel/hs-extensible-exceptions>=0.1,<0.2 \
devel/hs-text>=0.5,<0.12 \
devel/hs-transformers
BUILD_DEPENDS += ${RUN_DEPENDS}