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

Felix Yan felixonmars at archlinux.org
Sun Jun 6 22:29:05 UTC 2021


    Date: Sunday, June 6, 2021 @ 22:29:04
  Author: felixonmars
Revision: 956431

upgpkg: haskell-ordered-containers 0.2.2-10: rebuild with ghc 8.10.5

Modified:
  haskell-ordered-containers/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-06 22:28:39 UTC (rev 956430)
+++ PKGBUILD	2021-06-06 22:29:04 UTC (rev 956431)
@@ -3,7 +3,7 @@
 _hkgname=ordered-containers
 pkgname=haskell-ordered-containers
 pkgver=0.2.2
-pkgrel=9
+pkgrel=10
 pkgdesc="Set- and Map-like types that remember the order elements were inserted"
 url="https://github.com/dmwit/ordered-containers"
 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