Date: Friday, February 24, 2012 @ 13:58:50 Author: tdziedzic Revision: 151082
upgpkg: ghc 7.4.1-2 rebuild ghc against latest happy Modified: ghc/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-02-24 18:27:05 UTC (rev 151081) +++ PKGBUILD 2012-02-24 18:58:50 UTC (rev 151082) @@ -1,4 +1,5 @@ # $Id$ +# Maintainer: Thomas Dziedzic <[email protected]> # Maintainer: Vesa Kaihlavirta <[email protected]> # Special note for devs looking to upgrade this package: # ghc places a unique hash for each library when it is built. @@ -9,12 +10,12 @@ pkgname=ghc pkgver=7.4.1 -pkgrel=1 +pkgrel=2 pkgdesc='The Glasgow Haskell Compiler' arch=('i686' 'x86_64') url='http://www.haskell.org/ghc/' license=('custom') -depends=('perl' 'gmp>=5.0' 'gcc') +depends=('perl' 'gmp>=5.0' 'gcc' 'libffi') makedepends=('ghc' 'happy' 'perl' 'libxslt' 'docbook-xsl') checkdepends=('python2') install='ghc.install' @@ -84,7 +85,7 @@ ./configure \ --prefix=/usr - make -j9 + make -j4 -l8 } check() {
