Date: Thursday, August 26, 2021 @ 18:32:12 Author: felixonmars Revision: 1006433
upgpkg: haskell-hasql-implicits 0.1.0.2-2: rebuild with tasty 1.4.2 Modified: haskell-hasql-implicits/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-08-26 18:30:36 UTC (rev 1006432) +++ PKGBUILD 2021-08-26 18:32:12 UTC (rev 1006433) @@ -3,7 +3,7 @@ _hkgname=hasql-implicits pkgname=haskell-hasql-implicits pkgver=0.1.0.2 -pkgrel=1 +pkgrel=2 pkgdesc="Implicit definitions for Hasql, such as default codecs for standard types" url="https://github.com/nikita-volkov/hasql-implicits" license=("MIT") @@ -23,7 +23,7 @@ --ghc-option=-optl-Wl\,-z\,relro\,-z\,now \ --ghc-option='-pie' - 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
