Date: Friday, April 23, 2021 @ 02:20:02 Author: felixonmars Revision: 922095
upgpkg: haskell-optparse-simple 0.1.1.3-149: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10 Modified: haskell-optparse-simple/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-04-23 02:19:22 UTC (rev 922094) +++ PKGBUILD 2021-04-23 02:20:02 UTC (rev 922095) @@ -4,7 +4,7 @@ _hkgname=optparse-simple pkgname=haskell-optparse-simple pkgver=0.1.1.3 -pkgrel=148 +pkgrel=149 pkgdesc="Simple interface to optparse-applicative" url="https://hackage.haskell.org/package/${_hkgname}" license=("BSD") @@ -30,7 +30,7 @@ check() { cd $_hkgname-$pkgver - runhaskell Setup test + runhaskell Setup test --show-details=direct } package() {
