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

Felix Yan felixonmars at archlinux.org
Fri Apr 23 02:46:40 UTC 2021


    Date: Friday, April 23, 2021 @ 02:46:40
  Author: felixonmars
Revision: 922131

upgpkg: haskell-haddock-library 1.10.0-13: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10

Modified:
  haskell-haddock-library/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-23 02:45:08 UTC (rev 922130)
+++ PKGBUILD	2021-04-23 02:46:40 UTC (rev 922131)
@@ -3,7 +3,7 @@
 _hkgname=haddock-library
 pkgname=haskell-haddock-library
 pkgver=1.10.0
-pkgrel=12
+pkgrel=13
 pkgdesc="A documentation-generation tool for Haskell libraries"
 url="https://www.haskell.org/haddock/"
 license=("BSD")
@@ -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