Date: Friday, April 23, 2021 @ 02:19:07 Author: felixonmars Revision: 922093
upgpkg: haskell-githash 0.1.5.0-111: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10 Modified: haskell-githash/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-04-23 02:18:11 UTC (rev 922092) +++ PKGBUILD 2021-04-23 02:19:07 UTC (rev 922093) @@ -3,7 +3,7 @@ _hkgname=githash pkgname=haskell-githash pkgver=0.1.5.0 -pkgrel=110 +pkgrel=111 pkgdesc="Some handy Template Haskell splices for including the current git hash and branch in the code of your project" url="https://github.com/snoyberg/githash" license=('BSD') @@ -33,7 +33,7 @@ check() { cd $_hkgname - runhaskell Setup test + runhaskell Setup test --show-details=direct } package() {
