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

Felix Yan felixonmars at gemini.archlinux.org
Tue Jan 11 11:53:37 UTC 2022


    Date: Tuesday, January 11, 2022 @ 11:53:37
  Author: felixonmars
Revision: 1100524

upgpkg: haskell-generics-sop 0.5.1.1-5: rebuild with ghc 9.0.2

Modified:
  haskell-generics-sop/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-11 11:52:17 UTC (rev 1100523)
+++ PKGBUILD	2022-01-11 11:53:37 UTC (rev 1100524)
@@ -4,7 +4,7 @@
 _hkgname=generics-sop
 pkgname=haskell-generics-sop
 pkgver=0.5.1.1
-pkgrel=4
+pkgrel=5
 pkgdesc="Generic Programming using True Sums of Products"
 url="https://hackage.haskell.org/package/${_hkgname}"
 license=("BSD")
@@ -24,7 +24,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