[arch-commits] Commit in haskell-optparse-generic/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Thu Apr 22 19:40:15 UTC 2021
Date: Thursday, April 22, 2021 @ 19:40:14
Author: felixonmars
Revision: 921566
upgpkg: haskell-optparse-generic 1.4.4-52: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10
Modified:
haskell-optparse-generic/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-04-22 19:39:48 UTC (rev 921565)
+++ PKGBUILD 2021-04-22 19:40:14 UTC (rev 921566)
@@ -3,7 +3,7 @@
_hkgname=optparse-generic
pkgname=haskell-optparse-generic
pkgver=1.4.4
-pkgrel=51
+pkgrel=52
pkgdesc="Auto-generate a command-line parser for your datatype"
url="https://github.com/Gabriel439/Haskell-Optparse-Generic-Library"
license=('BSD')
@@ -29,7 +29,7 @@
check() {
cd $_hkgname-$pkgver
- runhaskell Setup test
+ runhaskell Setup test --show-details=direct
}
package() {
More information about the arch-commits
mailing list