Date: Tuesday, May 12, 2020 @ 14:26:36 Author: felixonmars Revision: 626908
upgpkg: haskell-time-compat 1.9.3-5: rebuild with tasty 1.3 Modified: haskell-time-compat/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-05-12 13:39:00 UTC (rev 626907) +++ PKGBUILD 2020-05-12 14:26:36 UTC (rev 626908) @@ -3,7 +3,7 @@ _hkgname=time-compat pkgname=haskell-time-compat pkgver=1.9.3 -pkgrel=4 +pkgrel=5 pkgdesc="Compatibility package for time" url="https://github.com/phadej/time-compat" license=('BSD') @@ -17,7 +17,7 @@ prepare() { cd $_hkgname-$pkgver echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs - sed -i 's/< *2.14/<3/' $_hkgname.cabal + sed -i 's/< *2.14/<3/;s/< *1.3/<2/' $_hkgname.cabal } build() {
