[arch-commits] Commit in haskell-incremental-parser/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Thu Apr 22 22:48:50 UTC 2021
Date: Thursday, April 22, 2021 @ 22:48:50
Author: felixonmars
Revision: 921875
upgpkg: haskell-incremental-parser 0.5.0.2-11: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10
Modified:
haskell-incremental-parser/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-04-22 22:47:37 UTC (rev 921874)
+++ PKGBUILD 2021-04-22 22:48:50 UTC (rev 921875)
@@ -4,7 +4,7 @@
_hkgname=incremental-parser
pkgname=haskell-incremental-parser
pkgver=0.5.0.2
-pkgrel=10
+pkgrel=11
pkgdesc="Generic parser library capable of providing partial results from partial input."
url="https://hackage.haskell.org/package/${_hkgname}"
license=('GPL')
@@ -31,7 +31,7 @@
check() {
cd $_hkgname-$pkgver
- runhaskell Setup test
+ runhaskell Setup test --show-details=direct
}
package() {
More information about the arch-commits
mailing list