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

Felix Yan felixonmars at archlinux.org
Thu Apr 22 20:47:53 UTC 2021


    Date: Thursday, April 22, 2021 @ 20:47:53
  Author: felixonmars
Revision: 921684

upgpkg: haskell-retrie 0.1.1.1-73: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10

Modified:
  haskell-retrie/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-22 20:45:45 UTC (rev 921683)
+++ PKGBUILD	2021-04-22 20:47:53 UTC (rev 921684)
@@ -3,7 +3,7 @@
 _hkgname=retrie
 pkgname=haskell-retrie
 pkgver=0.1.1.1
-pkgrel=72
+pkgrel=73
 pkgdesc="A powerful, easy-to-use codemodding tool for Haskell."
 url="https://github.com/facebookincubator/retrie"
 license=("MIT")
@@ -39,7 +39,7 @@
 
 check() {
   cd $_hkgname-$pkgver
-  runhaskell Setup test
+  runhaskell Setup test --show-details=direct
 }
 
 package() {



More information about the arch-commits mailing list