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

Felix Yan felixonmars at archlinux.org
Thu Apr 22 21:33:38 UTC 2021


    Date: Thursday, April 22, 2021 @ 21:33:38
  Author: felixonmars
Revision: 921767

upgpkg: haskell-microlens-aeson 2.3.1-105: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10

Modified:
  haskell-microlens-aeson/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-22 21:32:41 UTC (rev 921766)
+++ PKGBUILD	2021-04-22 21:33:38 UTC (rev 921767)
@@ -3,7 +3,7 @@
 _hkgname=microlens-aeson
 pkgname=haskell-microlens-aeson
 pkgver=2.3.1
-pkgrel=104
+pkgrel=105
 pkgdesc="Law-abiding lenses for Aeson, using microlens"
 url="https://github.com/fosskers/microlens-aeson/"
 license=('MIT')
@@ -34,7 +34,7 @@
 
 check() {
     cd $_hkgname-$pkgver
-    runhaskell Setup test
+    runhaskell Setup test --show-details=direct
 }
 
 package() {



More information about the arch-commits mailing list