Date: Monday, August 17, 2020 @ 08:00:42 Author: felixonmars Revision: 682497
upgpkg: haskell-syb 0.7.1-6: rebuild with ghc 8.10.2 Modified: haskell-syb/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-08-17 08:00:04 UTC (rev 682496) +++ PKGBUILD 2020-08-17 08:00:42 UTC (rev 682497) @@ -6,7 +6,7 @@ _hkgname=syb pkgname=haskell-syb pkgver=0.7.1 -pkgrel=5 +pkgrel=6 pkgdesc="library for generic programming in Haskell" url="https://hackage.haskell.org/package/${_hkgname}" license=('BSD') @@ -22,7 +22,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 - runhaskell Setup build + runhaskell Setup build $MAKEFLAGS runhaskell Setup register --gen-script runhaskell Setup unregister --gen-script sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
