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

Felix Yan felixonmars at gemini.archlinux.org
Mon Dec 13 10:50:56 UTC 2021


    Date: Monday, December 13, 2021 @ 10:50:55
  Author: felixonmars
Revision: 1071433

upgpkg: haskell-optics-th 0.4-6: rebuild with indexed-traversable 0.1.2

Modified:
  haskell-optics-th/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-13 10:49:56 UTC (rev 1071432)
+++ PKGBUILD	2021-12-13 10:50:55 UTC (rev 1071433)
@@ -3,7 +3,7 @@
 _hkgname=optics-th
 pkgname=haskell-optics-th
 pkgver=0.4
-pkgrel=5
+pkgrel=6
 pkgdesc="Optics construction using TemplateHaskell"
 url="https://github.com/well-typed/optics"
 license=('BSD')
@@ -23,7 +23,7 @@
 
     runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
         --prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
-        --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+        --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid --ghc-option=-fllvm
     runhaskell Setup build $MAKEFLAGS
     runhaskell Setup register --gen-script
     runhaskell Setup unregister --gen-script



More information about the arch-commits mailing list