Date: Thursday, April 22, 2021 @ 19:09:41 Author: felixonmars Revision: 921506
upgpkg: haskell-hi-file-parser 0.1.2.0-3: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10 Modified: haskell-hi-file-parser/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-04-22 19:08:54 UTC (rev 921505) +++ PKGBUILD 2021-04-22 19:09:41 UTC (rev 921506) @@ -3,7 +3,7 @@ _hkgname=hi-file-parser pkgname=haskell-hi-file-parser pkgver=0.1.2.0 -pkgrel=2 +pkgrel=3 pkgdesc="Parser for GHC's hi files" url="https://github.com/commercialhaskell/hi-file-parser" license=('BSD') @@ -28,7 +28,7 @@ check() { cd $_hkgname-$pkgver - runhaskell Setup test + runhaskell Setup test --show-details=direct } package() {
