Date: Friday, April 24, 2020 @ 18:12:35 Author: felixonmars Revision: 619441
upgpkg: haskell-conduit-extra 1.3.5-9: rebuild with ghc 8.10.1, protolude 0.3.0, repline 0.3.0.0, ghc-lib-parser-ex 8.10.0.1 Modified: haskell-conduit-extra/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-04-24 18:12:33 UTC (rev 619440) +++ PKGBUILD 2020-04-24 18:12:35 UTC (rev 619441) @@ -4,7 +4,7 @@ _hkgname=conduit-extra pkgname=haskell-conduit-extra pkgver=1.3.5 -pkgrel=8 +pkgrel=9 pkgdesc="Batteries included conduit: adapters for common libraries." url="https://github.com/snoyberg/conduit" license=("MIT") @@ -12,7 +12,7 @@ depends=('ghc-libs' 'haskell-async' 'haskell-attoparsec' 'haskell-conduit' 'haskell-network' 'haskell-primitive' 'haskell-resourcet' 'haskell-streaming-commons' 'haskell-typed-process' 'haskell-unliftio-core') -makedepends=('ghc' 'haskell-exceptions' 'haskell-hspec' 'haskell-quickcheck' +makedepends=('ghc' 'haskell-hspec' 'haskell-quickcheck' 'haskell-transformers-base') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha512sums=('27cb6e1eba8c01154a1a7002521ce0190028790d1cb3f07d268722da2e2d32cc9ec8a78b897832f3e96fc40a4d6bf1755b7d068ba986178830aea0373b38cb38')
