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

Vesa Kaihlavirta vesa at archlinux.org
Mon Feb 1 06:40:53 UTC 2010


    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 <vesa at archlinux.org>
 # Contributor: Arch Haskell Team <arch-haskell at haskell.org>
 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




More information about the arch-commits mailing list