Date: Saturday, April 29, 2023 @ 18:47:55 Author: felixonmars Revision: 1454728
upgpkg: haskell-stm-hamt 1.2.0.11-1: rebuild with stm-hamt 1.2.0.11 Modified: haskell-stm-hamt/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-04-29 18:47:43 UTC (rev 1454727) +++ PKGBUILD 2023-04-29 18:47:55 UTC (rev 1454728) @@ -2,8 +2,8 @@ _hkgname=stm-hamt pkgname=haskell-stm-hamt -pkgver=1.2.0.10 -pkgrel=8 +pkgver=1.2.0.11 +pkgrel=1 pkgdesc="STM-specialised Hash Array Mapped Trie" url="https://github.com/nikita-volkov/stm-hamt" license=("MIT") @@ -13,7 +13,7 @@ makedepends=('ghc' 'uusi' 'haskell-quickcheck' 'haskell-quickcheck-instances' 'haskell-rerebase' 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck') source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz") -sha256sums=('79080693a9b3bbffaefda016f38fe9a085c5e168765c838714c98d453b2404e1') +sha256sums=('725c11d46a7e436789e0add1ec4413ab899733e494afd8bced8bb7c474de8537') prepare() { cd $_hkgname-$pkgver
