Date: Friday, April 24, 2020 @ 02:24:34 Author: felixonmars Revision: 618593
upgpkg: haskell-errors 2.3.0-53: rebuild with ghc 8.10.1 Modified: haskell-errors/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-04-24 02:24:08 UTC (rev 618592) +++ PKGBUILD 2020-04-24 02:24:34 UTC (rev 618593) @@ -4,12 +4,12 @@ _hkgname=errors pkgname=haskell-errors pkgver=2.3.0 -pkgrel=52 +pkgrel=53 pkgdesc="Simplified error-handling" url="https://hackage.haskell.org/package/${_hkgname}" license=("BSD") arch=('x86_64') -depends=('ghc-libs' 'haskell-exceptions' 'haskell-safe' 'haskell-transformers-compat') +depends=('ghc-libs' 'haskell-safe' 'haskell-transformers-compat') makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha512sums=('dddfc63505fd7023c4a669b3cc3d736cf7ecb774b53dcdfeee2d203dcdf4684f5d149a1c217134de214b64af4e154a3ef08b315615c85a1c734ceb42e80823b4')
