Date: Sunday, December 9, 2018 @ 20:54:56 Author: felixonmars Revision: 413212
upgpkg: haskell-async 2.2.1-5 rebuild with ghc 8.6.3 Modified: haskell-async/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-12-09 20:54:22 UTC (rev 413211) +++ PKGBUILD 2018-12-09 20:54:56 UTC (rev 413212) @@ -4,10 +4,10 @@ _hkgname=async pkgname=haskell-async pkgver=2.2.1 -pkgrel=4 +pkgrel=5 pkgdesc="Run IO operations asynchronously and wait for their results" url="https://github.com/simonmar/async" -license=("custom:BSD3") +license=("BSD") arch=('x86_64') depends=('ghc-libs' 'haskell-hashable') makedepends=('ghc')
