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

Rémy Oudompheng remy at archlinux.org
Tue Dec 7 17:30:52 UTC 2010


    Date: Tuesday, December 7, 2010 @ 12:30:51
  Author: remy
Revision: 102385

upgpkg: haskell-parallel 2.2.0.1-11
Rebuild for GHC 7.0.1

Modified:
  haskell-parallel/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-12-07 17:26:30 UTC (rev 102384)
+++ PKGBUILD	2010-12-07 17:30:51 UTC (rev 102385)
@@ -4,12 +4,12 @@
 _hkgname=parallel
 pkgname=haskell-parallel
 pkgver=2.2.0.1
-pkgrel=10
+pkgrel=11
 pkgdesc="Parallel programming library"
 url="http://hackage.haskell.org/package/parallel"
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
-depends=(ghc=6.12.3 sh 'haskell-deepseq=1.1.0.0')
+depends=(ghc=7.0.1 sh 'haskell-deepseq=1.1.0.1')
 options=('strip' force)
 source=(http://hackage.haskell.org/packages/archive/parallel/$pkgver/parallel-$pkgver.tar.gz)
 install=${pkgname}.install
@@ -17,6 +17,7 @@
 
 build() {
     cd ${srcdir}/${_hkgname}-$pkgver
+    sed -i 's at containers\(.*\) 0.4 at containers\1 0.5 at g' parallel.cabal
     runhaskell Setup configure -O -p --enable-split-objs --enable-shared --prefix=/usr --docdir=/usr/share/doc/${pkgname}
     runhaskell Setup build
     runhaskell Setup haddock




More information about the arch-commits mailing list