Update to haskell-platform-2012.4.0.0

This commit is contained in:
kili 2012-09-02 22:18:21 +00:00
parent 0afda10308
commit 8410827ff7

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.3 2012/01/12 20:20:41 kili Exp $
# $OpenBSD: Makefile,v 1.4 2012/09/02 22:18:21 kili Exp $
COMMENT = Haskell platform meta-package
V = 2011.4.0.0
V = 2012.4.0.0
PKGNAME = haskell-platform-${V}
HOMEPAGE = http://hackage.haskell.org/platform/
@ -15,43 +15,47 @@ MAINTAINER = Matthias Kilian <kili@openbsd.org>
# intention (to let people know if they update some port which shouldn't
# updated yet).
# ghc-7.0 together with a bunch of core libraries provided by the
# ghc-7.4 together with a bunch of core libraries provided by the
# ghc package:
RUN_DEPENDS += lang/ghc>=7.0.0,<7.1 \
lang/ghc,-doc>=7.0.0,<7.1
RUN_DEPENDS += lang/ghc>=7.4.0,<7.5 \
lang/ghc,-doc>=7.4.0,<7.5
# Additional libraries:
# xhtml-3000.2.0.4 is included in our ghc package.
# xhtml-3000.2.1 is included in our ghc package.
# Starting with ghc-7.4, deepseq=1.3.0.0 is included in it.
RUN_DEPENDS += www/hs-cgi=3001.1.7.4 \
devel/hs-fgl=5.4.2.4 \
graphics/hs-GLUT=2.1.2.1 \
lang/hs-haskell-src=1.0.1.4 \
lang/hs-haskell-src=1.0.1.5 \
www/hs-html=1.0.1.2 \
net/hs-HTTP=4000.2.3 \
devel/hs-HUnit=1.2.4.2 \
devel/hs-network=2.3.0.5 \
graphics/hs-OpenGL=2.2.3.0 \
devel/hs-parallel=3.1.0.1 \
devel/hs-parsec=3.1.1 \
devel/hs-QuickCheck=2.4.1.1 \
devel/hs-mtl=2.1.1 \
devel/hs-network=2.3.0.13 \
graphics/hs-OpenGL=2.2.3.1 \
devel/hs-parallel=3.2.0.2 \
devel/hs-parsec=3.1.2 \
devel/hs-QuickCheck=2.4.2 \
devel/hs-random=1.0.1.1 \
devel/hs-regex-base=0.93.2 \
devel/hs-regex-compat=0.95.1 \
devel/hs-regex-posix=0.95.1 \
devel/hs-stm=2.2.0.1 \
devel/hs-syb=0.3.3 \
archivers/hs-zlib=0.5.3.1 \
net/hs-HTTP=4000.1.2 \
devel/hs-deepseq=1.1.0.2
# 2011.1 proposals:
RUN_DEPENDS += devel/hs-text=0.11.1.5 \
devel/hs-transformers=0.2.2.0 \
devel/hs-mtl=2.0.1.0
devel/hs-stm=2.3 \
devel/hs-syb=0.3.6.1 \
devel/hs-text=0.11.2.0 \
devel/hs-transformers=0.3.0.0 \
archivers/hs-zlib=0.5.3.3 \
# Tools:
RUN_DEPENDS += devel/cabal-install=0.10.2 \
devel/alex=2.3.5 \
devel/happy=1.18.6 \
devel/haddock=2.9.2 \
devel/haddock,-lib=2.9.2
# The official requirement is haddock-2.10, but on the other hand,
# ghc needs and bundles a non-official version called haddock-2.11.
# So we use this inofficial bundled one and hope that haddock
# upstream will follow the ghc-internal changes.
RUN_DEPENDS += devel/cabal-install=0.14.0 \
devel/alex=3.0.1 \
devel/happy=1.18.9 \
devel/haddock=2.11.0 \
devel/haddock,-lib=2.11.0
.include <bsd.port.mk>