diff options
author | root <root@rshg054.dnsready.net> | 2013-02-09 00:07:22 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-02-09 00:07:22 -0800 |
commit | e9c244cac8e5dc1c59c7e8b7bc885fef04224b70 (patch) | |
tree | 64f1532d7e6e652c2ea5a0bb5efd7ea36f431535 /community/happy | |
parent | 7c92c5fcfb5653f63243842299e413672653d1ad (diff) |
Sat Feb 9 00:07:22 PST 2013
Diffstat (limited to 'community/happy')
-rw-r--r-- | community/happy/PKGBUILD | 12 |
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 } |