From a7f8166c8968d3414378051d28dcfcc3e377837b Mon Sep 17 00:00:00 2001 From: root Date: Sun, 23 Sep 2012 01:12:09 -0700 Subject: Sun Sep 23 01:11:08 PDT 2012 --- community-staging/happy/PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'community-staging/happy') diff --git a/community-staging/happy/PKGBUILD b/community-staging/happy/PKGBUILD index 5bf28a90c..9e690c0c4 100644 --- a/community-staging/happy/PKGBUILD +++ b/community-staging/happy/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 76087 2012-09-11 06:46:46Z tdziedzic $ +# $Id: PKGBUILD 76542 2012-09-22 15:25:35Z tdziedzic $ # Maintainer: Thomas Dziedzic # Contributor: simo # Contributor: Vesa Kaihlavirta pkgname=happy -pkgver=1.18.9 -pkgrel=6 +pkgver=1.18.10 +pkgrel=1 pkgdesc="The Parser Generator for Haskell" url="http://hackage.haskell.org/package/happy" arch=('i686' 'x86_64') @@ -13,14 +13,14 @@ license=("custom:BSD3") depends=('gmp') 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') +md5sums=('a1638e89434427e57f68ef311761dc30') build() { cd "${srcdir}/${pkgname}-${pkgver}" # try was deprecated and removed into control.exception # we really want tryIOError - sed 's/try/&IOError/' -i Setup.lhs + #sed 's/try/&IOError/' -i Setup.lhs runhaskell Setup.lhs configure -O --prefix=/usr runhaskell Setup.lhs build -- cgit v1.2.3-54-g00ecf