Date: Monday, August 17, 2020 @ 12:52:45 Author: felixonmars Revision: 682608
upgpkg: haskell-storable-record 0.0.5-3: rebuild with ghc 8.10.2 Modified: haskell-storable-record/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-08-17 12:52:05 UTC (rev 682607) +++ PKGBUILD 2020-08-17 12:52:45 UTC (rev 682608) @@ -4,7 +4,7 @@ _hkgname=storable-record pkgname=haskell-storable-record pkgver=0.0.5 -pkgrel=2 +pkgrel=3 pkgdesc="Elegant definition of Storable instances for records" url="http://code.haskell.org/~thielema/storable-record/" license=("BSD") @@ -26,7 +26,7 @@ --prefix=/usr --docdir=/usr/share/doc/$pkgname \ --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ -fsplitbase -f-buildtests - 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
