Date: Tuesday, January 16, 2018 @ 14:17:01 Author: felixonmars Revision: 283301
upgpkg: haskell-blaze-markup 0.8.2.0-1 rebuild with blaze-markup,0.8.2.0 Modified: haskell-blaze-markup/trunk/PKGBUILD ----------+ PKGBUILD | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-01-16 14:14:44 UTC (rev 283300) +++ PKGBUILD 2018-01-16 14:17:01 UTC (rev 283301) @@ -4,16 +4,17 @@ _hkgname=blaze-markup pkgname=haskell-blaze-markup -pkgver=0.8.0.0 -pkgrel=5 +pkgver=0.8.2.0 +pkgrel=1 pkgdesc="A blazingly fast markup combinator library for Haskell" url="http://jaspervdj.be/blaze" license=("custom:BSD3") arch=('x86_64') -depends=('ghc-libs' "haskell-blaze-builder" "haskell-text") -makedepends=('ghc') +depends=('ghc-libs' 'haskell-blaze-builder' 'haskell-text') +makedepends=('ghc' 'haskell-hunit' 'haskell-quickcheck' 'haskell-tasty' 'haskell-tasty-hunit' + 'haskell-tasty-quickcheck') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('a25efb2a9a6641933876961410767c761386563ad2365d202335fc8e1078e5aea9da63144ba0f8b506cd7a37baf36da2d3f51610656baa7b954d17c7a7b88842') +sha512sums=('3eebaff3f9c7681deb2ce110180d76b1d2bdd5da3cf11620a77833ede0232d139d28938a4e945c5289cb6f9ceca4c132d2d7a0ae4bcecd303704b6db9cabf6c0') build() { cd "${srcdir}/${_hkgname}-${pkgver}"
