New libc major => new bootstrapping binaries.
Since the new bootstrapper has a new name (ghc-6.12.2.20100530), the ABI of some libraries included in GHC will change, possibly breaking all other libraries, so expect some additional bumps soon. Yes, this *is* ridiculous. If you want to live in peace, don't use GHC.
This commit is contained in:
parent
80cf3fdfe7
commit
41b71845e5
@ -1,16 +1,16 @@
|
||||
# $OpenBSD: Makefile,v 1.34 2010/05/19 15:04:27 kili Exp $
|
||||
# $OpenBSD: Makefile,v 1.35 2010/06/06 09:54:20 kili Exp $
|
||||
|
||||
COMMENT-main = compiler for the functional language Haskell
|
||||
COMMENT-doc = documentation for GHC
|
||||
|
||||
DISTNAME = ghc-${MODGHC_VER}
|
||||
PKGNAME-main = ghc-${MODGHC_VER}p3
|
||||
PKGNAME-main = ghc-${MODGHC_VER}p4
|
||||
PKGNAME-doc = ghc-doc-${MODGHC_VER}p0
|
||||
CATEGORIES = lang devel
|
||||
HOMEPAGE = http://www.haskell.org/ghc/
|
||||
|
||||
# Version of the precompiled binaries
|
||||
BIN_VER = 6.12.2.20100513
|
||||
BIN_VER = 6.12.2.20100530
|
||||
|
||||
# Pull in lang/ghc to get MODGHC_VER and ONLY_FOR_ARCHS, which is maintained
|
||||
# in ghc.port.mk. lang/python needed for regress.
|
||||
|
Loading…
Reference in New Issue
Block a user