Date: Wednesday, May 16, 2018 @ 19:05:19 Author: felixonmars Revision: 323108
upgpkg: haskell-conduit 1.2.13-14 rebuild with ghc 8.4.2 Modified: haskell-conduit/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-16 19:03:57 UTC (rev 323107) +++ PKGBUILD 2018-05-16 19:05:19 UTC (rev 323108) @@ -5,13 +5,13 @@ _hkgname=conduit pkgname=haskell-conduit pkgver=1.2.13 -pkgrel=13 +pkgrel=14 pkgdesc="Streaming data processing library." url="https://github.com/snoyberg/conduit" license=("MIT") arch=('x86_64') depends=('ghc-libs' 'haskell-exceptions' 'haskell-lifted-base' 'haskell-mmorph' - 'haskell-monad-control' 'haskell-mtl' 'haskell-primitive' 'haskell-resourcet' + 'haskell-monad-control' 'haskell-primitive' 'haskell-resourcet' 'haskell-transformers-base' 'haskell-transformers-compat') makedepends=('ghc' 'haskell-hspec' 'haskell-quickcheck' 'haskell-safe' 'haskell-split') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
