summaryrefslogtreecommitdiff
path: root/community-staging/happy/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community-staging/happy/PKGBUILD')
-rw-r--r--community-staging/happy/PKGBUILD12
1 files changed, 8 insertions, 4 deletions
diff --git a/community-staging/happy/PKGBUILD b/community-staging/happy/PKGBUILD
index 4d239ff86..5bf28a90c 100644
--- a/community-staging/happy/PKGBUILD
+++ b/community-staging/happy/PKGBUILD
@@ -1,23 +1,27 @@
-# $Id: PKGBUILD 72226 2012-06-11 03:28:44Z tdziedzic $
+# $Id: PKGBUILD 76087 2012-09-11 06:46:46Z tdziedzic $
# Maintainer: Thomas Dziedzic <gostrc@gmail.com>
# Contributor: simo <simo@archlinux.org>
# Contributor: Vesa Kaihlavirta <vegai@iki.fi>
pkgname=happy
pkgver=1.18.9
-pkgrel=5
+pkgrel=6
pkgdesc="The Parser Generator for Haskell"
-url="http://www.haskell.org/happy/"
+url="http://hackage.haskell.org/package/happy"
arch=('i686' 'x86_64')
license=("custom:BSD3")
depends=('gmp')
-makedepends=('ghc=7.4.2-1' 'haskell-mtl=2.1.1-1')
+makedepends=('ghc=7.6.1-1' 'haskell-mtl=2.1.2-1')
source=(http://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz)
md5sums=('aeb565fe572f979f15a24db0df2de37d')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
+ # try was deprecated and removed into control.exception
+ # we really want tryIOError
+ sed 's/try/&IOError/' -i Setup.lhs
+
runhaskell Setup.lhs configure -O --prefix=/usr
runhaskell Setup.lhs build
}