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

Thomas Dziedzic td123 at nymeria.archlinux.org
Sat Apr 12 16:28:59 UTC 2014


    Date: Saturday, April 12, 2014 @ 18:28:59
  Author: td123
Revision: 210222

remove old comments about having to use system libffi since we are now using them

Modified:
  ghc/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-04-12 15:47:33 UTC (rev 210221)
+++ PKGBUILD	2014-04-12 16:28:59 UTC (rev 210222)
@@ -16,8 +16,7 @@
 arch=('i686' 'x86_64')
 url='http://www.haskell.org/ghc/'
 license=('custom')
-# libffi might be needed in the future: http://hackage.haskell.org/trac/ghc/ticket/4496
-depends=('perl' 'gmp' 'gcc' 'libffi') #TODO enable libffi the next time we build ghc
+depends=('perl' 'gmp' 'gcc' 'libffi')
 makedepends=('ghc' 'perl' 'libxslt' 'docbook-xsl')
 checkdepends=('python2')
 install='ghc.install'




More information about the arch-commits mailing list