Date: Thursday, April 22, 2021 @ 22:58:10 Author: felixonmars Revision: 921885
upgpkg: haskell-lens 5.0.1-4: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10 Modified: haskell-lens/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-04-22 22:56:21 UTC (rev 921884) +++ PKGBUILD 2021-04-22 22:58:10 UTC (rev 921885) @@ -4,7 +4,7 @@ _hkgname=lens pkgname=haskell-lens pkgver=5.0.1 -pkgrel=3 +pkgrel=4 pkgdesc="Lenses, Folds and Traversals" url="https://github.com/ekmett/lens/" license=("BSD") @@ -40,7 +40,7 @@ check() { cd $_hkgname-$pkgver - runhaskell Setup test + runhaskell Setup test --show-details=direct } package() {
