Date: Tuesday, November 16, 2010 @ 02:53:47 Author: vesa Revision: 99684
7.0.1 upstream to testing Modified: ghc/trunk/PKGBUILD ----------+ PKGBUILD | 80 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 40 insertions(+), 40 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-11-16 00:28:49 UTC (rev 99683) +++ PKGBUILD 2010-11-16 07:53:47 UTC (rev 99684) @@ -1,7 +1,7 @@ # $Id$ # Maintainer: Vesa Kaihlavirta <[email protected]> pkgname=ghc -pkgver=6.12.3 +pkgver=7.0.1 pkgrel=1 pkgdesc="The Glasgow Haskell Compiler" arch=(i686 x86_64) @@ -9,51 +9,51 @@ license=("custom") depends=('perl' 'gmp>=5.0' gcc) makedepends=(ghc happy perl) -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.1" - "haskell-extensible-exceptions=0.1.1.1" - "haskell-filepath=1.1.0.4" - "haskell-haskell98=1.0.1.1" - "haskell-hpc=0.5.0.5" +provides=("haskell-array=0.3.0.2" + "haskell-bytestring=0.9.1.8" + "haskell-cabal=1.10.0.0" + "haskell-containers=0.4.0.0" + "haskell-directory=1.1.0.0" + "haskell-extensible-exceptions=0.1.1.2" + "haskell-filepath=1.2.0.0" + "haskell-haskell98=1.1.0.0" + "haskell-hpc=0.5.0.6" "haskell-old-locale=1.0.0.2" - "haskell-old-time=1.0.0.5" - "haskell-pretty=1.0.1.1" - "haskell-process=1.0.1.3" - "haskell-random=1.0.0.2" - "haskell-syb=0.1.0.2" - "haskell-template-haskell=2.4.0.1" - "haskell-time=1.1.4" - "haskell-unix=2.4.0.2" - "haddock=2.6.0" + "haskell-old-time=1.0.0.6" + "haskell-pretty=1.0.1.2" + "haskell-process=1.0.1.4" + "haskell-random=1.0.0.3" + #"haskell-syb=0.1.0.2" + "haskell-template-haskell=2.5.0.0" + "haskell-time=1.2.0.3" + "haskell-unix=2.4.1.0" + "haddock=2.8.0" ) -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.1" - "haskell-extensible-exceptions<0.1.1.1" - "haskell-filepath<1.1.0.4" - "haskell-haskell98<1.0.1.1" - "haskell-hpc<0.5.0.5" +replaces=("haskell-array<0.3.0.2" + "haskell-bytestring<0.9.1.8" + "haskell-cabal<1.10.0.0" + "haskell-containers<0.4.0.0" + "haskell-directory<1.1.0.0" + "haskell-extensible-exceptions<0.1.1.2" + "haskell-filepath<1.2.0.0" + "haskell-haskell98<1.1.0.0" + "haskell-hpc<0.5.0.6" "haskell-old-locale<1.0.0.2" - "haskell-old-time<1.0.0.5" - "haskell-pretty<1.0.1.1" - "haskell-process<1.0.1.3" - "haskell-random<1.0.0.2" - "haskell-syb<0.1.0.2" - "haskell-template-haskell<2.4.0.1" - "haskell-time<1.1.4" - "haskell-unix<2.4.0.2" - "haddock<2.6.0" + "haskell-old-time<1.0.0.6" + "haskell-pretty<1.0.1.2" + "haskell-process<1.0.1.4" + "haskell-random<1.0.0.3" +# "haskell-syb<0.1.0.2" + "haskell-template-haskell<2.5.0.0" + "haskell-time<1.2.0.30" + "haskell-unix<2.4.1.0" + "haddock<2.8.0" ) -backup=(usr/lib/ghc-6.12.3/package.conf) +backup=(usr/lib/ghc-7.0.1/package.conf) install=ghc.install -source=("http://darcs.haskell.org/download/dist/$pkgver/$pkgname-$pkgver-src.tar.bz2" \ +source=("http://new-www.haskell.org/ghc/dist/$pkgver/ghc-$pkgver-src.tar.bz2" build.mk) build() { @@ -68,5 +68,5 @@ install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/ghc/license } -md5sums=('4c2663c2eff833d7b9f39ef770eefbd6' +md5sums=('91814d1de48c661fd79ffa810026ed19' '5a3e0880c80b1dcecf779ff2e63a9c0d')
