[arch-commits] Commit in haskell-generic-lens/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Tue Feb 18 16:10:04 UTC 2020


    Date: Tuesday, February 18, 2020 @ 16:10:04
  Author: felixonmars
Revision: 575982

remove outdated test failure

Modified:
  haskell-generic-lens/trunk/PKGBUILD

----------+
 PKGBUILD |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-18 16:09:15 UTC (rev 575981)
+++ PKGBUILD	2020-02-18 16:10:04 UTC (rev 575982)
@@ -28,8 +28,7 @@
 
 check() {
     cd $_hkgname-$pkgver
-    # https://github.com/kcsongor/generic-lens/issues/83
-    runhaskell Setup test || warning "Tests failed"
+    runhaskell Setup test
 }
 
 package() {



More information about the arch-commits mailing list