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

Vesa Kaihlavirta vesa at archlinux.org
Sat Mar 20 14:43:38 UTC 2010


    Date: Saturday, March 20, 2010 @ 10:43:38
  Author: vesa
Revision: 72845

Use integer-simple instead of gmp 

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-03-20 13:37:43 UTC (rev 72844)
+++ PKGBUILD	2010-03-20 14:43:38 UTC (rev 72845)
@@ -2,12 +2,12 @@
 # Maintainer: Vesa Kaihlavirta <vesa at archlinux.org>
 pkgname=ghc
 pkgver=6.12.1
-pkgrel=2
+pkgrel=3
 pkgdesc="The Glasgow Haskell Compiler"
 arch=(i686 x86_64)
 url="http://www.haskell.org/ghc/"
 license=("custom")
-depends=(gmp perl)
+depends=(perl)
 makedepends=(ghc happy perl)
 provides=("haskell-array=0.3.0.0"
           "haskell-bytestring=0.9.1.5"
@@ -53,7 +53,7 @@
          )
 
 backup=(usr/lib/ghc-6.12.1/package.conf)
-install=(ghc.install)
+install=ghc.install
 
 source=("http://www.haskell.org/ghc/dist/$pkgver/$pkgname-$pkgver-src.tar.bz2" \
         build.mk ghc.install)
@@ -70,5 +70,5 @@
   install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/ghc/license
 }
 md5sums=('3a2b23f29013605f721ebdfc29de9c92'
-         '31f83779da0e727dbe536ba671281e47'
+         '864d94bb869dc0d43a37de8669cc976f'
          'd03bca6b591043c0fe996d72dd448919')

Modified: build.mk
===================================================================
--- build.mk	2010-03-20 13:37:43 UTC (rev 72844)
+++ build.mk	2010-03-20 14:43:38 UTC (rev 72845)
@@ -146,3 +146,5 @@
 # NoFib settings
 NoFibWays =
 STRIP=:
+
+INTEGER_LIBRARY=integer-simple




More information about the arch-commits mailing list