Date: Thursday, April 22, 2021 @ 18:25:58 Author: felixonmars Revision: 921444
upgpkg: haskell-lucid 2.9.12.1-15: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10 Modified: haskell-lucid/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-04-22 18:24:51 UTC (rev 921443) +++ PKGBUILD 2021-04-22 18:25:58 UTC (rev 921444) @@ -3,7 +3,7 @@ _hkgname=lucid pkgname=haskell-lucid pkgver=2.9.12.1 -pkgrel=14 +pkgrel=15 pkgdesc="Clear to write, read and edit DSL for HTML" url="https://github.com/chrisdone/lucid" license=('BSD') @@ -29,7 +29,7 @@ check() { cd $_hkgname-$pkgver - runhaskell Setup test + runhaskell Setup test --show-details=direct } package() {
