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

Felix Yan felixonmars at gemini.archlinux.org
Thu Sep 23 21:08:10 UTC 2021


    Date: Thursday, September 23, 2021 @ 21:08:10
  Author: felixonmars
Revision: 1022803

upgpkg: haskell-tasty 1.4.2-12: rebuild with vector 0.12.3.1

Modified:
  haskell-tasty/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-23 21:06:55 UTC (rev 1022802)
+++ PKGBUILD	2021-09-23 21:08:10 UTC (rev 1022803)
@@ -4,7 +4,7 @@
 _hkgname=tasty
 pkgname=haskell-tasty
 pkgver=1.4.2
-pkgrel=11
+pkgrel=12
 pkgdesc="Modern and extensible testing framework"
 url="http://documentup.com/UnkindPartition/tasty"
 license=("MIT")
@@ -20,7 +20,7 @@
 
     runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
         --prefix=/usr --docdir=/usr/share/doc/$pkgname \
-        --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+        --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid --ghc-option=-fllvm \
             -fclock
     runhaskell Setup build $MAKEFLAGS
     runhaskell Setup register --gen-script



More information about the arch-commits mailing list