[arch-commits] Commit in haskell-first-class-families/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sun Jun 6 23:39:34 UTC 2021


    Date: Sunday, June 6, 2021 @ 23:39:33
  Author: felixonmars
Revision: 956648

upgpkg: haskell-first-class-families 0.8.0.1-2: rebuild with ghc 8.10.5

Modified:
  haskell-first-class-families/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-06 23:39:09 UTC (rev 956647)
+++ PKGBUILD	2021-06-06 23:39:33 UTC (rev 956648)
@@ -3,7 +3,7 @@
 _hkgname=first-class-families
 pkgname=haskell-first-class-families
 pkgver=0.8.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc="First class type families"
 url="https://github.com/Lysxia/first-class-families"
 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