Date: Monday, January 10, 2022 @ 16:43:36 Author: felixonmars Revision: 1099448
upgpkg: haskell-monad-gen 0.3.0.1-6: rebuild with ghc 9.0.2 Modified: haskell-monad-gen/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-01-10 16:43:05 UTC (rev 1099447) +++ PKGBUILD 2022-01-10 16:43:36 UTC (rev 1099448) @@ -3,7 +3,7 @@ _hkgname=monad-gen pkgname=haskell-monad-gen pkgver=0.3.0.1 -pkgrel=5 +pkgrel=6 pkgdesc="A simple monad for generating fresh integers" url="https://bitbucket.org/jozefg/monad-gen" license=("MIT") @@ -18,7 +18,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 \ --ghc-option=-optl-Wl\,-z\,relro\,-z\,now \ --ghc-option='-pie'
