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

Rémy Oudompheng remy at archlinux.org
Tue Dec 7 18:23:48 UTC 2010


    Date: Tuesday, December 7, 2010 @ 13:23:47
  Author: remy
Revision: 102397

upgpkg: cabal-install 0.9.5_20101123-1
Update to a recent snapshot to support GHC-7.0.1

Modified:
  cabal-install/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-12-07 17:56:05 UTC (rev 102396)
+++ PKGBUILD	2010-12-07 18:23:47 UTC (rev 102397)
@@ -1,17 +1,18 @@
 # Maintainer: Vesa Kaihlavirta <vesa at archlinux.org>
 # Contributor: Arch Haskell Team <arch-haskell at haskell.org>
 pkgname=cabal-install
-pkgver=0.8.2
+pkgver=0.9.5_20101123
 pkgrel=1
 pkgdesc="The command-line interface for Cabal and Hackage."
 url="http://hackage.haskell.org/package/cabal-install"
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
-makedepends=('ghc=6.12.3' 'haskell-http>=4000' 'haskell-zlib')
+makedepends=('ghc=7.0.1' 'haskell-http>=4000' 'haskell-zlib')
 depends=('gmp' zlib)
 options=('strip')
-source=(http://hackage.haskell.org/packages/archive/cabal-install/$pkgver/cabal-install-$pkgver.tar.gz)
-md5sums=('4abd0933dff361ff69ee9288a211e4e1')
+#source=(http://hackage.haskell.org/packages/archive/cabal-install/$pkgver/cabal-install-$pkgver.tar.gz)
+source=(http://dev.archlinux.org/~remy/${pkgname}-${pkgver}.tar.xz)
+md5sums=('74ae9e89fde44eb492d39a21beaebbf2')
 
 build() {
     cd $srcdir/cabal-install-$pkgver




More information about the arch-commits mailing list