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

Felix Yan felixonmars at archlinux.org
Fri Apr 23 01:37:41 UTC 2021


    Date: Friday, April 23, 2021 @ 01:37:41
  Author: felixonmars
Revision: 922045

upgpkg: haskell-xml-conduit 1.9.1.0-16: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10

Modified:
  haskell-xml-conduit/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-23 01:33:24 UTC (rev 922044)
+++ PKGBUILD	2021-04-23 01:37:41 UTC (rev 922045)
@@ -4,7 +4,7 @@
 _hkgname=xml-conduit
 pkgname=haskell-xml-conduit
 pkgver=1.9.1.0
-pkgrel=15
+pkgrel=16
 pkgdesc="Pure-Haskell utilities for dealing with XML with the conduit package."
 url="https://github.com/snoyberg/xml"
 license=("MIT")
@@ -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