Date: Thursday, April 22, 2021 @ 19:34:15 Author: felixonmars Revision: 921552
upgpkg: haskell-mono-traversable-instances 0.1.0.0-138: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10 Modified: haskell-mono-traversable-instances/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-04-22 19:34:04 UTC (rev 921551) +++ PKGBUILD 2021-04-22 19:34:15 UTC (rev 921552) @@ -3,7 +3,7 @@ _hkgname=mono-traversable-instances pkgname=haskell-mono-traversable-instances pkgver=0.1.0.0 -pkgrel=137 +pkgrel=138 pkgdesc='Extra typeclass instances for mono-traversable' arch=(x86_64) url="https://hackage.haskell.org/package/$_hkgname" @@ -34,7 +34,7 @@ check() { cd $_hkgname-$pkgver - runhaskell Setup test + runhaskell Setup test --show-details=direct } package() {
