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

Felix Yan felixonmars at archlinux.org
Thu Apr 22 17:43:30 UTC 2021


    Date: Thursday, April 22, 2021 @ 17:43:30
  Author: felixonmars
Revision: 921368

upgpkg: haskell-say 0.1.0.1-100: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10

Modified:
  haskell-say/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-22 17:42:34 UTC (rev 921367)
+++ PKGBUILD	2021-04-22 17:43:30 UTC (rev 921368)
@@ -3,7 +3,7 @@
 _hkgname=say
 pkgname=haskell-say
 pkgver=0.1.0.1
-pkgrel=99
+pkgrel=100
 pkgdesc='Send textual messages to a Handle in a thread-friendly way'
 arch=(x86_64)
 url="https://hackage.haskell.org/package/$_hkgname"
@@ -28,7 +28,7 @@
 
 check() {
   cd $_hkgname-$pkgver
-  runhaskell Setup test
+  runhaskell Setup test --show-details=direct
 }
 
 package() {



More information about the arch-commits mailing list