Date: Friday, April 23, 2021 @ 15:34:21 Author: felixonmars Revision: 922447
upgpkg: haskell-hsyaml-aeson 0.2.0.0-150: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10 Modified: haskell-hsyaml-aeson/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-04-23 15:33:35 UTC (rev 922446) +++ PKGBUILD 2021-04-23 15:34:21 UTC (rev 922447) @@ -3,7 +3,7 @@ _hkgname=HsYAML-aeson pkgname=haskell-hsyaml-aeson pkgver=0.2.0.0 -pkgrel=149 +pkgrel=150 pkgdesc="JSON to YAML Adapter" url="https://github.com/hvr/hsyaml-aeson" license=('GPL') @@ -35,7 +35,7 @@ check() { cd $_hkgname-$pkgver - runhaskell Setup test + runhaskell Setup test --show-details=direct } package() {
