Date: Wednesday, July 7, 2021 @ 09:51:32
  Author: felixonmars
Revision: 974320

remove outdated hack

Modified:
  haskell-shake/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2021-07-07 09:51:16 UTC (rev 974319)
+++ PKGBUILD    2021-07-07 09:51:32 UTC (rev 974320)
@@ -34,7 +34,7 @@
     cd $_hkgname-$pkgver
 
     runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
-        --prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir="$pkgname" 
 --enable-tests \
+        --prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir="$pkgname" 
--enable-tests \
         --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
             -f-portable -f-cloud -f-embed-files
     runhaskell Setup build $MAKEFLAGS
@@ -46,8 +46,7 @@
 
 check() {
     cd $_hkgname-$pkgver
-    # https://github.com/ndmitchell/shake/issues/809
-    runhaskell Setup test --show-details=direct || echo "Tests failed"
+    runhaskell Setup test --show-details=direct
 }
 
 package() {

Reply via email to