[arch-commits] Commit in haskell-binary-instances/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Thu Apr 30 19:24:20 UTC 2020
Date: Thursday, April 30, 2020 @ 19:24:19
Author: felixonmars
Revision: 623345
upgpkg: haskell-binary-instances 1.0.0.1-9: rebuild with tasty-golden 2.3.3.2
Modified:
haskell-binary-instances/trunk/PKGBUILD
----------+
PKGBUILD | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-30 17:31:42 UTC (rev 623344)
+++ PKGBUILD 2020-04-30 19:24:19 UTC (rev 623345)
@@ -3,7 +3,7 @@
_hkgname=binary-instances
pkgname=haskell-binary-instances
pkgver=1.0.0.1
-pkgrel=8
+pkgrel=9
pkgdesc="Orphan instances for binary"
url="https://github.com/phadej/binary-instances"
license=('BSD')
@@ -37,7 +37,8 @@
check() {
cd $_hkgname-$pkgver
- runhaskell Setup test
+ # https://github.com/phadej/binary-instances/issues/7
+ runhaskell Setup test || :
}
package() {
More information about the arch-commits
mailing list