Date: Thursday, May 17, 2018 @ 14:23:52 Author: felixonmars Revision: 323821
upgpkg: haskell-errors 2.3.0-3 rebuild with ghc 8.4.2 Modified: haskell-errors/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-17 14:23:19 UTC (rev 323820) +++ PKGBUILD 2018-05-17 14:23:52 UTC (rev 323821) @@ -5,12 +5,12 @@ _hkgname=errors pkgname=haskell-errors pkgver=2.3.0 -pkgrel=2 +pkgrel=3 pkgdesc="Simplified error-handling" url="https://hackage.haskell.org/package/${_hkgname}" license=("custom:BSD3") arch=('x86_64') -depends=('ghc-libs' 'haskell-exceptions' 'haskell-safe' 'haskell-text' 'haskell-transformers-compat') +depends=('ghc-libs' 'haskell-exceptions' 'haskell-safe' 'haskell-transformers-compat') makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha512sums=('dddfc63505fd7023c4a669b3cc3d736cf7ecb774b53dcdfeee2d203dcdf4684f5d149a1c217134de214b64af4e154a3ef08b315615c85a1c734ceb42e80823b4')
