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

Felix Yan felixonmars at archlinux.org
Thu Apr 22 12:59:45 UTC 2021


    Date: Thursday, April 22, 2021 @ 12:59:45
  Author: felixonmars
Revision: 921035

upgpkg: haskell-microspec 0.2.1.3-102: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10

Modified:
  haskell-microspec/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-22 12:58:38 UTC (rev 921034)
+++ PKGBUILD	2021-04-22 12:59:45 UTC (rev 921035)
@@ -3,7 +3,7 @@
 _name=microspec
 pkgname=haskell-microspec
 pkgver=0.2.1.3
-pkgrel=101
+pkgrel=102
 pkgdesc="A tiny, property-based (and unit) testing library with minimal dependencies"
 arch=('x86_64')
 url="https://hackage.haskell.org/package/microspec"
@@ -38,7 +38,7 @@
 
 check() {
   cd "$pkgname-$pkgver"
-  runhaskell Setup test
+  runhaskell Setup test --show-details=direct
 }
 
 package() {



More information about the arch-commits mailing list