Date: Thursday, April 22, 2021 @ 20:01:30
  Author: felixonmars
Revision: 921604

upgpkg: haskell-shellmet 0.0.4.0-7: rebuild with hspec 2.7.10, hspec-core 
2.7.10, hspec-discover 2.7.10

Modified:
  haskell-shellmet/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2021-04-22 20:00:48 UTC (rev 921603)
+++ PKGBUILD    2021-04-22 20:01:30 UTC (rev 921604)
@@ -4,7 +4,7 @@
 _hkgname=shellmet
 pkgname=haskell-shellmet
 pkgver=0.0.4.0
-pkgrel=6
+pkgrel=7
 pkgdesc="Shellmet provides easy and convenient way to call shell commands from 
Haskell programs."
 url="https://github.com/kowainik/shellmet";
 license=('MPL2')
@@ -37,7 +37,7 @@
 
 check() {
   cd $_hkgname-$pkgver
-  runhaskell Setup test
+  runhaskell Setup test --show-details=direct
 }
 
 package() {

Reply via email to