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

Felix Yan felixonmars at archlinux.org
Sun May 2 20:57:28 UTC 2021


    Date: Sunday, May 2, 2021 @ 20:57:27
  Author: felixonmars
Revision: 926223

upgpkg: haskell-sourcemap 0.1.6.1-2: rebuild with bifunctors 5.5.11

Modified:
  haskell-sourcemap/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-02 20:56:36 UTC (rev 926222)
+++ PKGBUILD	2021-05-02 20:57:27 UTC (rev 926223)
@@ -4,7 +4,7 @@
 _hkgname=sourcemap
 pkgname=haskell-sourcemap
 pkgver=0.1.6.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Implementation of source maps as proposed by Google and Mozilla."
 url="https://github.com/juhp/sourcemap"
 license=("BSD")
@@ -32,7 +32,7 @@
 check() {
     cd $_hkgname-$pkgver
     npm link source-map
-    runhaskell Setup test
+    runhaskell Setup test --show-details=direct
 }
 
 package() {



More information about the arch-commits mailing list