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

Felix Yan felixonmars at archlinux.org
Fri Apr 23 10:17:51 UTC 2021


    Date: Friday, April 23, 2021 @ 10:17:51
  Author: felixonmars
Revision: 922211

upgpkg: haskell-brittany 0.13.1.1-7: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10

Modified:
  haskell-brittany/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-23 10:14:49 UTC (rev 922210)
+++ PKGBUILD	2021-04-23 10:17:51 UTC (rev 922211)
@@ -3,7 +3,7 @@
 _hkgname=brittany
 pkgname=haskell-brittany
 pkgver=0.13.1.1
-pkgrel=6
+pkgrel=7
 pkgdesc="Haskell source code formatter"
 url="https://github.com/lspitzner/brittany/"
 license=("AGPL")
@@ -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