Date: Thursday, December 29, 2022 @ 21:14:49
Author: felixonmars
Revision: 1371891
remove unneeded old hack
Modified:
haskell-polysemy/trunk/PKGBUILD
----------+
PKGBUILD | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-12-29 21:09:22 UTC (rev 1371890)
+++ PKGBUILD 2022-12-29 21:14:49 UTC (rev 1371891)
@@ -38,8 +38,7 @@
check() {
cd $_hkgname-$pkgver
- #
https://github.com/polysemy-research/polysemy/pull/410#issuecomment-868183832
- runhaskell Setup test --show-details=direct || echo "Tests failed"
+ runhaskell Setup test --show-details=direct
}
package() {