Date: Friday, July 13, 2018 @ 12:00:11 Author: felixonmars Revision: 358595
upgpkg: haskell-enclosed-exceptions 1.0.3-1 rebuild with enclosed-exceptions 1.0.3 Modified: haskell-enclosed-exceptions/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-07-13 11:57:38 UTC (rev 358594) +++ PKGBUILD 2018-07-13 12:00:11 UTC (rev 358595) @@ -4,8 +4,8 @@ _hkgname=enclosed-exceptions pkgname=haskell-enclosed-exceptions -pkgver=1.0.2 -pkgrel=27 +pkgver=1.0.3 +pkgrel=1 pkgdesc="Catching all exceptions from within an enclosed computation" url="https://github.com/jcristovao/enclosed-exceptions" license=("MIT") @@ -13,7 +13,7 @@ depends=('ghc-libs' "haskell-lifted-base" "haskell-monad-control" "haskell-transformers-base") makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('73b0196b0ec18acaf8a1c215abf7e4c8665c9df1ac07543796fadd7da1aa0b633167e10e1c923c609aa40e6af6f540574436825440da96918cd8066908781f40') +sha512sums=('68edb501f42f01d8b4bbce374e49295e045650a8b19fdbf527a54458728e61f53c6c6bcfd1613a7169b013a34bd51cbd2ab2c457cf616fbc8c052b98533bde6c') build() { cd "${srcdir}/${_hkgname}-${pkgver}"
