Date: Monday, May 25, 2020 @ 04:09:43 Author: felixonmars Revision: 633756
upgpkg: haskell-th-reify-many 0.1.9-11: rebuild with safe 0.3.19 Modified: haskell-th-reify-many/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-05-25 04:08:51 UTC (rev 633755) +++ PKGBUILD 2020-05-25 04:09:43 UTC (rev 633756) @@ -3,7 +3,7 @@ _hkgname=th-reify-many pkgname=haskell-th-reify-many pkgver=0.1.9 -pkgrel=10 +pkgrel=11 pkgdesc="Recurseively reify template haskell datatype info" url="https://github.com/mgsloan/th-reify-many" license=('BSD') @@ -19,7 +19,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
