Date: Monday, May 17, 2010 @ 03:51:20 Author: vesa Revision: 80409 FS#19270: missing gcc makedep
Modified: ghc/trunk/PKGBUILD ----------+ PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-05-17 07:51:16 UTC (rev 80408) +++ PKGBUILD 2010-05-17 07:51:20 UTC (rev 80409) @@ -8,7 +8,7 @@ url="http://www.haskell.org/ghc/" license=("custom") depends=('perl' 'gmp>=5.0') -makedepends=(ghc happy perl) +makedepends=(ghc gcc happy perl) provides=("haskell-array=0.3.0.0" "haskell-bytestring=0.9.1.5" "haskell-cabal=1.8.0.2"
