Date: Wednesday, May 16, 2018 @ 20:43:25
  Author: felixonmars
Revision: 323245

upgpkg: haskell-concurrent-output 1.10.5-2

rebuild with ghc 8.4.2

Modified:
  haskell-concurrent-output/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2018-05-16 20:42:40 UTC (rev 323244)
+++ PKGBUILD    2018-05-16 20:43:25 UTC (rev 323245)
@@ -5,13 +5,13 @@
 _hkgname=concurrent-output
 pkgname=haskell-concurrent-output
 pkgver=1.10.5
-pkgrel=1
+pkgrel=2
 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' 'haskell-stm'
-         'haskell-terminal-size' 'haskell-text')
+depends=('ghc-libs' 'haskell-ansi-terminal' 'haskell-async' 
'haskell-exceptions'
+         'haskell-terminal-size')
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
 
sha512sums=('d37814b7464151cf9ad948bb6f04262c93062b4b1d92064152b16264bb44a2e6993988645c0e184a21567efdfc5c471f4e2ac1248a02d7b5a7932cb7060e0570')

Reply via email to