Date: Thursday, May 17, 2018 @ 18:45:51 Author: felixonmars Revision: 324025
upgpkg: haskell-json 0.9.2-2 rebuild with ghc 8.4.2 Modified: haskell-json/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-17 18:45:10 UTC (rev 324024) +++ PKGBUILD 2018-05-17 18:45:51 UTC (rev 324025) @@ -5,12 +5,12 @@ _hkgname=json pkgname=haskell-json pkgver=0.9.2 -pkgrel=1 +pkgrel=2 pkgdesc="Support for serialising Haskell to and from JSON" url="https://hackage.haskell.org/package/${_hkgname}" license=("custom:BSD3") arch=('x86_64') -depends=('ghc-libs' "haskell-mtl" "haskell-syb" "haskell-text") +depends=('ghc-libs' "haskell-syb") makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha512sums=('471021c9f9ef8d498a46078992cb80884dc8944dc4788b07e40d38aedfb8ed6e8ad0d02f7f8f1425c98751b1991e14e2329c99d75e85eef15fe05a0a585c0aca')
