Date: Monday, January 18, 2021 @ 01:33:38 Author: felixonmars Revision: 822243
upgpkg: haskell-deriving-aeson 0.2.6-2: rebuild with smallcheck 1.2.1 Modified: haskell-deriving-aeson/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-01-18 01:32:52 UTC (rev 822242) +++ PKGBUILD 2021-01-18 01:33:38 UTC (rev 822243) @@ -3,7 +3,7 @@ _hkgname=deriving-aeson pkgname=haskell-deriving-aeson pkgver=0.2.6 -pkgrel=1 +pkgrel=2 pkgdesc="Type driven generic aeson instance customisation" url="https://github.com/fumieval/deriving-aeson.git" license=("BSD") @@ -22,7 +22,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
