[arch-commits] Commit in haskell-hspec-core/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Tue Mar 31 21:41:19 UTC 2020
Date: Tuesday, March 31, 2020 @ 21:41:18
Author: felixonmars
Revision: 608367
upgpkg: haskell-hspec-core 2.7.1-37: rebuild with QuickCheck 2.14
Modified:
haskell-hspec-core/trunk/PKGBUILD
----------+
PKGBUILD | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-31 21:32:24 UTC (rev 608366)
+++ PKGBUILD 2020-03-31 21:41:18 UTC (rev 608367)
@@ -3,7 +3,7 @@
_hkgname=hspec-core
pkgname=haskell-hspec-core
pkgver=2.7.1
-pkgrel=36
+pkgrel=37
pkgdesc="A Testing Framework for Haskell"
url="http://hspec.github.io/"
license=('MIT')
@@ -30,7 +30,8 @@
check() {
cd $_hkgname-$pkgver
- runhaskell Setup test
+ # https://github.com/hspec/hspec/issues/432
+ runhaskell Setup test || :
}
package() {
More information about the arch-commits
mailing list