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

Vesa Kaihlavirta vesa at archlinux.org
Mon Feb 1 06:33:44 UTC 2010


    Date: Monday, February 1, 2010 @ 01:33:44
  Author: vesa
Revision: 66639

add haskell-regex-base/posix deps

Modified:
  haskell-regex-compat/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-02-01 06:32:33 UTC (rev 66638)
+++ PKGBUILD	2010-02-01 06:33:44 UTC (rev 66639)
@@ -1,13 +1,13 @@
 # Maintainer: Vesa Kaihlavirta <vesa at archlinux.org>
 # Contributor: Arch Haskell Team <arch-haskell at haskell.org>
 pkgname=haskell-regex-compat
-pkgrel=2.1
+pkgrel=3
 pkgver=0.92
 pkgdesc=""
 url="http://hackage.haskell.org/cgi-bin/hackage-scripts/package/regex-compat"
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
-depends=(ghc=6.12.1 sh)
+depends=(ghc=6.12.1 sh 'haskell-regex-base' 'haskell-regex-posix')
 options=('strip')
 source=(http://hackage.haskell.org/packages/archive/regex-compat/$pkgver/regex-compat-$pkgver.tar.gz)
 install=haskell-regex-compat.install




More information about the arch-commits mailing list