Date: Wednesday, November 23, 2011 @ 10:43:48 Author: vesa Revision: 143221
fix FS#18917 and pkgrel bump Modified: ghc/trunk/PKGBUILD ----------+ PKGBUILD | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2011-11-23 14:06:08 UTC (rev 143220) +++ PKGBUILD 2011-11-23 15:43:48 UTC (rev 143221) @@ -8,7 +8,7 @@ # do not carry version dependencies. You will have to remember to build them too. pkgname=ghc pkgver=7.2.2 -pkgrel=1 +pkgrel=2 pkgdesc="The Glasgow Haskell Compiler" arch=(i686 x86_64) url="http://www.haskell.org/ghc/" @@ -16,7 +16,6 @@ depends=('perl' 'gmp>=5.0' gcc) makedepends=(ghc happy perl libxslt docbook-xsl) install=ghc.install -options=(!strip) groups=(haskell) source=("http://www.haskell.org/ghc/dist/$pkgver/ghc-$pkgver-src.tar.bz2" build.mk)
