Date: Monday, August 17, 2020 @ 12:51:55 Author: felixonmars Revision: 682606
upgpkg: haskell-data-accessor-template 0.2.1.16-14: rebuild with ghc 8.10.2 Modified: haskell-data-accessor-template/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-08-17 12:51:20 UTC (rev 682605) +++ PKGBUILD 2020-08-17 12:51:55 UTC (rev 682606) @@ -4,7 +4,7 @@ _hkgname=data-accessor-template pkgname=haskell-data-accessor-template pkgver=0.2.1.16 -pkgrel=13 +pkgrel=14 pkgdesc="Automate generation of Accessor's of the data-accessor package by Template Haskell functions." url="https://www.haskell.org/haskellwiki/Record_access" 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
