Date: Friday, April 24, 2020 @ 01:59:26 Author: felixonmars Revision: 618549
upgpkg: haskell-concurrent-output 1.10.11-16: rebuild with ghc 8.10.1 Modified: haskell-concurrent-output/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-04-24 01:58:55 UTC (rev 618548) +++ PKGBUILD 2020-04-24 01:59:26 UTC (rev 618549) @@ -4,12 +4,12 @@ _hkgname=concurrent-output pkgname=haskell-concurrent-output pkgver=1.10.11 -pkgrel=15 +pkgrel=16 pkgdesc="Ungarble output from several threads or commands" url="https://hackage.haskell.org/package/${_hkgname}" license=("custom:BSD2") arch=('x86_64') -depends=('ghc-libs' 'haskell-ansi-terminal' 'haskell-async' 'haskell-exceptions' +depends=('ghc-libs' 'haskell-ansi-terminal' 'haskell-async' 'haskell-terminal-size') makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
