Date: Friday, April 23, 2021 @ 13:42:07 Author: felixonmars Revision: 922373
upgpkg: haskell-hie-bios 0.7.5-14: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10 Modified: haskell-hie-bios/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-04-23 13:39:48 UTC (rev 922372) +++ PKGBUILD 2021-04-23 13:42:07 UTC (rev 922373) @@ -3,7 +3,7 @@ _hkgname=hie-bios pkgname=haskell-hie-bios pkgver=0.7.5 -pkgrel=13 +pkgrel=14 pkgdesc="Set up a GHC API session" url="https://github.com/mpickering/hie-bios" license=("BSD") @@ -43,7 +43,7 @@ check() { cd $_hkgname-$pkgver cabal update # Generate cabal config for tests - runhaskell Setup test + runhaskell Setup test --show-details=direct } package() {
