[arch-commits] Commit in haskell-psqueues/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Fri Apr 23 00:17:57 UTC 2021
Date: Friday, April 23, 2021 @ 00:17:57
Author: felixonmars
Revision: 921997
upgpkg: haskell-psqueues 0.2.7.2-107: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10
Modified:
haskell-psqueues/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-04-23 00:16:57 UTC (rev 921996)
+++ PKGBUILD 2021-04-23 00:17:57 UTC (rev 921997)
@@ -4,7 +4,7 @@
_hkgname=psqueues
pkgname=haskell-psqueues
pkgver=0.2.7.2
-pkgrel=106
+pkgrel=107
pkgdesc="Pure priority search queues"
url="https://hackage.haskell.org/package/${_hkgname}"
license=("BSD")
@@ -35,7 +35,7 @@
check() {
cd $_hkgname-$pkgver
- runhaskell Setup test
+ runhaskell Setup test --show-details=direct
}
package() {
More information about the arch-commits
mailing list