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

Felix Yan felixonmars at archlinux.org
Sat Apr 24 19:01:57 UTC 2021


    Date: Saturday, April 24, 2021 @ 19:01:57
  Author: felixonmars
Revision: 923719

upgpkg: haskell-leancheck 0.9.4-1: rebuild with leancheck 0.9.4

Modified:
  haskell-leancheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-24 19:01:44 UTC (rev 923718)
+++ PKGBUILD	2021-04-24 19:01:57 UTC (rev 923719)
@@ -2,8 +2,8 @@
 
 _hkgname=leancheck
 pkgname=haskell-leancheck
-pkgver=0.9.3
-pkgrel=5
+pkgver=0.9.4
+pkgrel=1
 pkgdesc="Enumerative property-based testing"
 url="https://github.com/rudymatela/leancheck"
 license=('BSD')
@@ -11,7 +11,7 @@
 depends=('ghc-libs')
 makedepends=('ghc')
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('a5591e8f23318ae6097494a62998f1553fe975058827058f4d7400f723e601bcd92060c26fd5d9c60f1c1da51f97d74de0cf380ae5652c8c0721fabc2b4f5027')
+sha512sums=('24d45ba597b1eb1a32fe3ca038766b291b9c4f3884299472a4c5591ec9b1cd9fe9f047c0838f6a5e5ccf283a2b25c10ecfe573cab63f0d776f68740d8e39d08a')
 
 build() {
     cd $_hkgname-$pkgver    
@@ -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