Date: Thursday, April 22, 2021 @ 20:12:28 Author: felixonmars Revision: 921626
upgpkg: haskell-hashtables 1.2.4.1-62: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10 Modified: haskell-hashtables/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-04-22 20:11:25 UTC (rev 921625) +++ PKGBUILD 2021-04-22 20:12:28 UTC (rev 921626) @@ -4,7 +4,7 @@ _hkgname=hashtables pkgname=haskell-hashtables pkgver=1.2.4.1 -pkgrel=61 +pkgrel=62 pkgdesc="Mutable hash tables in the ST monad" url="https://hackage.haskell.org/package/${_hkgname}" license=('BSD') @@ -31,7 +31,7 @@ check() { cd $_hkgname-$pkgver - runhaskell Setup test + runhaskell Setup test --show-details=direct } package() {
