Date: Sunday, March 15, 2020 @ 13:22:43 Author: felixonmars Revision: 598014
upgpkg: haskell-hashable-time 0.2.0.2-7: rebuild with hashable 1.3.0.0 Modified: haskell-hashable-time/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-03-15 13:16:28 UTC (rev 598013) +++ PKGBUILD 2020-03-15 13:22:43 UTC (rev 598014) @@ -3,7 +3,7 @@ _hkgname=hashable-time pkgname=haskell-hashable-time pkgver=0.2.0.2 -pkgrel=6 +pkgrel=7 pkgdesc="Hashable instances for Data.Time" url="https://github.com/w3rs/hashable-time" license=('MIT') @@ -15,7 +15,7 @@ prepare() { cd $_hkgname-$pkgver - sed -i 's/< *4.13/<5/' $_hkgname.cabal + sed -i -e 's/< *4.13/<5/' -e 's/<= *1.3/<2/' $_hkgname.cabal } build() {
