Date: Wednesday, January 13, 2010 @ 02:38:12 Author: vesa Revision: 62867
haskell-mtl dep missing Modified: haskell-haskeline/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-01-13 07:35:29 UTC (rev 62866) +++ PKGBUILD 2010-01-13 07:38:12 UTC (rev 62867) @@ -2,13 +2,13 @@ # Contributor: Arch Haskell Team <[email protected]> # Package generated by cabal2arch 0.5.2 pkgname=haskell-haskeline -pkgrel=2 +pkgrel=3 pkgver=0.6.2.2 pkgdesc="A command-line interface for user input, written in Haskell." 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' sh) +depends=('ghc=6.12.1' 'haskell-utf8-string' 'haskell-mtl' sh) options=('strip') source=(http://hackage.haskell.org/packages/archive/haskeline/$pkgver/haskeline-$pkgver.tar.gz) install=haskell-haskeline.install
