Date: Wednesday, July 10, 2019 @ 04:26:35 Author: felixonmars Revision: 488372
upgpkg: haskell-typed-process 0.2.6.0-1 rebuild with typed-process 0.2.6.0 Modified: haskell-typed-process/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-07-10 04:22:44 UTC (rev 488371) +++ PKGBUILD 2019-07-10 04:26:35 UTC (rev 488372) @@ -3,16 +3,16 @@ _hkgname=typed-process pkgname=haskell-typed-process -pkgver=0.2.5.0 -pkgrel=2 +pkgver=0.2.6.0 +pkgrel=1 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') +depends=('ghc-libs' 'haskell-async' 'haskell-unliftio-core') makedepends=('ghc' 'haskell-base64-bytestring' 'haskell-hspec' 'haskell-temporary') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('1d1d499ba59e2dbc708ae83929445a91a5dca8a19bd6885b5955037639dabf964bd61e34efeed7b85672900b42597b898f492c6e231864963df5ffcec25d3d27') +sha512sums=('a40b8db4ef2179273943a3aab0200891bd3dffe584bcd51037ddf9cebae88d4d95292883a745a0c31900c7bf2eebe2c71175fbb86dc470b60660b443f8b1e3e0') build() { cd $_hkgname-$pkgver
