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

Felix Yan felixonmars at archlinux.org
Fri Apr 23 00:21:44 UTC 2021


    Date: Friday, April 23, 2021 @ 00:21:44
  Author: felixonmars
Revision: 922001

upgpkg: haskell-floskell 0.10.5-85: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10

Modified:
  haskell-floskell/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-23 00:19:23 UTC (rev 922000)
+++ PKGBUILD	2021-04-23 00:21:44 UTC (rev 922001)
@@ -3,7 +3,7 @@
 _hkgname=floskell
 pkgname=haskell-floskell
 pkgver=0.10.5
-pkgrel=84
+pkgrel=85
 pkgdesc="A flexible Haskell source code pretty printer"
 url="https://github.com/ennocramer/floskell"
 license=("BSD")
@@ -38,7 +38,7 @@
 
 check() {
   cd $_hkgname-floskell-$pkgver
-  runhaskell Setup test
+  runhaskell Setup test --show-details=direct
 }
 
 package() {



More information about the arch-commits mailing list