Date: Friday, April 24, 2020 @ 10:01:48 Author: felixonmars Revision: 619119
upgpkg: haskell-serialise 0.2.2.0-13: rebuild with ghc 8.10.1, protolude 0.3.0, repline 0.3.0.0, ghc-lib-parser-ex 8.10.0.1 Modified: haskell-serialise/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-04-24 10:01:04 UTC (rev 619118) +++ PKGBUILD 2020-04-24 10:01:48 UTC (rev 619119) @@ -3,7 +3,7 @@ _hkgname=serialise pkgname=haskell-serialise pkgver=0.2.2.0 -pkgrel=12 +pkgrel=13 pkgdesc="A binary serialisation library for Haskell values" url="https://github.com/well-typed/cborg" license=('BSD') @@ -17,7 +17,7 @@ prepare() { cd $_hkgname-$pkgver - sed -i 's/< *2.14/<3/' $_hkgname.cabal + sed -i 's/< *2.14/<3/;s/< *0.6/<1/' $_hkgname.cabal } build() {
