Date: Friday, April 24, 2020 @ 10:38:26 Author: felixonmars Revision: 619180
upgpkg: haskell-conduit 1.3.2-7: 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/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-04-24 10:36:19 UTC (rev 619179) +++ PKGBUILD 2020-04-24 10:38:26 UTC (rev 619180) @@ -4,12 +4,12 @@ _hkgname=conduit pkgname=haskell-conduit pkgver=1.3.2 -pkgrel=6 +pkgrel=7 pkgdesc="Streaming data processing library." url="https://github.com/snoyberg/conduit" license=("MIT") arch=('x86_64') -depends=('ghc-libs' 'haskell-exceptions' 'haskell-mono-traversable' 'haskell-primitive' +depends=('ghc-libs' 'haskell-mono-traversable' 'haskell-primitive' 'haskell-resourcet' 'haskell-unliftio-core' 'haskell-vector') makedepends=('ghc' 'haskell-hspec' 'haskell-quickcheck' 'haskell-safe' 'haskell-silently' 'haskell-split' 'haskell-unliftio')
