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

Felix Yan felixonmars at archlinux.org
Fri Apr 23 10:42:43 UTC 2021


    Date: Friday, April 23, 2021 @ 10:42:43
  Author: felixonmars
Revision: 922237

upgpkg: haskell-validation-selective 0.1.0.1-11: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10

Modified:
  haskell-validation-selective/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-23 10:41:46 UTC (rev 922236)
+++ PKGBUILD	2021-04-23 10:42:43 UTC (rev 922237)
@@ -4,7 +4,7 @@
 _hkgname=validation-selective
 pkgname=haskell-validation-selective
 pkgver=0.1.0.1
-pkgrel=10
+pkgrel=11
 pkgdesc="Lighweight pure data validation based on Applicative and Selective functors."
 url="https://github.com/kowainik/validation-selective"
 license=('MPL2')
@@ -37,7 +37,7 @@
 
 check() {
   cd $_hkgname-$pkgver
-  runhaskell Setup test
+  runhaskell Setup test --show-details=direct
 }
 
 package() {



More information about the arch-commits mailing list