Date: Monday, August 17, 2020 @ 06:18:19 Author: felixonmars Revision: 682273
upgpkg: haskell-heaps 0.3.6.1-8: rebuild with ghc 8.10.2 Modified: haskell-heaps/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-08-17 06:17:34 UTC (rev 682272) +++ PKGBUILD 2020-08-17 06:18:19 UTC (rev 682273) @@ -3,7 +3,7 @@ _hkgname=heaps pkgname=haskell-heaps pkgver=0.3.6.1 -pkgrel=7 +pkgrel=8 pkgdesc="Asymptotically optimal Brodal/Okasaki heaps" url="https://github.com/ekmett/heaps" license=('BSD') @@ -24,7 +24,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 - 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
