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

Felix Yan felixonmars at archlinux.org
Wed May 20 16:01:55 UTC 2020


    Date: Wednesday, May 20, 2020 @ 16:01:54
  Author: felixonmars
Revision: 630858

re-enable tests

Modified:
  haskell-fclabels/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-20 16:00:27 UTC (rev 630857)
+++ PKGBUILD	2020-05-20 16:01:54 UTC (rev 630858)
@@ -26,7 +26,7 @@
     cd $_hkgname-$pkgver
 
     runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
-        --prefix=/usr --docdir=/usr/share/doc/$pkgname --disable-tests \
+        --prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
         --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
     runhaskell Setup build $MAKEFLAGS
     runhaskell Setup register --gen-script
@@ -37,7 +37,7 @@
 
 check() {
     cd $_hkgname-$pkgver
-    #runhaskell Setup test
+    runhaskell Setup test
 }
 
 package() {



More information about the arch-commits mailing list