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

Felix Yan felixonmars at archlinux.org
Wed Apr 21 23:53:37 UTC 2021


    Date: Wednesday, April 21, 2021 @ 23:53:37
  Author: felixonmars
Revision: 920779

upgpkg: haskell-colour 2.3.5-169: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10 (rebuild pass 1, specified --nocheck)

Modified:
  haskell-colour/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-21 23:52:57 UTC (rev 920778)
+++ PKGBUILD	2021-04-21 23:53:37 UTC (rev 920779)
@@ -4,7 +4,7 @@
 _hkgname=colour
 pkgname=haskell-colour
 pkgver=2.3.5
-pkgrel=168
+pkgrel=169
 pkgdesc="A model for human colour/color perception"
 url="https://hackage.haskell.org/package/${_hkgname}"
 license=("MIT")
@@ -42,7 +42,7 @@
 
 check() {
     cd $_hkgname-$pkgver
-    runhaskell Setup test
+    runhaskell Setup test --show-details=direct
 }
 
 package() {



More information about the arch-commits mailing list