Date: Monday, February 1, 2010 @ 01:40:53
  Author: vesa
Revision: 66643

move parsec dep from makedep to real dep

Modified:
  haskell-network/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2010-02-01 06:39:08 UTC (rev 66642)
+++ PKGBUILD    2010-02-01 06:40:53 UTC (rev 66643)
@@ -1,14 +1,13 @@
 # Maintainer: Vesa Kaihlavirta <[email protected]>
 # Contributor: Arch Haskell Team <[email protected]>
 pkgname=haskell-network
-pkgrel=1.1
+pkgrel=2
 pkgver=2.2.1.7
 pkgdesc="Networking-related facilities"
 url="http://hackage.haskell.org/cgi-bin/hackage-scripts/package/network";
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
-depends=(ghc=6.12.1 sh)
-makedepends=('haskell-parsec<3.1')
+depends=(ghc=6.12.1 sh 'haskell-parsec<3.1')
 options=('strip')
 
source=(http://hackage.haskell.org/packages/archive/network/$pkgver/network-$pkgver.tar.gz)
 install=haskell-network.install

Reply via email to