Date: Wednesday, May 8, 2019 @ 20:39:15 Author: felixonmars Revision: 463233
upgpkg: haskell-exceptions 0.10.2-1 rebuild with exceptions 0.10.2 Modified: haskell-exceptions/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-05-08 20:38:39 UTC (rev 463232) +++ PKGBUILD 2019-05-08 20:39:15 UTC (rev 463233) @@ -3,8 +3,8 @@ _hkgname=exceptions pkgname=haskell-exceptions -pkgver=0.10.1 -pkgrel=5 +pkgver=0.10.2 +pkgrel=1 pkgdesc="Extensible optionally-pure exceptions" url="https://github.com/ekmett/exceptions/" license=("BSD") @@ -13,7 +13,7 @@ makedepends=('ghc' 'haskell-quickcheck' 'haskell-test-framework' 'haskell-test-framework-hunit' 'haskell-test-framework-quickcheck2') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('12bad78f5355bd8e9f883908841ec587639d80b2081a64534dae3af47a97807149bd6212e720e403f85e5a4228bd107a88644403ae8d9308e78ba4cd74ce82d8') +sha512sums=('30905eccc1aa8a4a21f8f801ed0a81388dc8fd694fd1b0329dd7c7ca3d91b4e8e6b6461b3a27564978fe23eb415b890ce808571b90f18cb2658bae6ac534d110') build() { cd $_hkgname-$pkgver
