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

Felix Yan felixonmars at archlinux.org
Fri Apr 23 10:14:35 UTC 2021


    Date: Friday, April 23, 2021 @ 10:14:34
  Author: felixonmars
Revision: 922209

upgpkg: haskell-butcher 1.3.3.2-84: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10

Modified:
  haskell-butcher/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-23 10:13:29 UTC (rev 922208)
+++ PKGBUILD	2021-04-23 10:14:34 UTC (rev 922209)
@@ -3,7 +3,7 @@
 _hkgname=butcher
 pkgname=haskell-butcher
 pkgver=1.3.3.2
-pkgrel=83
+pkgrel=84
 pkgdesc="Chops a command or program invocation into digestable pieces."
 url="https://github.com/lspitzner/butcher/"
 license=("BSD")
@@ -33,7 +33,7 @@
 
 check() {
   cd $_hkgname-$pkgver
-  runhaskell Setup test
+  runhaskell Setup test --show-details=direct
 }
 
 package() {



More information about the arch-commits mailing list