Date: Thursday, April 22, 2021 @ 16:37:21 Author: felixonmars Revision: 921254
upgpkg: haskell-getopt-generics 0.13.0.4-72: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10 Modified: haskell-getopt-generics/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-04-22 16:36:27 UTC (rev 921253) +++ PKGBUILD 2021-04-22 16:37:21 UTC (rev 921254) @@ -3,7 +3,7 @@ _hkgname=getopt-generics pkgname=haskell-getopt-generics pkgver=0.13.0.4 -pkgrel=71 +pkgrel=72 pkgdesc="Create command line interfaces with ease" url="https://github.com/soenkehahn/getopt-generics" license=('BSD') @@ -29,7 +29,7 @@ check() { cd $_hkgname-$pkgver - runhaskell Setup test + runhaskell Setup test --show-details=direct } package() {
