Date: Tuesday, March 16, 2021 @ 18:02:02 Author: felixonmars Revision: 892035
upgpkg: haskell-stream 0.4.7.2-2: rebuild with doctest 0.18.1 Modified: haskell-stream/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-03-16 18:01:22 UTC (rev 892034) +++ PKGBUILD 2021-03-16 18:02:02 UTC (rev 892035) @@ -3,7 +3,7 @@ _hkgname=Stream pkgname=haskell-stream pkgver=0.4.7.2 -pkgrel=1 +pkgrel=2 pkgdesc="A library for manipulating infinite lists." url="https://hackage.haskell.org/package/Stream" 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
