[arch-commits] Commit in haskell-rope-utf16-splay/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Thu Apr 22 20:35:41 UTC 2021


    Date: Thursday, April 22, 2021 @ 20:35:41
  Author: felixonmars
Revision: 921672

upgpkg: haskell-rope-utf16-splay 0.3.2.0-21: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10

Modified:
  haskell-rope-utf16-splay/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-22 20:34:50 UTC (rev 921671)
+++ PKGBUILD	2021-04-22 20:35:41 UTC (rev 921672)
@@ -3,7 +3,7 @@
 _hkgname=rope-utf16-splay
 pkgname=haskell-rope-utf16-splay
 pkgver=0.3.2.0
-pkgrel=20
+pkgrel=21
 pkgdesc="Ropes optimised for updating using UTF-16 code units and row/column pairs"
 url="https://github.com/ollef/rope-utf16-splay"
 license=('BSD')
@@ -29,7 +29,7 @@
 
 check() {
     cd $_hkgname-$pkgver
-    runhaskell Setup test
+    runhaskell Setup test --show-details=direct
 }
 
 package() {



More information about the arch-commits mailing list