Date: Friday, December 3, 2010 @ 03:44:19 Author: remy Revision: 101961
upgpkg: haskell-text 0.10.0.0-2 Update to 0.10 (ghc 7.0.1 build) Modified: haskell-text/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-12-03 07:43:16 UTC (rev 101960) +++ PKGBUILD 2010-12-03 08:44:19 UTC (rev 101961) @@ -3,12 +3,12 @@ _hkgname=text pkgname=haskell-text pkgver=0.10.0.0 -pkgrel=1 +pkgrel=2 pkgdesc="An efficient packed Unicode text type." -url="http://hackage.haskell.org/package/text" +url="http://hackage.haskell.org/package/${_hkgname}" license=('custom:BSD3') arch=('i686' 'x86_64') -depends=('ghc=6.12.3' sh 'haskell-deepseq>=1.1.0.0') +depends=('ghc=7.0.1' sh 'haskell-deepseq>=1.1.0.0') options=('strip') source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) install=${pkgname}.install
