Date: Tuesday, January 11, 2022 @ 01:50:32 Author: felixonmars Revision: 1100245
upgpkg: haskell-broadcast-chan 0.2.1.1-8: rebuild with ghc 9.0.2 Modified: haskell-broadcast-chan/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-01-11 01:49:48 UTC (rev 1100244) +++ PKGBUILD 2022-01-11 01:50:32 UTC (rev 1100245) @@ -3,7 +3,7 @@ _hkgname=broadcast-chan pkgname=haskell-broadcast-chan pkgver=0.2.1.1 -pkgrel=7 +pkgrel=8 pkgdesc="Closable, fair, single-wakeup channel type that avoids 0 reader space leaks" url="https://github.com/merijn/broadcast-chan" 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
