Date: Thursday, October 6, 2022 @ 15:00:22 Author: felixonmars Revision: 1322310
upgpkg: haskell-brittany 0.14.0.0-2: rebuild with conduit 1.3.4.3 Modified: haskell-brittany/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-06 15:00:22 UTC (rev 1322309) +++ PKGBUILD 2022-10-06 15:00:22 UTC (rev 1322310) @@ -3,7 +3,7 @@ _hkgname=brittany pkgname=haskell-brittany pkgver=0.14.0.0 -pkgrel=1 +pkgrel=2 pkgdesc="Haskell source code formatter" url="https://github.com/lspitzner/brittany/" license=("AGPL") @@ -29,8 +29,8 @@ cd $_hkgname-$pkgver 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 \ + --prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname --enable-tests \ + --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid --ghc-option=-fllvm \ --ghc-option=-optl-Wl\,-z\,relro\,-z\,now \ --ghc-option='-pie'
