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

Vesa Kaihlavirta vesa at archlinux.org
Tue Jan 19 07:47:26 UTC 2010


    Date: Tuesday, January 19, 2010 @ 02:47:26
  Author: vesa
Revision: 63992

add deepseq dep

Modified:
  haskell-parallel/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-01-19 07:45:35 UTC (rev 63991)
+++ PKGBUILD	2010-01-19 07:47:26 UTC (rev 63992)
@@ -7,7 +7,7 @@
 url="http://hackage.haskell.org/cgi-bin/hackage-scripts/package/parallel"
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
-depends=(ghc=6.12.1 'haskell-containers=0.3.0.0' sh)
+depends=(ghc=6.12.1 'haskell-containers=0.3.0.0' 'haskell-deepseq=1.1.0.0' sh)
 options=('strip')
 source=(http://hackage.haskell.org/packages/archive/parallel/$pkgver/parallel-$pkgver.tar.gz)
 install=$pkgname.install
@@ -23,3 +23,4 @@
     runhaskell Setup copy --destdir=$pkgdir || return 1
     install -D -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE || return 1
 }
+md5sums=('82151f619cb21518c1bdf4cdfa2e635e')




More information about the arch-commits mailing list