Date: Monday, January 10, 2022 @ 19:15:58 Author: felixonmars Revision: 1099868
upgpkg: haskell-unix-compat 0.5.3-5: rebuild with ghc 9.0.2 Modified: haskell-unix-compat/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-01-10 19:15:23 UTC (rev 1099867) +++ PKGBUILD 2022-01-10 19:15:58 UTC (rev 1099868) @@ -6,7 +6,7 @@ pkgname=haskell-unix-compat _hkgname=unix-compat pkgver=0.5.3 -pkgrel=4 +pkgrel=5 pkgdesc="Portable POSIX-compatibility layer." url="https://github.com/jacobstanley/unix-compat" license=('BSD3') @@ -21,7 +21,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
