Date: Monday, August 17, 2020 @ 12:25:20 Author: felixonmars Revision: 682552
upgpkg: haskell-time-locale-compat 0.1.1.5-11: rebuild with ghc 8.10.2 Modified: haskell-time-locale-compat/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-08-17 12:24:48 UTC (rev 682551) +++ PKGBUILD 2020-08-17 12:25:20 UTC (rev 682552) @@ -4,7 +4,7 @@ _hkgname=time-locale-compat pkgname=haskell-time-locale-compat pkgver=0.1.1.5 -pkgrel=10 +pkgrel=11 pkgdesc="Compatibile module for time-format locale" url="https://twitter.com/khibino/" license=("BSD") @@ -21,7 +21,7 @@ --prefix=/usr --docdir=/usr/share/doc/$pkgname \ --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ -f-old-locale - 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
