Date: Monday, August 17, 2020 @ 06:01:12 Author: felixonmars Revision: 682231
upgpkg: haskell-echo 0.1.3-16: rebuild with ghc 8.10.2 Modified: haskell-echo/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-08-17 06:00:40 UTC (rev 682230) +++ PKGBUILD 2020-08-17 06:01:12 UTC (rev 682231) @@ -4,7 +4,7 @@ _hkgname=echo pkgname=haskell-echo pkgver=0.1.3 -pkgrel=15 +pkgrel=16 pkgdesc="A cross-platform, cross-console way to handle echoing terminal input" url="https://github.com/RyanGlScott/echo/" license=("BSD") @@ -25,7 +25,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
