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

Felix Yan felixonmars at archlinux.org
Fri Apr 23 15:33:17 UTC 2021


    Date: Friday, April 23, 2021 @ 15:33:17
  Author: felixonmars
Revision: 922445

upgpkg: haskell-hsyaml 0.2.1.0-100: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10

Modified:
  haskell-hsyaml/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-23 15:31:47 UTC (rev 922444)
+++ PKGBUILD	2021-04-23 15:33:17 UTC (rev 922445)
@@ -3,7 +3,7 @@
 _hkgname=HsYAML
 pkgname=haskell-hsyaml
 pkgver=0.2.1.0
-pkgrel=99
+pkgrel=100
 pkgdesc="Pure Haskell YAML 1.2 processor"
 url="https://github.com/hvr/HsYAML"
 license=('GPL')
@@ -33,7 +33,7 @@
 
 check() {
     cd $_hkgname-$pkgver
-    runhaskell Setup test
+    runhaskell Setup test --show-details=direct
 }
 
 package() {



More information about the arch-commits mailing list