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

Felix Yan felixonmars at archlinux.org
Fri Apr 23 00:25:56 UTC 2021


    Date: Friday, April 23, 2021 @ 00:25:56
  Author: felixonmars
Revision: 922007

upgpkg: haskell-data-dword 0.3.2-82: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10

Modified:
  haskell-data-dword/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-23 00:24:12 UTC (rev 922006)
+++ PKGBUILD	2021-04-23 00:25:56 UTC (rev 922007)
@@ -3,7 +3,7 @@
 _hkgname=data-dword
 pkgname=haskell-data-dword
 pkgver=0.3.2
-pkgrel=81
+pkgrel=82
 pkgdesc="Stick two binary words together to get a bigger one"
 url="https://github.com/mvv/data-dword"
 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