[arch-commits] Commit in haskell-typed-process/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Thu Apr 22 13:09:52 UTC 2021
Date: Thursday, April 22, 2021 @ 13:09:51
Author: felixonmars
Revision: 921049
upgpkg: haskell-typed-process 0.2.6.0-111: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10
Modified:
haskell-typed-process/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-04-22 13:08:55 UTC (rev 921048)
+++ PKGBUILD 2021-04-22 13:09:51 UTC (rev 921049)
@@ -4,7 +4,7 @@
_hkgname=typed-process
pkgname=haskell-typed-process
pkgver=0.2.6.0
-pkgrel=110
+pkgrel=111
pkgdesc="Run external processes, with strong typing of streams"
url="https://haskell-lang.org/library/typed-process"
license=("MIT")
@@ -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