[arch-commits] Commit in happy/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Tue Aug 15 08:01:48 UTC 2017
Date: Tuesday, August 15, 2017 @ 08:01:47
Author: felixonmars
Revision: 250683
upgpkg: happy 1.19.5-10
GHC 8.2.1 rebuild
Modified:
happy/trunk/PKGBUILD
----------+
PKGBUILD | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-08-15 08:00:17 UTC (rev 250682)
+++ PKGBUILD 2017-08-15 08:01:47 UTC (rev 250683)
@@ -6,12 +6,13 @@
pkgname=happy
pkgver=1.19.5
-pkgrel=9
+pkgrel=10
pkgdesc="The Parser Generator for Haskell"
url="https://hackage.haskell.org/package/happy"
arch=('i686' 'x86_64')
license=("custom:BSD3")
-depends=('ghc' 'haskell-mtl')
+depends=('ghc-libs' 'haskell-mtl')
+makedepends=('ghc')
source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
md5sums=('ffa56a1c312a60dfb1110afd25b28785')
More information about the arch-commits
mailing list