Date: Sunday, March 13, 2011 @ 09:51:57 Author: vesa Revision: 114424
xsl libs makedepends, not depends Modified: ghc/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2011-03-13 13:07:20 UTC (rev 114423) +++ PKGBUILD 2011-03-13 13:51:57 UTC (rev 114424) @@ -7,8 +7,8 @@ arch=(i686 x86_64) url="http://www.haskell.org/ghc/" license=("custom") -depends=('perl' 'gmp>=5.0' gcc libxslt docbook-xsl) -makedepends=(ghc happy perl) +depends=('perl' 'gmp>=5.0' gcc) +makedepends=(ghc happy perl libxslt docbook-xsl) provides=("haskell-array=0.3.0.2" "haskell-bytestring=0.9.1.10" "haskell-cabal=1.10.1.0"