[arch-commits] Commit in haskell-reinterpret-cast/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Thu Apr 22 15:35:46 UTC 2021


    Date: Thursday, April 22, 2021 @ 15:35:46
  Author: felixonmars
Revision: 921174

upgpkg: haskell-reinterpret-cast 0.1.0-130: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10

Modified:
  haskell-reinterpret-cast/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-22 15:32:12 UTC (rev 921173)
+++ PKGBUILD	2021-04-22 15:35:46 UTC (rev 921174)
@@ -3,7 +3,7 @@
 _hkgname=reinterpret-cast
 pkgname=haskell-reinterpret-cast
 pkgver=0.1.0
-pkgrel=129
+pkgrel=130
 pkgdesc="Memory reinterpretation casts for Float/Double and Word32/Word64"
 url="https://github.com/nh2/reinterpret-cast"
 license=('MIT')
@@ -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