Date: Thursday, April 22, 2021 @ 16:08:58 Author: felixonmars Revision: 921216
upgpkg: haskell-resourcet 1.2.4.2-79: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10 Modified: haskell-resourcet/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-04-22 16:07:28 UTC (rev 921215) +++ PKGBUILD 2021-04-22 16:08:58 UTC (rev 921216) @@ -4,7 +4,7 @@ _hkgname=resourcet pkgname=haskell-resourcet pkgver=1.2.4.2 -pkgrel=78 +pkgrel=79 pkgdesc="Deterministic allocation and freeing of scarce resources." url="https://github.com/snoyberg/conduit" license=("BSD") @@ -29,7 +29,7 @@ check() { cd $_hkgname-$pkgver - runhaskell Setup test + runhaskell Setup test --show-details=direct } package() {
