[arch-commits] Commit in ghc/trunk (PKGBUILD)

Thomas Dziedzic tdziedzic at archlinux.org
Fri Mar 16 15:12:36 UTC 2012


    Date: Friday, March 16, 2012 @ 11:12:36
  Author: tdziedzic
Revision: 153602

happy is not needed for the src distribution build

Modified:
  ghc/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-03-16 15:10:42 UTC (rev 153601)
+++ PKGBUILD	2012-03-16 15:12:36 UTC (rev 153602)
@@ -15,7 +15,7 @@
 license=('custom')
 # libffi might be needed in the future: http://hackage.haskell.org/trac/ghc/ticket/4496
 depends=('perl' 'gmp>=5.0' 'gcc') # 'libffi')
-makedepends=('ghc' 'happy' 'perl' 'libxslt' 'docbook-xsl')
+makedepends=('ghc' 'perl' 'libxslt' 'docbook-xsl')
 checkdepends=('python2')
 install='ghc.install'
 groups=('haskell')




More information about the arch-commits mailing list