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

Felix Yan felixonmars at archlinux.org
Fri Apr 23 01:31:30 UTC 2021


    Date: Friday, April 23, 2021 @ 01:31:28
  Author: felixonmars
Revision: 922041

upgpkg: haskell-project-template 0.2.1.0-103: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10

Modified:
  haskell-project-template/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-23 01:30:04 UTC (rev 922040)
+++ PKGBUILD	2021-04-23 01:31:28 UTC (rev 922041)
@@ -4,7 +4,7 @@
 _hkgname=project-template
 pkgname=haskell-project-template
 pkgver=0.2.1.0
-pkgrel=102
+pkgrel=103
 pkgdesc="Specify Haskell project templates and generate files"
 url="https://github.com/fpco/haskell-ide"
 license=("BSD")
@@ -30,7 +30,7 @@
 
 check() {
     cd $_hkgname-$pkgver
-    runhaskell Setup test
+    runhaskell Setup test --show-details=direct
 }
 
 package() {



More information about the arch-commits mailing list