Date: Monday, January 10, 2022 @ 16:26:59
Author: felixonmars
Revision: 1099403
add an upstream bug link
Modified:
agda/trunk/PKGBUILD
----------+
PKGBUILD | 1 +
1 file changed, 1 insertion(+)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-01-10 16:26:30 UTC (rev 1099402)
+++ PKGBUILD 2022-01-10 16:26:59 UTC (rev 1099403)
@@ -29,6 +29,7 @@
cd $_hkgname-$pkgver
# -fllvm is disabled because ghc+llc hangs since LLVM 13
+ # https://gitlab.haskell.org/ghc/ghc/-/issues/20559
runhaskell Setup configure -O --enable-shared --enable-executable-dynamic
--disable-library-vanilla \
--prefix=/usr --docdir="/usr/share/doc/${pkgname}"
--datasubdir="$pkgname" \
--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
--ghc-option=-fasm \