Date: Wednesday, September 22, 2021 @ 13:10:37 Author: felixonmars Revision: 1021507
upgpkg: haskell-cheapskate 0.1.1.2-340: rebuild with random 1.2.1 Modified: haskell-cheapskate/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-09-22 13:08:31 UTC (rev 1021506) +++ PKGBUILD 2021-09-22 13:10:37 UTC (rev 1021507) @@ -4,7 +4,7 @@ _hkgname=cheapskate pkgname=haskell-cheapskate pkgver=0.1.1.2 -pkgrel=339 +pkgrel=340 pkgdesc="Experimental markdown processor." url="https://github.com/jgm/cheapskate" license=("BSD") @@ -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 \ -fdingus runhaskell Setup build $MAKEFLAGS runhaskell Setup register --gen-script
