Date: Tuesday, May 12, 2020 @ 17:55:23 Author: felixonmars Revision: 627092
upgpkg: haskell-text-short 0.1.3-29: rebuild with tasty 1.3 Modified: haskell-text-short/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-05-12 17:51:26 UTC (rev 627091) +++ PKGBUILD 2020-05-12 17:55:23 UTC (rev 627092) @@ -4,7 +4,7 @@ _hkgname=text-short pkgname=haskell-text-short pkgver=0.1.3 -pkgrel=28 +pkgrel=29 pkgdesc="Memory-efficient representation of Unicode text strings" url="https://github.com/hvr/text-short" license=("BSD") @@ -17,7 +17,7 @@ prepare() { cd $_hkgname-$pkgver - sed -i 's/< *4.13/<5/;s/< *0.6/<1/' $_hkgname.cabal + sed -i 's/< *4.13/<5/;s/< *0.6/<1/;s/< *1.3/<2/' $_hkgname.cabal } build() {
