Date: Thursday, May 17, 2018 @ 10:01:49 Author: felixonmars Revision: 323612
upgpkg: haskell-language-javascript 0.6.0.11-3 rebuild with ghc 8.4.2 Modified: haskell-language-javascript/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-17 10:00:42 UTC (rev 323611) +++ PKGBUILD 2018-05-17 10:01:49 UTC (rev 323612) @@ -5,12 +5,12 @@ _hkgname=language-javascript pkgname=haskell-language-javascript pkgver=0.6.0.11 -pkgrel=2 +pkgrel=3 pkgdesc="Parser for JavaScript" url="https://github.com/erikd/language-javascript" license=("custom:BSD3") arch=('x86_64') -depends=('ghc-libs' "haskell-blaze-builder" "haskell-mtl" "haskell-text" "haskell-utf8-string") +depends=('ghc-libs' "haskell-blaze-builder" "haskell-utf8-string") makedepends=('alex' 'happy' 'ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha512sums=('da14499347a4125fc3689ce63a219b90754bfd5ee215936eb466a07a8cbd1b6201704bfdb2be67bd2cbebbb6e8ef3bf3dc75cb091990105d9bbcb66e812ffa18')
