Date: Sunday, August 22, 2010 @ 01:54:19 Author: vesa Revision: 88322
6.12.3 rebuild Modified: haskell-xhtml/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-08-22 05:51:12 UTC (rev 88321) +++ PKGBUILD 2010-08-22 05:54:19 UTC (rev 88322) @@ -2,12 +2,12 @@ # Contributor: Arch Haskell Team <[email protected]> pkgname=haskell-xhtml pkgver=3000.2.0.1 -pkgrel=3 +pkgrel=4 pkgdesc="Combinators for producing XHTML 1.0, including the Strict, Transitional and Frameset variants." url="http://hackage.haskell.org/cgi-bin/hackage-scripts/package/xhtml" license=('custom:BSD3') arch=('i686' 'x86_64') -depends=(ghc=6.12.1 sh) +depends=(ghc=6.12.3 sh) options=('strip') source=(http://hackage.haskell.org/packages/archive/xhtml/$pkgver/xhtml-$pkgver.tar.gz) install=$pkgname.install
