Date: Thursday, April 22, 2021 @ 16:11:12 Author: felixonmars Revision: 921218
upgpkg: haskell-reflection 2.1.6-80: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10 Modified: haskell-reflection/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-04-22 16:09:16 UTC (rev 921217) +++ PKGBUILD 2021-04-22 16:11:12 UTC (rev 921218) @@ -4,7 +4,7 @@ _hkgname=reflection pkgname=haskell-reflection pkgver=2.1.6 -pkgrel=79 +pkgrel=80 pkgdesc="Reifies arbitrary terms into types that can be reflected back into terms" url="https://github.com/ekmett/reflection" license=("BSD") @@ -30,7 +30,7 @@ check() { cd $_hkgname-$pkgver - runhaskell Setup test + runhaskell Setup test --show-details=direct } package() {
