[arch-commits] Commit in haskell-type-errors-pretty/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Thu Apr 22 20:03:23 UTC 2021


    Date: Thursday, April 22, 2021 @ 20:03:22
  Author: felixonmars
Revision: 921608

upgpkg: haskell-type-errors-pretty 0.0.1.1-66: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10

Modified:
  haskell-type-errors-pretty/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-22 20:02:44 UTC (rev 921607)
+++ PKGBUILD	2021-04-22 20:03:22 UTC (rev 921608)
@@ -3,7 +3,7 @@
 _hkgname=type-errors-pretty
 pkgname=haskell-type-errors-pretty
 pkgver=0.0.1.1
-pkgrel=65
+pkgrel=66
 pkgdesc="Combinators for writing pretty type errors easily"
 url="https://github.com/chshersh/type-errors-pretty"
 license=('MPL2')
@@ -34,7 +34,7 @@
 
 check() {
     cd $_hkgname-$pkgver
-    runhaskell Setup test
+    runhaskell Setup test --show-details=direct
 }
 
 package() {



More information about the arch-commits mailing list