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

Felix Yan fyan at archlinux.org
Thu Dec 10 16:19:04 UTC 2015


    Date: Thursday, December 10, 2015 @ 17:19:03
  Author: fyan
Revision: 152320

GHC 7.10.3 rebuild

Modified:
  happy/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-12-10 16:18:36 UTC (rev 152319)
+++ PKGBUILD	2015-12-10 16:19:03 UTC (rev 152320)
@@ -5,13 +5,13 @@
 
 pkgname=happy
 pkgver=1.19.5
-pkgrel=3
+pkgrel=4
 pkgdesc="The Parser Generator for Haskell"
 url="http://hackage.haskell.org/package/happy"
 arch=('i686' 'x86_64')
 license=("custom:BSD3")
 depends=('gmp' 'libffi')
-makedepends=('ghc=7.10.2' 'haskell-mtl=2.2.1')
+makedepends=('ghc=7.10.3' 'haskell-mtl=2.2.1')
 source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
 md5sums=('ffa56a1c312a60dfb1110afd25b28785')
 



More information about the arch-commits mailing list