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

Thomas Dziedzic td123 at nymeria.archlinux.org
Sat Apr 12 12:35:34 UTC 2014


    Date: Saturday, April 12, 2014 @ 14:35:34
  Author: td123
Revision: 210216

upgpkg: ghc 7.8.2-1

bump

Modified:
  ghc/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-04-11 23:57:22 UTC (rev 210215)
+++ PKGBUILD	2014-04-12 12:35:34 UTC (rev 210216)
@@ -10,7 +10,7 @@
 # grep -r ghc /var/abs/ | awk -F '/' '{ print $5; }' | sort -u
 
 pkgname=ghc
-pkgver=7.8.1
+pkgver=7.8.2
 pkgrel=1
 pkgdesc='The Glasgow Haskell Compiler'
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 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') #TODO enable libffi the next time we build ghc
 makedepends=('ghc' 'perl' 'libxslt' 'docbook-xsl')
 checkdepends=('python2')
 install='ghc.install'
@@ -81,8 +81,8 @@
 source=("http://www.haskell.org/ghc/dist/${pkgver}/ghc-${pkgver}-src.tar.xz"
         "http://www.haskell.org/ghc/dist/${pkgver}/ghc-${pkgver}-testsuite.tar.xz"
         'build.mk')
-md5sums=('17c632b8f32119058fc99e70c3161cf7'
-         '8089a21ea9cb19cd19f9824523df074d'
+md5sums=('97578e0c27574a99e0d5071a7f35d136'
+         'ac54f7fa453010149a573740705ecbfb'
          'c367ef26300648ee9b8aca3dee5c9669')
 
 build() {
@@ -92,7 +92,8 @@
 
   ./configure \
     --prefix=/usr \
-    --with-system-libffi
+    --with-system-libffi \
+    --with-ffi-includes=/usr/lib/libffi-3.0.13/include
 
   make
 }




More information about the arch-commits mailing list