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

Felix Yan felixonmars at archlinux.org
Wed Apr 21 17:39:50 UTC 2021


    Date: Wednesday, April 21, 2021 @ 17:39:49
  Author: felixonmars
Revision: 920543

upgpkg: haskell-inspection-testing 0.4.4.0-1: rebuild with inspection-testing 0.4.4.0

Modified:
  haskell-inspection-testing/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-21 17:37:09 UTC (rev 920542)
+++ PKGBUILD	2021-04-21 17:39:49 UTC (rev 920543)
@@ -2,7 +2,7 @@
 
 _hkgname=inspection-testing
 pkgname=haskell-inspection-testing
-pkgver=0.4.3.0
+pkgver=0.4.4.0
 pkgrel=1
 pkgdesc="GHC plugin to do inspection testing"
 url="https://github.com/nomeata/inspection-testing"
@@ -11,7 +11,7 @@
 depends=('ghc-libs' 'haskell-ghc')
 makedepends=('ghc')
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('dda037b708199cffa51c434d609720e6c5ac07b870accb6c8523a837bf5ad20f56efcc597a29d610e4b1e93c2c24dbd044888e8bc986c426c987beac6d8abff6')
+sha512sums=('dfdcf8f009aa789dc367ebb5ee719e9ea39a643ef35d540fa86b9664b0ffb182bacd84662f9bc2125e90d580f39a0f79cecbecedcc5ed20f8dac534acf251b12')
 
 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