Date: Friday, March 4, 2011 @ 18:17:46 Author: remy Revision: 112442 upgpkg: haskell-haskeline 0.6.3.2-2.1 Rebuild for GHC 7.0.2
Modified: haskell-haskeline/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2011-03-04 22:43:01 UTC (rev 112441) +++ PKGBUILD 2011-03-04 23:17:46 UTC (rev 112442) @@ -4,12 +4,12 @@ _hkgname=haskeline pkgname=haskell-haskeline pkgver=0.6.3.2 -pkgrel=2 +pkgrel=2.1 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=7.0.1' sh 'haskell-utf8-string=0.3.6' 'haskell-mtl=2.0.1.0' 'haskell-terminfo=0.3.1.3') +depends=('ghc=7.0.2' sh 'haskell-utf8-string=0.3.6' 'haskell-mtl=2.0.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
