From e9c244cac8e5dc1c59c7e8b7bc885fef04224b70 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 9 Feb 2013 00:07:22 -0800 Subject: Sat Feb 9 00:07:22 PST 2013 --- community/happy/PKGBUILD | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'community/happy') diff --git a/community/happy/PKGBUILD b/community/happy/PKGBUILD index 99e4581d9..e906df7ec 100644 --- a/community/happy/PKGBUILD +++ b/community/happy/PKGBUILD @@ -1,27 +1,23 @@ -# $Id: PKGBUILD 77339 2012-10-09 04:16:54Z tdziedzic $ +# $Id: PKGBUILD 83993 2013-02-08 04:15:25Z td123 $ # Maintainer: Thomas Dziedzic # Contributor: simo # Contributor: Vesa Kaihlavirta pkgname=happy pkgver=1.18.10 -pkgrel=1 +pkgrel=2 pkgdesc="The Parser Generator for Haskell" url="http://hackage.haskell.org/package/happy" arch=('i686' 'x86_64') 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) +makedepends=('ghc=7.6.2-1' 'haskell-mtl=2.1.2-2') +source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz") 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 - runhaskell Setup.lhs configure -O --prefix=/usr runhaskell Setup.lhs build } -- cgit v1.2.3-54-g00ecf