Date: Friday, October 16, 2020 @ 22:35:44 Author: felixonmars Revision: 725159
upgpkg: haskell-multistate 0.8.0.3-2: rebuild with th-abstraction 0.4.0.0 Modified: haskell-multistate/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-10-16 22:34:47 UTC (rev 725158) +++ PKGBUILD 2020-10-16 22:35:44 UTC (rev 725159) @@ -3,7 +3,7 @@ _hkgname=multistate pkgname=haskell-multistate pkgver=0.8.0.3 -pkgrel=1 +pkgrel=2 pkgdesc="Like mtl's ReaderT / WriterT / StateT, but more than one contained value/type" url="https://github.com/lspitzner/multistate" 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
