[arch-commits] Commit in happy/trunk (PKGBUILD)

Thomas Dziedzic tdziedzic at archlinux.org
Fri Feb 24 23:20:32 UTC 2012


    Date: Friday, February 24, 2012 @ 18:20:31
  Author: tdziedzic
Revision: 151111

upgpkg: happy 1.18.9-4

rebuild for ghc

Modified:
  happy/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-02-24 23:14:29 UTC (rev 151110)
+++ PKGBUILD	2012-02-24 23:20:31 UTC (rev 151111)
@@ -1,17 +1,17 @@
 # $Id$
-# Maintainer: simo <simo at archlinux.org>
+# Maintainer: Thomas Dziedzic <gostrc at gmail.com>
+# Contributor: simo <simo at archlinux.org>
 # Contributor: Vesa Kaihlavirta <vegai at iki.fi>
  
 pkgname=happy
 pkgver=1.18.9
-pkgrel=3
+pkgrel=4
 pkgdesc="The Parser Generator for Haskell"
 url="http://www.haskell.org/happy/"
 arch=('i686' 'x86_64')
 license=("custom:BSD3")
-depends=(gmp)
-makedepends=(ghc=7.0.3 haskell-mtl=2.0.1.0)
-options=(strip)
+depends=('gmp')
+makedepends=('ghc=7.4.1' 'haskell-mtl=2.0.1.0-4')
 source=(http://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz)
 md5sums=('aeb565fe572f979f15a24db0df2de37d')
 




More information about the arch-commits mailing list