Date: Saturday, May 23, 2020 @ 18:34:30 Author: felixonmars Revision: 632412
upgpkg: haskell-data-serializer 0.3.4.1-28: rebuild with tasty 1.3.1 Modified: haskell-data-serializer/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-05-23 18:33:35 UTC (rev 632411) +++ PKGBUILD 2020-05-23 18:34:30 UTC (rev 632412) @@ -3,7 +3,7 @@ _hkgname=data-serializer pkgname=haskell-data-serializer pkgver=0.3.4.1 -pkgrel=27 +pkgrel=28 pkgdesc="Common API for serialization libraries" url="https://github.com/mvv/data-serializer" 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
