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

Felix Yan felixonmars at archlinux.org
Mon Jun 7 01:59:47 UTC 2021


    Date: Monday, June 7, 2021 @ 01:59:46
  Author: felixonmars
Revision: 956824

upgpkg: haskell-netlink 1.1.1.0-8: rebuild with ghc 8.10.5

Modified:
  haskell-netlink/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-07 01:59:12 UTC (rev 956823)
+++ PKGBUILD	2021-06-07 01:59:46 UTC (rev 956824)
@@ -3,7 +3,7 @@
 _hkgname=netlink
 pkgname=haskell-netlink
 pkgver=1.1.1.0
-pkgrel=7
+pkgrel=8
 pkgdesc="Netlink communication for Haskell"
 url="https://github.com/Ongy/netlink-hs"
 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