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

Felix Yan felixonmars at archlinux.org
Mon Jun 7 01:37:04 UTC 2021


    Date: Monday, June 7, 2021 @ 01:37:04
  Author: felixonmars
Revision: 956762

upgpkg: haskell-xdg-basedir 0.2.2-10: rebuild with ghc 8.10.5

Modified:
  haskell-xdg-basedir/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-07 01:36:38 UTC (rev 956761)
+++ PKGBUILD	2021-06-07 01:37:04 UTC (rev 956762)
@@ -3,7 +3,7 @@
 _hkgname=xdg-basedir
 pkgname=haskell-xdg-basedir
 pkgver=0.2.2
-pkgrel=9
+pkgrel=10
 pkgdesc="A basic implementation of the XDG Base Directory specification"
 url="https://github.com/willdonnelly/xdg-basedir"
 license=('BSD')
@@ -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