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

Felix Yan felixonmars at archlinux.org
Wed Apr 21 23:42:46 UTC 2021


    Date: Wednesday, April 21, 2021 @ 23:42:46
  Author: felixonmars
Revision: 920755

upgpkg: haskell-nanospec 0.2.2-157: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10 (rebuild pass 1, specified --nocheck)

Modified:
  haskell-nanospec/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-21 23:42:08 UTC (rev 920754)
+++ PKGBUILD	2021-04-21 23:42:46 UTC (rev 920755)
@@ -3,7 +3,7 @@
 _hkgname=nanospec
 pkgname=haskell-nanospec
 pkgver=0.2.2
-pkgrel=156
+pkgrel=157
 pkgdesc="A lightweight implementation of a subset of Hspec's API"
 url="https://github.com/commercialhaskell/nanospec"
 license=('MIT')
@@ -35,7 +35,7 @@
 
 check() {
     cd $_hkgname-$pkgver
-    runhaskell Setup test
+    runhaskell Setup test --show-details=direct
 }
 
 package() {



More information about the arch-commits mailing list