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

Felix Yan felixonmars at archlinux.org
Fri Apr 23 11:32:26 UTC 2021


    Date: Friday, April 23, 2021 @ 11:32:26
  Author: felixonmars
Revision: 922287

upgpkg: haskell-casa-types 0.0.2-85: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10

Modified:
  haskell-casa-types/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-23 11:31:38 UTC (rev 922286)
+++ PKGBUILD	2021-04-23 11:32:26 UTC (rev 922287)
@@ -3,7 +3,7 @@
 _hkgname=casa-types
 pkgname=haskell-casa-types
 pkgver=0.0.2
-pkgrel=84
+pkgrel=85
 pkgdesc="Content Addressable Storage Archive types"
 url="https://github.com/fpco/casa"
 license=('MIT')
@@ -34,7 +34,7 @@
 
 check() {
     cd $_hkgname-$pkgver
-    runhaskell Setup test
+    runhaskell Setup test --show-details=direct
 }
 
 package() {



More information about the arch-commits mailing list