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

Felix Yan felixonmars at archlinux.org
Thu Apr 22 21:09:22 UTC 2021


    Date: Thursday, April 22, 2021 @ 21:09:22
  Author: felixonmars
Revision: 921737

upgpkg: haskell-uuid-types 1.0.4-9: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10

Modified:
  haskell-uuid-types/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-22 21:08:37 UTC (rev 921736)
+++ PKGBUILD	2021-04-22 21:09:22 UTC (rev 921737)
@@ -4,7 +4,7 @@
 _hkgname=uuid-types
 pkgname=haskell-uuid-types
 pkgver=1.0.4
-pkgrel=8
+pkgrel=9
 pkgdesc="Type definitions for Universally Unique Identifiers"
 url="https://github.com/aslatter/uuid"
 license=("BSD")
@@ -35,7 +35,7 @@
 
 check() {
     cd $_hkgname-$pkgver
-    runhaskell Setup test
+    runhaskell Setup test --show-details=direct
 }
 
 package() {



More information about the arch-commits mailing list