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

Felix Yan felixonmars at archlinux.org
Mon Jun 7 18:25:31 UTC 2021


    Date: Monday, June 7, 2021 @ 18:25:31
  Author: felixonmars
Revision: 957985

upgpkg: haskell-some 1.0.3-2: rebuild with ghc 8.10.5

Modified:
  haskell-some/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-07 18:24:41 UTC (rev 957984)
+++ PKGBUILD	2021-06-07 18:25:31 UTC (rev 957985)
@@ -3,7 +3,7 @@
 _hkgname=some
 pkgname=haskell-some
 pkgver=1.0.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Existential type: Some"
 url="https://github.com/phadej/some"
 license=("BSD")
@@ -36,7 +36,7 @@
 
 check() {
   cd $_hkgname-$pkgver
-  runhaskell Setup test
+  runhaskell Setup test --show-details=direct
 }
 
 package() {



More information about the arch-commits mailing list