summaryrefslogtreecommitdiff
path: root/community/happy/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/happy/PKGBUILD')
-rw-r--r--community/happy/PKGBUILD12
1 files changed, 4 insertions, 8 deletions
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 <gostrc@gmail.com>
# Contributor: simo <simo@archlinux.org>
# Contributor: Vesa Kaihlavirta <vegai@iki.fi>
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
}