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

Vesa Kaihlavirta vesa at archlinux.org
Thu Apr 9 11:12:44 UTC 2009


    Date: Thursday, April 9, 2009 @ 07:12:44
  Author: vesa
Revision: 34435

upgpkg: ghc 6.10.2-2

Modified:
  ghc/trunk/PKGBUILD

----------+
 PKGBUILD |   16 ++++++++++------
 1 file changed, 10 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-04-09 11:08:35 UTC (rev 34434)
+++ PKGBUILD	2009-04-09 11:12:44 UTC (rev 34435)
@@ -2,7 +2,7 @@
 # Maintainer: Vesa Kaihlavirta <vesa at archlinux.org>
 pkgname=ghc
 pkgver=6.10.2
-pkgrel=1
+pkgrel=2
 pkgdesc="The Glasgow Haskell Compiler"
 arch=(i686 x86_64)
 url="http://www.haskell.org/ghc/"
@@ -10,14 +10,13 @@
 depends=(gmp libedit)
 makedepends=(ghc happy perl)
 provides=(haskell-cabal)
+replaces=("haskell-cabal<1.6.0.3")
+install=(ghc.install)
+
 source=("http://www.haskell.org/ghc/dist/stable/dist/$pkgname-$pkgver-src.tar.bz2" \
     "http://www.haskell.org/ghc/dist/stable/dist/$pkgname-$pkgver-src-extralibs.tar.bz2"
-     build.mk)
+     build.mk ghc.install)
 
-md5sums=('243d5857e5aa5f2f86e5e4c4437973fb'
-         '9415604386ca69ebe15f1054653aefaf'
-         'a05681b982aad44cc6770bd021e35b67')
-
 build() {
   cd $startdir/src/$pkgname-$pkgver
 
@@ -29,3 +28,8 @@
 
   install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/ghc/license
 }
+
+md5sums=('243d5857e5aa5f2f86e5e4c4437973fb'
+         '9415604386ca69ebe15f1054653aefaf'
+         'a05681b982aad44cc6770bd021e35b67'
+         'd03bca6b591043c0fe996d72dd448919')




More information about the arch-commits mailing list