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

Felix Yan felixonmars at archlinux.org
Thu Apr 22 21:19:49 UTC 2021


    Date: Thursday, April 22, 2021 @ 21:19:49
  Author: felixonmars
Revision: 921745

upgpkg: haskell-aeson 1.5.6.0-18: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10

Modified:
  haskell-aeson/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-22 21:15:29 UTC (rev 921744)
+++ PKGBUILD	2021-04-22 21:19:49 UTC (rev 921745)
@@ -5,7 +5,7 @@
 pkgname=haskell-aeson
 _hkgname=aeson
 pkgver=1.5.6.0
-pkgrel=17
+pkgrel=18
 pkgdesc="A JSON parsing and encoding library optimized for ease of use and high performance."
 url="https://github.com/haskell/aeson"
 license=("GPL")
@@ -41,7 +41,7 @@
 
 check() {
   cd $_hkgname-$pkgver
-  runhaskell Setup test
+  runhaskell Setup test --show-details=direct
 }
 
 package() {



More information about the arch-commits mailing list