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

Felix Yan felixonmars at archlinux.org
Thu Apr 22 14:00:24 UTC 2021


    Date: Thursday, April 22, 2021 @ 14:00:22
  Author: felixonmars
Revision: 921115

upgpkg: haskell-infer-license 0.2.0-131: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10

Modified:
  haskell-infer-license/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-22 13:58:54 UTC (rev 921114)
+++ PKGBUILD	2021-04-22 14:00:22 UTC (rev 921115)
@@ -3,7 +3,7 @@
 _hkgname=infer-license
 pkgname=haskell-infer-license
 pkgver=0.2.0
-pkgrel=130
+pkgrel=131
 pkgdesc="Infer software license from a given license file"
 url="https://github.com/sol/infer-license"
 license=('MIT')
@@ -28,7 +28,7 @@
 
 check() {
   cd $_hkgname-$pkgver
-  runhaskell Setup test
+  runhaskell Setup test --show-details=direct
 }
 
 package() {



More information about the arch-commits mailing list