Date: Wednesday, November 30, 2022 @ 15:21:46 Author: felixonmars Revision: 1355440
upgpkg: stack 2.7.5-202: rebuild with rio-prettyprint 0.1.4.0 Modified: stack/trunk/PKGBUILD ----------+ PKGBUILD | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-11-30 15:21:35 UTC (rev 1355439) +++ PKGBUILD 2022-11-30 15:21:46 UTC (rev 1355440) @@ -3,7 +3,7 @@ pkgname=stack pkgver=2.7.5 -pkgrel=201 +pkgrel=202 pkgdesc="The Haskell Tool Stack" url="https://github.com/commercialhaskell/stack" license=("BSD") @@ -41,6 +41,9 @@ cd $pkgname patch -p1 -i ../stack-ghc9-aeson2.patch uusi -d semigroups -d persistent-template $pkgname.cabal + + # rio-prettyprint 0.1.4.0 + sed -i 's|RIO.PrettyPrint|RIO.PrettyPrint hiding (string)|' src/Stack/Build/Execute.hs } build() {
