Date: Wednesday, September 22, 2021 @ 10:43:53 Author: felixonmars Revision: 1021407
upgpkg: haskell-dependent-sum-template 0.1.0.3-45: rebuild with random 1.2.1 Modified: haskell-dependent-sum-template/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-09-22 10:42:58 UTC (rev 1021406) +++ PKGBUILD 2021-09-22 10:43:53 UTC (rev 1021407) @@ -3,7 +3,7 @@ _hkgname=dependent-sum-template pkgname=haskell-dependent-sum-template pkgver=0.1.0.3 -pkgrel=44 +pkgrel=45 pkgdesc="Template Haskell code to generate instances of classes in dependent-sum package" url="https://github.com/obsidiansystems/dependent-sum" license=("custom:PublicDomain") @@ -25,7 +25,7 @@ # Tests are broken: https://github.com/obsidiansystems/dependent-sum/pull/57#issuecomment-865277051 runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ --prefix=/usr --docdir=/usr/share/doc/$pkgname --disable-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'