Date: Friday, April 23, 2021 @ 15:17:41 Author: felixonmars Revision: 922437
upgpkg: haskell-clash-lib 1.4.1-4: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10 Modified: haskell-clash-lib/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-04-23 15:12:58 UTC (rev 922436) +++ PKGBUILD 2021-04-23 15:17:41 UTC (rev 922437) @@ -3,7 +3,7 @@ _hkgname=clash-lib pkgname=haskell-clash-lib pkgver=1.4.1 -pkgrel=3 +pkgrel=4 pkgdesc="Clash: a functional hardware description language - As a library" url="https://clash-lang.org/" license=("BSD") @@ -41,7 +41,7 @@ check() { cd $_hkgname-$pkgver - runhaskell Setup test + runhaskell Setup test --show-details=direct } package() {
