[arch-commits] Commit in haskell-yesod-test/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Tue Apr 20 17:45:31 UTC 2021
Date: Tuesday, April 20, 2021 @ 17:45:30
Author: felixonmars
Revision: 920153
upgpkg: haskell-yesod-test 1.6.12-106: rebuild with http2 3.0.0, warp 3.3.15
Modified:
haskell-yesod-test/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-04-20 17:45:25 UTC (rev 920152)
+++ PKGBUILD 2021-04-20 17:45:30 UTC (rev 920153)
@@ -3,7 +3,7 @@
_hkgname=yesod-test
pkgname=haskell-yesod-test
pkgver=1.6.12
-pkgrel=105
+pkgrel=106
pkgdesc="Integration testing for WAI/Yesod Applications"
url="https://www.yesodweb.com"
license=('MIT')
@@ -32,7 +32,7 @@
check() {
cd $_hkgname-$pkgver
- runhaskell Setup test
+ runhaskell Setup test --show-details=direct
}
package() {
More information about the arch-commits
mailing list