Date: Wednesday, May 16, 2018 @ 20:48:40 Author: felixonmars Revision: 323255
upgpkg: haskell-blaze-html 0.9.0.1-16 rebuild with ghc 8.4.2 Modified: haskell-blaze-html/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-16 20:47:50 UTC (rev 323254) +++ PKGBUILD 2018-05-16 20:48:40 UTC (rev 323255) @@ -5,12 +5,12 @@ _hkgname=blaze-html pkgname=haskell-blaze-html pkgver=0.9.0.1 -pkgrel=15 +pkgrel=16 pkgdesc="A blazingly fast HTML combinator library for Haskell" url="http://jaspervdj.be/blaze" license=("custom:BSD3") arch=('x86_64') -depends=('ghc-libs' "haskell-blaze-builder" "haskell-blaze-markup" "haskell-text") +depends=('ghc-libs' "haskell-blaze-builder" "haskell-blaze-markup") makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha512sums=('42e9fbfedea321421c0fd635897c2e958e4fdbd00a6136d8bc747b7db0a787f2cdcdb2f2a3f243568e83dee3e9a499b431c317d8f30ae44b46c39eda4b128121')
