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

Felix Yan felixonmars at archlinux.org
Thu Apr 22 21:47:32 UTC 2021


    Date: Thursday, April 22, 2021 @ 21:47:31
  Author: felixonmars
Revision: 921783

upgpkg: haskell-deriving-aeson 0.2.6.1-19: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10

Modified:
  haskell-deriving-aeson/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-22 21:46:43 UTC (rev 921782)
+++ PKGBUILD	2021-04-22 21:47:31 UTC (rev 921783)
@@ -3,7 +3,7 @@
 _hkgname=deriving-aeson
 pkgname=haskell-deriving-aeson
 pkgver=0.2.6.1
-pkgrel=18
+pkgrel=19
 pkgdesc="Type driven generic aeson instance customisation"
 url="https://github.com/fumieval/deriving-aeson.git"
 license=("BSD")
@@ -31,7 +31,7 @@
 
 check() {
   cd $_hkgname-$pkgver
-  runhaskell Setup test
+  runhaskell Setup test --show-details=direct
 }
 
 package() {



More information about the arch-commits mailing list