summaryrefslogtreecommitdiff
path: root/community-staging/happy/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-09-23 01:12:09 -0700
committerroot <root@rshg054.dnsready.net>2012-09-23 01:12:09 -0700
commita7f8166c8968d3414378051d28dcfcc3e377837b (patch)
tree1b1b5c4383fe5d1f8c98c8c417fd588e67877e13 /community-staging/happy/PKGBUILD
parent0297e16d6d46f426939811847e72539d15bbf12d (diff)
Sun Sep 23 01:11:08 PDT 2012
Diffstat (limited to 'community-staging/happy/PKGBUILD')
-rw-r--r--community-staging/happy/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
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 <gostrc@gmail.com>
# Contributor: simo <simo@archlinux.org>
# Contributor: Vesa Kaihlavirta <vegai@iki.fi>
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