Relax the version of the textproc/hs-attoparsec dependency, so people can work on porting pandoc.
Any objections or comments? Ciao, Kili Index: Makefile =================================================================== RCS file: /cvs/ports/meta/haskell-platform/Makefile,v retrieving revision 1.10 diff -u -p -r1.10 Makefile --- Makefile 7 Jan 2015 20:45:50 -0000 1.10 +++ Makefile 7 Jul 2015 18:20:30 -0000 @@ -4,6 +4,8 @@ COMMENT = Haskell platform meta-package PKGNAME = haskell-platform-2014.2.0.0 +REVISION = 0 + HOMEPAGE = http://hackage.haskell.org/platform/ MAINTAINER = Matthias Kilian <k...@openbsd.org> @@ -14,6 +16,11 @@ MAINTAINER = Matthias Kilian <kili@openb # 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 \