Date: Wednesday, May 16, 2018 @ 18:31:19 Author: felixonmars Revision: 323078
upgpkg: haskell-typed-process 0.2.2.0-3 rebuild with ghc 8.4.2 Modified: haskell-typed-process/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-16 18:30:18 UTC (rev 323077) +++ PKGBUILD 2018-05-16 18:31:19 UTC (rev 323078) @@ -5,12 +5,12 @@ _hkgname=typed-process pkgname=haskell-typed-process pkgver=0.2.2.0 -pkgrel=2 +pkgrel=3 pkgdesc="Run external processes, with strong typing of streams" url="https://haskell-lang.org/library/typed-process" license=("MIT") arch=('x86_64') -depends=('ghc-libs' 'haskell-async' 'haskell-stm') +depends=('ghc-libs' 'haskell-async') makedepends=('ghc' 'haskell-base64-bytestring' 'haskell-hspec' 'haskell-temporary') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha512sums=('acd0efe0b04fff8138b96e03e3946374ced7adc9cff517866733c9c833dd48cc540c4f67a56ea9a0aaaf7438f08ecdeceb4fe29066a594befa2f40f3f130eb5c')
