Date: Friday, March 4, 2011 @ 17:07:29 Author: remy Revision: 112412 upgpkg: haskell-haskell-src 1.0.1.4-1.1 Rebuild for GHC 7.0.2 (Haskell Platform 2011.2)
Modified: haskell-haskell-src/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2011-03-04 22:00:18 UTC (rev 112411) +++ PKGBUILD 2011-03-04 22:07:29 UTC (rev 112412) @@ -3,12 +3,12 @@ _hkgname=haskell-src pkgname=haskell-haskell-src pkgver=1.0.1.4 -pkgrel=1 +pkgrel=1.1 pkgdesc="Facilities for manipulating Haskell source code: an abstract syntax, lexer, parser and pretty-printer." url="http://hackage.haskell.org/package/${_hkgname}" license=('custom:BSD3') arch=('i686' 'x86_64') -depends=('ghc=7.0.1' 'haskell-syb=0.3' sh) +depends=('ghc=7.0.2' 'haskell-syb=0.3' sh) makedepends=(happy) options=('strip') source=(http://hackage.haskell.org/packages/archive/${_hkgname}/$pkgver/${_hkgname}-$pkgver.tar.gz)
