Date: Friday, April 24, 2020 @ 08:57:10 Author: felixonmars Revision: 619043
upgpkg: haskell-binary-orphans 1.0.1-9: rebuild with ghc 8.10.1, protolude 0.3.0, repline 0.3.0.0 Modified: haskell-binary-orphans/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-04-24 08:49:34 UTC (rev 619042) +++ PKGBUILD 2020-04-24 08:57:10 UTC (rev 619043) @@ -4,7 +4,7 @@ _hkgname=binary-orphans pkgname=haskell-binary-orphans pkgver=1.0.1 -pkgrel=8 +pkgrel=9 pkgdesc="Orphan instances for binary" url="https://github.com/phadej/binary-orphans" license=("BSD") @@ -18,7 +18,7 @@ prepare() { cd $_hkgname-$pkgver echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs - sed -i -e 's/< *0.8.7/<1/' -e 's/< *2.14/<3/' $_hkgname.cabal + sed -i -e 's/< *0.8.7/<1/;s/< *2.14/<3/;s/< *4.14/<5/' $_hkgname.cabal } build() {
