Date: Tuesday, May 12, 2020 @ 19:02:06 Author: felixonmars Revision: 627139
upgpkg: haskell-binary-instances 1.0.0.1-10: rebuild with tasty 1.3 Modified: haskell-binary-instances/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-05-12 19:01:16 UTC (rev 627138) +++ PKGBUILD 2020-05-12 19:02:06 UTC (rev 627139) @@ -3,7 +3,7 @@ _hkgname=binary-instances pkgname=haskell-binary-instances pkgver=1.0.0.1 -pkgrel=9 +pkgrel=10 pkgdesc="Orphan instances for binary" url="https://github.com/phadej/binary-instances" license=('BSD') @@ -19,7 +19,7 @@ prepare() { cd $_hkgname-$pkgver - sed -i 's/< *2.14/<3/' $_hkgname.cabal + sed -i 's/< *2.14/<3/;s/< *1.3/<2/' $_hkgname.cabal } build() {
