diff options
Diffstat (limited to 'community/happy')
-rw-r--r-- | community/happy/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/happy/PKGBUILD b/community/happy/PKGBUILD index 734c48086..7fc5c214c 100644 --- a/community/happy/PKGBUILD +++ b/community/happy/PKGBUILD @@ -1,17 +1,17 @@ -# $Id: PKGBUILD 110608 2014-05-04 13:54:48Z td123 $ +# $Id: PKGBUILD 115965 2014-07-19 16:04:49Z td123 $ # Maintainer: Thomas Dziedzic <gostrc@gmail.com> # Contributor: simo <simo@archlinux.org> # Contributor: Vesa Kaihlavirta <vegai@iki.fi> pkgname=happy pkgver=1.19.3 -pkgrel=2 +pkgrel=3 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.8.2-2' 'haskell-mtl=2.1.3.1-2') +makedepends=('ghc=7.8.3-1' 'haskell-mtl=2.1.3.1-3') source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz") md5sums=('fb9f4aec9d9e3b92be95a8abc43704b4') |