Date: Friday, April 23, 2021 @ 11:44:21 Author: felixonmars Revision: 922305
upgpkg: haskell-time-manager 0.0.0-157: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10 Modified: haskell-time-manager/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-04-23 11:43:45 UTC (rev 922304) +++ PKGBUILD 2021-04-23 11:44:21 UTC (rev 922305) @@ -3,7 +3,7 @@ _hkgname=time-manager pkgname=haskell-time-manager pkgver=0.0.0 -pkgrel=156 +pkgrel=157 pkgdesc="Scalable timer" url="https://github.com/yesodweb/wai" license=('MIT') @@ -28,7 +28,7 @@ check() { cd $_hkgname-$pkgver - runhaskell Setup test + runhaskell Setup test --show-details=direct } package() {
