Date: Thursday, March 25, 2010 @ 09:06:07 Author: vesa Revision: 73387
missing haskell-mtl dep added Modified: haskell-regex-base/trunk/PKGBUILD ----------+ PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-03-25 12:49:19 UTC (rev 73386) +++ PKGBUILD 2010-03-25 13:06:07 UTC (rev 73387) @@ -7,7 +7,7 @@ url="http://hackage.haskell.org/cgi-bin/hackage-scripts/package/regex-base" license=('custom:BSD3') arch=('i686' 'x86_64') -depends=(ghc=6.12.1 sh) +depends=(ghc=6.12.1 sh 'haskell-mtl=1.1.0.2-3') options=('strip') source=(http://hackage.haskell.org/packages/archive/regex-base/$pkgver/regex-base-$pkgver.tar.gz) install=haskell-regex-base.install