Date: Monday, January 10, 2022 @ 16:57:40 Author: felixonmars Revision: 1099496
upgpkg: haskell-ghc-tcplugins-extra 0.4.2-2: rebuild with ghc 9.0.2 Modified: haskell-ghc-tcplugins-extra/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-01-10 16:57:15 UTC (rev 1099495) +++ PKGBUILD 2022-01-10 16:57:40 UTC (rev 1099496) @@ -3,7 +3,7 @@ _hkgname=ghc-tcplugins-extra pkgname=haskell-ghc-tcplugins-extra pkgver=0.4.2 -pkgrel=1 +pkgrel=2 pkgdesc="Utilities for writing GHC type-checker plugins" url="https://github.com/clash-lang/ghc-tcplugins-extra" license=('custom:BSD2') @@ -18,7 +18,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 runhaskell Setup build $MAKEFLAGS runhaskell Setup register --gen-script runhaskell Setup unregister --gen-script
