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

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


    Date: Friday, April 23, 2021 @ 11:07:11
  Author: felixonmars
Revision: 922265

upgpkg: haskell-parameterized-utils 2.1.3.0-11: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10

Modified:
  haskell-parameterized-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-23 11:05:55 UTC (rev 922264)
+++ PKGBUILD	2021-04-23 11:07:11 UTC (rev 922265)
@@ -3,7 +3,7 @@
 _hkgname=parameterized-utils
 pkgname=haskell-parameterized-utils
 pkgver=2.1.3.0
-pkgrel=10
+pkgrel=11
 pkgdesc="Classes and data structures for working with data-kind indexed types"
 url="https://github.com/GaloisInc/parameterized-utils"
 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