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

Felix Yan felixonmars at archlinux.org
Fri Apr 23 02:35:44 UTC 2021


    Date: Friday, April 23, 2021 @ 02:35:44
  Author: felixonmars
Revision: 922119

upgpkg: haskell-pretty-simple 4.0.0.0-73: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10

Modified:
  haskell-pretty-simple/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-23 02:34:53 UTC (rev 922118)
+++ PKGBUILD	2021-04-23 02:35:44 UTC (rev 922119)
@@ -3,7 +3,7 @@
 _hkgname=pretty-simple
 pkgname=haskell-pretty-simple
 pkgver=4.0.0.0
-pkgrel=72
+pkgrel=73
 pkgdesc="Pretty printer for data types with a 'Show' instance"
 url="https://github.com/cdepillabout/pretty-simple"
 license=('BSD')
@@ -28,7 +28,7 @@
 
 check() {
     cd $_hkgname-$pkgver
-    runhaskell Setup test
+    runhaskell Setup test --show-details=direct
 }
 
 package() {



More information about the arch-commits mailing list