[arch-commits] Commit in haskell-with-utf8/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Fri Apr 23 11:05:42 UTC 2021


    Date: Friday, April 23, 2021 @ 11:05:42
  Author: felixonmars
Revision: 922263

upgpkg: haskell-with-utf8 1.0.2.2-22: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10

Modified:
  haskell-with-utf8/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-23 11:04:54 UTC (rev 922262)
+++ PKGBUILD	2021-04-23 11:05:42 UTC (rev 922263)
@@ -3,7 +3,7 @@
 _hkgname=with-utf8
 pkgname=haskell-with-utf8
 pkgver=1.0.2.2
-pkgrel=21
+pkgrel=22
 pkgdesc="Get your IO right on the first try"
 url="https://github.com/serokell/haskell-with-utf8#readme"
 license=("MPL2")
@@ -37,7 +37,7 @@
 
 check() {
   cd $_hkgname-$pkgver
-  runhaskell Setup test
+  runhaskell Setup test --show-details=direct
 }
 
 package() {



More information about the arch-commits mailing list