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

Vesa Kaihlavirta vesa at archlinux.org
Tue Mar 23 06:35:15 UTC 2010


    Date: Tuesday, March 23, 2010 @ 02:35:15
  Author: vesa
Revision: 73149

back to gmp

Modified:
  ghc/trunk/PKGBUILD
  ghc/trunk/build.mk

----------+
 PKGBUILD |    5 ++---
 build.mk |    2 +-
 2 files changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-03-23 04:54:23 UTC (rev 73148)
+++ PKGBUILD	2010-03-23 06:35:15 UTC (rev 73149)
@@ -2,12 +2,12 @@
 # Maintainer: Vesa Kaihlavirta <vesa at archlinux.org>
 pkgname=ghc
 pkgver=6.12.1
-pkgrel=3.1
+pkgrel=4
 pkgdesc="The Glasgow Haskell Compiler"
 arch=(i686 x86_64)
 url="http://www.haskell.org/ghc/"
 license=("custom")
-depends=(perl)
+depends=(perl gmp>=5.0)
 makedepends=(ghc happy perl)
 provides=("haskell-array=0.3.0.0"
           "haskell-bytestring=0.9.1.5"
@@ -64,7 +64,6 @@
   cp ../../build.mk mk/build.mk
 
   ./configure --prefix=/usr 
-  sed -i 's/integer-gmp/integer-simple/' mk/config.mk || return 1
   make -j1 || return 1
   make DESTDIR=$pkgdir install
 

Modified: build.mk
===================================================================
--- build.mk	2010-03-23 04:54:23 UTC (rev 73148)
+++ build.mk	2010-03-23 06:35:15 UTC (rev 73149)
@@ -147,4 +147,4 @@
 NoFibWays =
 STRIP=:
 
-INTEGER_LIBRARY=integer-simple
+




More information about the arch-commits mailing list