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

Thomas Dziedzic tdziedzic at archlinux.org
Mon Mar 12 00:30:31 UTC 2012


    Date: Sunday, March 11, 2012 @ 20:30:31
  Author: tdziedzic
Revision: 153047

remove libffi from deps and add note for future

Modified:
  ghc/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-03-12 00:28:07 UTC (rev 153046)
+++ PKGBUILD	2012-03-12 00:30:31 UTC (rev 153047)
@@ -13,7 +13,8 @@
 arch=('i686' 'x86_64')
 url='http://www.haskell.org/ghc/'
 license=('custom')
-depends=('perl' 'gmp>=5.0' 'gcc' 'libffi')
+# 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')
 checkdepends=('python2')
 install='ghc.install'




More information about the arch-commits mailing list