Date: Wednesday, March 3, 2021 @ 11:39:42 Author: felixonmars Revision: 879042
upgpkg: haskell-xml-conduit 1.9.1.0-1: rebuild with xml-conduit 1.9.1.0 Modified: haskell-xml-conduit/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-03-03 11:37:29 UTC (rev 879041) +++ PKGBUILD 2021-03-03 11:39:42 UTC (rev 879042) @@ -3,8 +3,8 @@ _hkgname=xml-conduit pkgname=haskell-xml-conduit -pkgver=1.9.0.0 -pkgrel=121 +pkgver=1.9.1.0 +pkgrel=1 pkgdesc="Pure-Haskell utilities for dealing with XML with the conduit package." url="https://github.com/snoyberg/xml" license=("MIT") @@ -12,9 +12,9 @@ depends=('ghc-libs' 'haskell-attoparsec' 'haskell-blaze-markup' 'haskell-conduit' 'haskell-conduit-extra' 'haskell-data-default-class' 'haskell-resourcet' 'haskell-blaze-html' 'haskell-xml-types') -makedepends=('ghc' 'haskell-doctest' 'haskell-hspec' 'haskell-hunit') +makedepends=('ghc' 'haskell-cabal-doctest' 'haskell-doctest' 'haskell-hspec' 'haskell-hunit') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('a6348233d99db2987289448c7320820abb9ed897b389d0a275e92c4a1e8055e9fa60a422b306f2bb1289b85f83545effe00d07c9ca1ecc7f2893d74b812cca23') +sha512sums=('7c5277ec1ed7f519a78db63d1f16592af317ea466f1f460bafb9ed2fa7cc99b986b5ef72f529f7c353cef8c2f4457fef20312d627f9817e58ed6292ef3f478ce') build() { cd $_hkgname-$pkgver
