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

Felix Yan felixonmars at archlinux.org
Thu Apr 22 19:43:04 UTC 2021


    Date: Thursday, April 22, 2021 @ 19:43:04
  Author: felixonmars
Revision: 921572

upgpkg: haskell-colourista 0.1.0.1-4: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10

Modified:
  haskell-colourista/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-22 19:42:17 UTC (rev 921571)
+++ PKGBUILD	2021-04-22 19:43:04 UTC (rev 921572)
@@ -4,7 +4,7 @@
 _hkgname=colourista
 pkgname=haskell-colourista
 pkgver=0.1.0.1
-pkgrel=3
+pkgrel=4
 pkgdesc="Convenient interface for printing colourful messages based on the ansi-terminal library."
 url="https://github.com/kowainik/colourista"
 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