[arch-commits] Commit in haskell-parsec/trunk (PKGBUILD haskell-parsec.install)
Vesa Kaihlavirta
vesa at archlinux.org
Mon Feb 1 06:29:07 UTC 2010
Date: Monday, February 1, 2010 @ 01:29:06
Author: vesa
Revision: 66634
add haskell-mtl dep
Modified:
haskell-parsec/trunk/PKGBUILD
haskell-parsec/trunk/haskell-parsec.install
------------------------+
PKGBUILD | 4 ++--
haskell-parsec.install | 3 ++-
2 files changed, 4 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2010-02-01 05:31:54 UTC (rev 66633)
+++ PKGBUILD 2010-02-01 06:29:06 UTC (rev 66634)
@@ -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: haskell-parsec.install
===================================================================
--- haskell-parsec.install 2010-02-01 05:31:54 UTC (rev 66633)
+++ haskell-parsec.install 2010-02-01 06:29:06 UTC (rev 66634)
@@ -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