Date: Monday, December 30, 2019 @ 09:35:44 Author: felixonmars Revision: 544266
upgpkg: haskell-exceptions 0.10.4-1: rebuild with exceptions 0.10.4 Modified: haskell-exceptions/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-12-30 09:34:55 UTC (rev 544265) +++ PKGBUILD 2019-12-30 09:35:44 UTC (rev 544266) @@ -3,17 +3,17 @@ _hkgname=exceptions pkgname=haskell-exceptions -pkgver=0.10.3 -pkgrel=3 +pkgver=0.10.4 +pkgrel=1 pkgdesc="Extensible optionally-pure exceptions" url="https://github.com/ekmett/exceptions/" license=("BSD") arch=('x86_64') -depends=('ghc-libs' 'haskell-transformers-compat') +depends=('ghc-libs') 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=('43653134338488418b16b9531834f0729a50b49382dabbb021228c405a09c862c1df79a708b3fca90ae87bef631bc3afb546959544989446a3b3482705805eba') +sha512sums=('3df1edb4abab8e2e2dbd7387809d9768efca36c6840225ce33bee8679a4efdcf86d28beafb54a9a40e512163e4d088f94e788341bf614869bbdbd9d701bca4a2') build() { cd $_hkgname-$pkgver
