Relax the version of the textproc/hs-attoparsec dependency, so

people can work on porting pandoc.

ok dcoppa@, aja@
This commit is contained in:
kili 2015-07-08 06:36:50 +00:00
parent 9d95456546
commit 8d60e58139

View File

@ -1,9 +1,11 @@
# $OpenBSD: Makefile,v 1.10 2015/01/07 20:45:50 kili Exp $
# $OpenBSD: Makefile,v 1.11 2015/07/08 06:36:50 kili Exp $
COMMENT = Haskell platform meta-package
PKGNAME = haskell-platform-2014.2.0.0
REVISION = 0
HOMEPAGE = http://hackage.haskell.org/platform/
MAINTAINER = Matthias Kilian <kili@openbsd.org>
@ -14,6 +16,11 @@ MAINTAINER = Matthias Kilian <kili@openbsd.org>
# intention (to let people know if they update some port which shouldn't
# updated yet).
# One exception of that rule is textproc/hs-attoparsec, which in
# the original haskell platform is set to 0.10.4.0 but relaxed to
# 0.11.* versions, which are required for a newer devel/hs-aeson,
# which in turn is required for porting pandoc.
# ghc-7.8.3 together the following libraries provided by the
# ghc package: array=0.5.0.0, base=4.7.0.1, bytestring=0.10.4.0,
# Cabal=1.18.1.3, containers=0.5.5.1, deepseq=1.3.0.2, directory=1.2.1.0,
@ -30,7 +37,7 @@ RUN_DEPENDS += lang/ghc=7.8.4 \
# Additional libraries:
RUN_DEPENDS += devel/hs-async=2.0.1.5 \
textproc/hs-attoparsec=0.10.4.0 \
textproc/hs-attoparsec>=0.10.4.0,<0.12 \
devel/hs-case-insensitive=1.1.0.3 \
devel/hs-fgl=5.5.0.1 \
graphics/hs-GLUT=2.5.1.1 \