Update to haskell-platform-2012.4.0.0, with REVISION = 0.
The previous version of this port wasn't 2012.4.0.0. but 2012.2.0.0. I just got the version number wrong (sorry).
This commit is contained in:
parent
bf48486d6c
commit
c76cfd95ee
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2012/09/02 22:18:21 kili Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2012/12/02 20:37:45 kili Exp $
|
||||
|
||||
COMMENT = Haskell platform meta-package
|
||||
|
||||
V = 2012.4.0.0
|
||||
PKGNAME = haskell-platform-${V}
|
||||
REVISION = 0
|
||||
PKGNAME = haskell-platform-2012.4.0.0
|
||||
|
||||
HOMEPAGE = http://hackage.haskell.org/platform/
|
||||
|
||||
@ -15,46 +15,56 @@ MAINTAINER = Matthias Kilian <kili@openbsd.org>
|
||||
# intention (to let people know if they update some port which shouldn't
|
||||
# updated yet).
|
||||
|
||||
# ghc-7.4 together with a bunch of core libraries provided by the
|
||||
# ghc-7.4.2 together the following libraries provided by the
|
||||
# ghc package:
|
||||
RUN_DEPENDS += lang/ghc>=7.4.0,<7.5 \
|
||||
lang/ghc,-doc>=7.4.0,<7.5
|
||||
# Cabal=1.14.0, array=0.4.0.0, base=4.5.1.0, bytestring=0.9.2.1,
|
||||
# containers=0.4.2.1, deepseq=1.3.0.0, directory=1.1.0.2,
|
||||
# extensible-exceptions=0.1.1.4, filepath=1.3.0.0, ghc=7.4.2,
|
||||
# haskell2010=1.1.0.1, haskell98=2.0.0.1, hpc=0.5.1.1, old-locale=1.0.0.4,
|
||||
# old-time=1.1.0.0, pretty=1.1.1.0, process=1.1.0.1,
|
||||
# template-haskell=2.7.0.0, time=1.4, unix=2.5.1.1, xhtml=3000.2.1.
|
||||
|
||||
RUN_DEPENDS += lang/ghc=7.4.2 \
|
||||
lang/ghc,-doc=7.4.2
|
||||
|
||||
# Additional libraries:
|
||||
# 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 \
|
||||
RUN_DEPENDS += devel/hs-async=2.0.1.3 \
|
||||
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.5 \
|
||||
www/hs-html=1.0.1.2 \
|
||||
net/hs-HTTP=4000.2.3 \
|
||||
devel/hs-HUnit=1.2.4.2 \
|
||||
devel/hs-mtl=2.1.1 \
|
||||
devel/hs-network=2.3.0.13 \
|
||||
net/hs-HTTP=4000.2.5 \
|
||||
devel/hs-HUnit=1.2.5.1 \
|
||||
devel/hs-mtl=2.1.2 \
|
||||
devel/hs-network=2.3.1.0 \
|
||||
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-parallel=3.2.0.3 \
|
||||
devel/hs-parsec=3.1.3 \
|
||||
devel/hs-QuickCheck=2.5.1.1 \
|
||||
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.3 \
|
||||
devel/hs-syb=0.3.6.1 \
|
||||
devel/hs-text=0.11.2.0 \
|
||||
devel/hs-regex-posix=0.95.2 \
|
||||
devel/hs-split=0.2.1.1 \
|
||||
devel/hs-stm=2.4 \
|
||||
devel/hs-syb=0.3.7 \
|
||||
devel/hs-text=0.11.2.3 \
|
||||
devel/hs-transformers=0.3.0.0 \
|
||||
archivers/hs-zlib=0.5.3.3 \
|
||||
devel/hs-vector=0.10.0.1 \
|
||||
archivers/hs-zlib=0.5.4.0
|
||||
|
||||
# Libraries that are needed to support the above, though are not
|
||||
# officially part of the platform
|
||||
RUN_DEPENDS += devel/hs-primitive=0.5.0.1
|
||||
|
||||
# Tools:
|
||||
# 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.
|
||||
# Depend on the inofficial haddock-2.11.0 bundled with ghc and let's
|
||||
# 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/alex=3.0.2 \
|
||||
devel/happy=1.18.10 \
|
||||
devel/haddock=2.11.0 \
|
||||
devel/haddock,-lib=2.11.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user