[arch-commits] Commit in haskell-path-io/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Thu Apr 22 21:53:12 UTC 2021


    Date: Thursday, April 22, 2021 @ 21:53:12
  Author: felixonmars
Revision: 921793

upgpkg: haskell-path-io 1.6.2-74: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10

Modified:
  haskell-path-io/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-22 21:52:17 UTC (rev 921792)
+++ PKGBUILD	2021-04-22 21:53:12 UTC (rev 921793)
@@ -5,7 +5,7 @@
 _hkgname=path-io
 pkgname=haskell-path-io
 pkgver=1.6.2
-pkgrel=73
+pkgrel=74
 pkgdesc="Interface to ‘directory’ package for users of ‘path’"
 url="https://github.com/mrkkrp/path-io"
 license=("BSD")
@@ -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