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

Vesa Kaihlavirta vesa at archlinux.org
Thu Aug 12 09:27:12 UTC 2010


    Date: Thursday, August 12, 2010 @ 05:27:12
  Author: vesa
Revision: 87306

starting the long journey to upstream 6.12.3

Modified:
  ghc/trunk/PKGBUILD

----------+
 PKGBUILD |   54 +++++++++++++++++++++++++++---------------------------
 1 file changed, 27 insertions(+), 27 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-08-12 08:40:59 UTC (rev 87305)
+++ PKGBUILD	2010-08-12 09:27:12 UTC (rev 87306)
@@ -1,61 +1,61 @@
 # $Id$
 # Maintainer: Vesa Kaihlavirta <vesa at archlinux.org>
 pkgname=ghc
-pkgver=6.12.1
-pkgrel=4
+pkgver=6.12.3
+pkgrel=1
 pkgdesc="The Glasgow Haskell Compiler"
 arch=(i686 x86_64)
 url="http://www.haskell.org/ghc/"
 license=("custom")
 depends=('perl' 'gmp>=5.0' gcc)
 makedepends=(ghc happy perl)
-provides=("haskell-array=0.3.0.0"
-          "haskell-bytestring=0.9.1.5"
-          "haskell-cabal=1.8.0.2"
+provides=("haskell-array=0.3.0.1"
+          "haskell-bytestring=0.9.1.7"
+          "haskell-cabal=1.8.0.6"
           "haskell-containers=0.3.0.0"
-          "haskell-directory=1.0.1.0"       
+          "haskell-directory=1.0.1.1"       
           "haskell-extensible-exceptions=0.1.1.1"
-          "haskell-filepath=1.1.0.3"
+          "haskell-filepath=1.1.0.4"
           "haskell-haskell98=1.0.1.1"
-          "haskell-hpc=0.5.0.4"
+          "haskell-hpc=0.5.0.5"
           "haskell-old-locale=1.0.0.2"
-          "haskell-old-time=1.0.0.3"
+          "haskell-old-time=1.0.0.5"
           "haskell-pretty=1.0.1.1"
-          "haskell-process=1.0.1.2"
+          "haskell-process=1.0.1.3"
           "haskell-random=1.0.0.2"
           "haskell-syb=0.1.0.2"
-          "haskell-template-haskell=2.4.0.0"
+          "haskell-template-haskell=2.4.0.1"
           "haskell-time=1.1.4"
-          "haskell-unix=2.4.0.0"
+          "haskell-unix=2.4.0.2"
           "haskell-utf8-string=0.3.4"
           "haddock=2.6.0"
          )
-replaces=("haskell-array<0.3.0.0" 
-          "haskell-bytestring<0.9.1.5"
-          "haskell-cabal<1.8.0.2"
+replaces=("haskell-array<0.3.0.1" 
+          "haskell-bytestring<0.9.1.7"
+          "haskell-cabal<1.8.0.6"
           "haskell-containers<0.3.0.0"
-          "haskell-directory<1.0.1.0"
+          "haskell-directory<1.0.1.1"
           "haskell-extensible-exceptions<0.1.1.1"
-          "haskell-filepath<1.1.0.3"
+          "haskell-filepath<1.1.0.4"
           "haskell-haskell98<1.0.1.1"
-          "haskell-hpc<0.5.0.4"
+          "haskell-hpc<0.5.0.5"
           "haskell-old-locale<1.0.0.2"
-          "haskell-old-time<1.0.0.3"
+          "haskell-old-time<1.0.0.5"
           "haskell-pretty<1.0.1.1"
-          "haskell-process<1.0.1.2"
+          "haskell-process<1.0.1.3"
           "haskell-random<1.0.0.2"
           "haskell-syb<0.1.0.2"
-          "haskell-template-haskell<2.4.0.0"
+          "haskell-template-haskell<2.4.0.1"
           "haskell-time<1.1.4"
-          "haskell-unix<2.4.0.0"
+          "haskell-unix<2.4.0.2"
           "haskell-utf8-string<0.3.4"
           "haddock<2.6.0"
          )
 
-backup=(usr/lib/ghc-6.12.1/package.conf)
+backup=(usr/lib/ghc-6.12.3/package.conf)
 install=ghc.install
 
-source=("http://www.haskell.org/ghc/dist/$pkgver/$pkgname-$pkgver-src.tar.bz2" \
+source=("http://darcs.haskell.org/download/dist/$pkgver/$pkgname-$pkgver-src.tar.bz2" \
         build.mk)
 
 build() {
@@ -69,6 +69,6 @@
 
   install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/ghc/license
 }
-md5sums=('3a2b23f29013605f721ebdfc29de9c92'
-         '5a3e0880c80b1dcecf779ff2e63a9c0d'
-         'd03bca6b591043c0fe996d72dd448919')
+
+md5sums=('4c2663c2eff833d7b9f39ef770eefbd6'
+         '5a3e0880c80b1dcecf779ff2e63a9c0d')




More information about the arch-commits mailing list