[arch-commits] Commit in haskell-cabal-install-parsers/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Tue Apr 20 22:05:38 UTC 2021


    Date: Tuesday, April 20, 2021 @ 22:05:38
  Author: felixonmars
Revision: 920420

upgpkg: haskell-cabal-install-parsers 0.4-94: rebuild with singleton-bool 0.1.6

Modified:
  haskell-cabal-install-parsers/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-20 22:03:39 UTC (rev 920419)
+++ PKGBUILD	2021-04-20 22:05:38 UTC (rev 920420)
@@ -3,7 +3,7 @@
 _hkgname=cabal-install-parsers
 pkgname=haskell-cabal-install-parsers
 pkgver=0.4
-pkgrel=93
+pkgrel=94
 pkgdesc="Utilities to work with cabal-install files"
 url="https://haskell-ci.rtfd.org/"
 license=("GPL" "BSD")
@@ -44,7 +44,7 @@
 check() {
   cd $_hkgname-$pkgver
   cabal update  # Generate cabal config for tests
-  runhaskell Setup test
+  runhaskell Setup test --show-details=direct
 }
 
 package() {



More information about the arch-commits mailing list