Date: Thursday, May 17, 2018 @ 13:35:35 Author: felixonmars Revision: 323788
upgpkg: haskell-html-conduit 1.2.1.2-40 rebuild with ghc 8.4.2 Modified: haskell-html-conduit/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-17 13:34:41 UTC (rev 323787) +++ PKGBUILD 2018-05-17 13:35:35 UTC (rev 323788) @@ -4,12 +4,12 @@ _hkgname=html-conduit pkgname=haskell-html-conduit pkgver=1.2.1.2 -pkgrel=39 +pkgrel=40 pkgdesc="Parse HTML documents using xml-conduit datatypes" url="https://github.com/snoyberg/xml" license=('MIT') arch=('x86_64') -depends=('ghc-libs' 'haskell-text' 'haskell-resourcet' 'haskell-conduit' 'haskell-conduit-extra' +depends=('ghc-libs' 'haskell-resourcet' 'haskell-conduit' 'haskell-conduit-extra' 'haskell-xml-conduit' 'haskell-tagstream-conduit' 'haskell-xml-types') makedepends=('ghc' 'haskell-hspec' 'haskell-hunit') source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
