Date: Friday, November 26, 2010 @ 16:11:02 Author: remy Revision: 100949
upgpkg: haskell-haskeline 0.6.3.1-2 Rebuild for ghc-7.0.1 Modified: haskell-haskeline/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-11-26 20:42:34 UTC (rev 100948) +++ PKGBUILD 2010-11-26 21:11:02 UTC (rev 100949) @@ -4,12 +4,12 @@ _hkgname=haskeline pkgname=haskell-haskeline pkgver=0.6.3.1 -pkgrel=1 +pkgrel=2 pkgdesc="A command-line interface for user input, written in Haskell." url="http://hackage.haskell.org/package/haskeline" license=('custom:BSD3') arch=('i686' 'x86_64') -depends=('ghc=6.12.3' sh 'haskell-utf8-string=0.3.6' 'haskell-mtl=1.1.0.2' 'haskell-terminfo=0.3.1.3') +depends=('ghc=7.0.1' sh 'haskell-utf8-string=0.3.6' 'haskell-mtl=1.1.1.0' 'haskell-terminfo=0.3.1.3') options=('strip') source=(http://hackage.haskell.org/packages/archive/${_hkgname}/$pkgver/${_hkgname}-$pkgver.tar.gz) install=${pkgname}.install
