Date: Sunday, November 28, 2021 @ 17:07:13 Author: felixonmars Revision: 1055193
upgpkg: haskell-language-haskell-extract 0.2.4-14: rebuild with regex-base 0.94.0.2 Modified: haskell-language-haskell-extract/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-11-28 17:06:43 UTC (rev 1055192) +++ PKGBUILD 2021-11-28 17:07:13 UTC (rev 1055193) @@ -3,7 +3,7 @@ _hkgname=language-haskell-extract pkgname=haskell-language-haskell-extract pkgver=0.2.4 -pkgrel=13 +pkgrel=14 pkgdesc="Module to automatically extract functions from the local code" url="https://github.com/finnsson/language-haskell-extract" license=('BSD') @@ -25,7 +25,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
