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

Felix Yan felixonmars at archlinux.org
Tue Jun 8 06:06:56 UTC 2021


    Date: Tuesday, June 8, 2021 @ 06:06:56
  Author: felixonmars
Revision: 958609

upgpkg: haskell-dyre 0.9.1-2: rebuild with ghc 8.10.5

Modified:
  haskell-dyre/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-08 06:05:45 UTC (rev 958608)
+++ PKGBUILD	2021-06-08 06:06:56 UTC (rev 958609)
@@ -3,7 +3,7 @@
 _hkgname=dyre
 pkgname=haskell-dyre
 pkgver=0.9.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Dynamic reconfiguration in Haskell"
 url="https://github.com/willdonnelly/dyre"
 license=('BSD')
@@ -35,7 +35,7 @@
 
 check() {
     cd $_hkgname-$pkgver
-    runhaskell Setup test
+    runhaskell Setup test --show-details=direct
 }
 
 package() {



More information about the arch-commits mailing list