Date: Tuesday, June 27, 2017 @ 15:50:20 Author: felixonmars Revision: 241241
upgpkg: haskell-errors 2.2.1-1 rebuild with errors,2.2.1 Modified: haskell-errors/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-06-27 15:40:47 UTC (rev 241240) +++ PKGBUILD 2017-06-27 15:50:20 UTC (rev 241241) @@ -4,15 +4,16 @@ _hkgname=errors pkgname=haskell-errors -pkgver=2.1.3 -pkgrel=7 +pkgver=2.2.1 +pkgrel=1 pkgdesc="Simplified error-handling" url="https://hackage.haskell.org/package/${_hkgname}" license=("custom:BSD3") arch=('i686' 'x86_64') -depends=('ghc' "haskell-safe" "haskell-transformers-compat" "haskell-unexceptionalio") +depends=('ghc' "haskell-exceptions" "haskell-safe" "haskell-text" "haskell-transformers-compat" + "haskell-unexceptionalio") source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha256sums=('201a1d9d2fba16dff734eb79e07f138718ed62f5a0a846cf0cee743828844df1') +sha512sums=('fe4672d24046af3a1119b1378ed704c6310da6976b8470f896281010d4e54f616515a3042673600bd405e412cae2635d013ffa2c3772b1a98179e2d3c4741f50') build() { cd "${srcdir}/${_hkgname}-${pkgver}"
