Date: Wednesday, January 13, 2010 @ 02:40:13 Author: vesa Revision: 62869
requires newer utf8-string Modified: haskell-haskeline/trunk/PKGBUILD ----------+ PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-01-13 07:39:20 UTC (rev 62868) +++ PKGBUILD 2010-01-13 07:40:13 UTC (rev 62869) @@ -8,7 +8,7 @@ url="http://hackage.haskell.org/cgi-bin/hackage-scripts/package/haskeline" license=('custom:BSD3') arch=('i686' 'x86_64') -depends=('ghc=6.12.1' 'haskell-utf8-string' 'haskell-mtl' sh) +depends=('ghc=6.12.1' 'haskell-utf8-string>=0.3.6' 'haskell-mtl' sh) options=('strip') source=(http://hackage.haskell.org/packages/archive/haskeline/$pkgver/haskeline-$pkgver.tar.gz) install=haskell-haskeline.install
