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

Felix Yan felixonmars at archlinux.org
Fri Apr 23 01:50:29 UTC 2021


    Date: Friday, April 23, 2021 @ 01:50:28
  Author: felixonmars
Revision: 922055

upgpkg: haskell-html-conduit 1.3.2.1-187: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10

Modified:
  haskell-html-conduit/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-23 01:49:34 UTC (rev 922054)
+++ PKGBUILD	2021-04-23 01:50:28 UTC (rev 922055)
@@ -3,7 +3,7 @@
 _hkgname=html-conduit
 pkgname=haskell-html-conduit
 pkgver=1.3.2.1
-pkgrel=186
+pkgrel=187
 pkgdesc="Parse HTML documents using xml-conduit datatypes"
 url="https://github.com/snoyberg/xml"
 license=('MIT')
@@ -29,7 +29,7 @@
 
 check() {
     cd $_hkgname-$pkgver
-    runhaskell Setup test
+    runhaskell Setup test --show-details=direct
 }
 
 package() {



More information about the arch-commits mailing list