[arch-commits] Commit in haskell-apply-refact/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Fri Apr 23 09:54:40 UTC 2021


    Date: Friday, April 23, 2021 @ 09:54:39
  Author: felixonmars
Revision: 922179

upgpkg: haskell-apply-refact 0.9.2.0-13: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10

Modified:
  haskell-apply-refact/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-23 09:52:29 UTC (rev 922178)
+++ PKGBUILD	2021-04-23 09:54:39 UTC (rev 922179)
@@ -3,7 +3,7 @@
 _hkgname=apply-refact
 pkgname=haskell-apply-refact
 pkgver=0.9.2.0
-pkgrel=12
+pkgrel=13
 pkgdesc="Perform refactorings specified by the refact library."
 url="https://github.com/mpickering/apply-refact"
 license=("BSD")
@@ -34,7 +34,7 @@
 
 check() {
   cd $_hkgname-$pkgver
-  runhaskell Setup test
+  runhaskell Setup test --show-details=direct
 }
 
 package() {



More information about the arch-commits mailing list