Date: Tuesday, May 12, 2020 @ 16:15:13 Author: felixonmars Revision: 627026
upgpkg: haskell-cborg 0.2.2.1-16: rebuild with tasty 1.3 Modified: haskell-cborg/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-05-12 16:10:37 UTC (rev 627025) +++ PKGBUILD 2020-05-12 16:15:13 UTC (rev 627026) @@ -3,7 +3,7 @@ _hkgname=cborg pkgname=haskell-cborg pkgver=0.2.2.1 -pkgrel=15 +pkgrel=16 pkgdesc="Concise Binary Object Representation (CBOR)" url="https://github.com/well-typed/cborg" license=('BSD') @@ -17,7 +17,7 @@ prepare() { cd $_hkgname-$pkgver - sed -i 's/< *2.14/<3/;s/< *0.6/<1/;s/< *1.1/<2/' $_hkgname.cabal + sed -i 's/< *2.14/<3/;s/< *0.6/<1/;s/< *1.1/<2/;s/< *1.3/<2/' $_hkgname.cabal } build() {
