[arch-commits] Commit in haskell-parsec/repos (3 files)
Vesa Kaihlavirta
vesa at archlinux.org
Mon Feb 1 06:32:33 UTC 2010
Date: Monday, February 1, 2010 @ 01:32:33
Author: vesa
Revision: 66638
Merged revisions 66634 via svnmerge from
svn+ssh://vesa@gerolde.archlinux.org/srv/svn-packages/haskell-parsec/trunk
........
r66634 | vesa | 2010-02-01 08:29:06 +0200 (Mon, 01 Feb 2010) | 2 lines
add haskell-mtl dep
........
Modified:
haskell-parsec/repos/extra-i686/ (properties)
haskell-parsec/repos/extra-i686/PKGBUILD
haskell-parsec/repos/extra-i686/haskell-parsec.install
------------------------+
PKGBUILD | 4 ++--
haskell-parsec.install | 3 ++-
2 files changed, 4 insertions(+), 3 deletions(-)
Property changes on: haskell-parsec/repos/extra-i686
___________________________________________________________________
Modified: svnmerge-integrated
- /haskell-parsec/trunk:1-62871
+ /haskell-parsec/trunk:1-66636
Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2010-02-01 06:32:18 UTC (rev 66637)
+++ extra-i686/PKGBUILD 2010-02-01 06:32:33 UTC (rev 66638)
@@ -1,13 +1,13 @@
# Maintainer: Vesa Kaihlavirta <vesa at archlinux.org>
# Contributor: Arch Haskell Team <arch-haskell at haskell.org>
pkgname=haskell-parsec
-pkgrel=2.1
pkgver=3.0.1
+pkgrel=3
pkgdesc="Monadic parser combinators"
url="http://hackage.haskell.org/cgi-bin/hackage-scripts/package/parsec"
license=('custom:BSD3')
arch=('i686' 'x86_64')
-depends=(ghc=6.12.1 sh)
+depends=(ghc=6.12.1 sh 'haskell-mtl')
options=('strip')
source=(http://hackage.haskell.org/packages/archive/parsec/$pkgver/parsec-$pkgver.tar.gz)
install=haskell-parsec.install
Modified: extra-i686/haskell-parsec.install
===================================================================
--- extra-i686/haskell-parsec.install 2010-02-01 06:32:18 UTC (rev 66637)
+++ extra-i686/haskell-parsec.install 2010-02-01 06:32:33 UTC (rev 66638)
@@ -3,7 +3,8 @@
${HS_DIR}/register.sh
}
pre_upgrade() {
- ${HS_DIR}/unregister.sh
+ ${HS_DIR}/unregister.sh &> /dev/null
+ exit 0
}
post_upgrade() {
${HS_DIR}/register.sh
More information about the arch-commits
mailing list