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

Felix Yan felixonmars at archlinux.org
Fri Apr 23 09:56:30 UTC 2021


    Date: Friday, April 23, 2021 @ 09:56:30
  Author: felixonmars
Revision: 922181

upgpkg: haskell-selective 0.4.2-12: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10

Modified:
  haskell-selective/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-23 09:54:53 UTC (rev 922180)
+++ PKGBUILD	2021-04-23 09:56:30 UTC (rev 922181)
@@ -3,7 +3,7 @@
 _hkgname=selective
 pkgname=haskell-selective
 pkgver=0.4.2
-pkgrel=11
+pkgrel=12
 pkgdesc="Selective applicative functors"
 url="https://github.com/snowleopard/selective"
 license=('MIT')
@@ -34,7 +34,7 @@
 
 check() {
     cd $_hkgname-$pkgver
-    runhaskell Setup test
+    runhaskell Setup test --show-details=direct
 }
 
 package() {



More information about the arch-commits mailing list