[arch-commits] Commit in haskell-template-haskell-compat-v0208/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sun Jun 6 22:45:14 UTC 2021


    Date: Sunday, June 6, 2021 @ 22:45:14
  Author: felixonmars
Revision: 956479

upgpkg: haskell-template-haskell-compat-v0208 0.1.5-4: rebuild with ghc 8.10.5

Modified:
  haskell-template-haskell-compat-v0208/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-06 22:44:51 UTC (rev 956478)
+++ PKGBUILD	2021-06-06 22:45:14 UTC (rev 956479)
@@ -3,7 +3,7 @@
 _hkgname=template-haskell-compat-v0208
 pkgname=haskell-template-haskell-compat-v0208
 pkgver=0.1.5
-pkgrel=3
+pkgrel=4
 pkgdesc="A backwards compatibility layer for Template Haskell newer than 2.8"
 url="https://github.com/nikita-volkov/template-haskell-compat-v0208"
 license=('MIT')
@@ -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