Date: Monday, August 17, 2020 @ 07:57:58 Author: felixonmars Revision: 682491
upgpkg: haskell-stm-chans 3.0.0.4-21: rebuild with ghc 8.10.2 Modified: haskell-stm-chans/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-08-17 07:57:24 UTC (rev 682490) +++ PKGBUILD 2020-08-17 07:57:58 UTC (rev 682491) @@ -4,7 +4,7 @@ _hkgname=stm-chans pkgname=haskell-stm-chans pkgver=3.0.0.4 -pkgrel=20 +pkgrel=21 pkgdesc="Additional types of channels for STM." url="http://code.haskell.org/~wren/" license=("BSD") @@ -20,7 +20,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
