Date: Thursday, January 9, 2020 @ 12:11:52 Author: felixonmars Revision: 551083
upgpkg: haskell-vector-binary-instances 0.2.5.1-32: rebuild with ghc 8.8.1, cabal-doctest 1.0.7, polyparse 1.13, primitive 0.7.0.0, regex-base 0.94.0.0, regex-pcre 0.95.0.0, regex-posix 0.96.0.0, regex-tdfa 1.3.1.0, easytest 0.3, unexceptionalio 0.5.0, gtk2hs-buildtools 0.13.8.0 Modified: haskell-vector-binary-instances/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-01-09 12:09:27 UTC (rev 551082) +++ PKGBUILD 2020-01-09 12:11:52 UTC (rev 551083) @@ -4,7 +4,7 @@ _hkgname=vector-binary-instances pkgname=haskell-vector-binary-instances pkgver=0.2.5.1 -pkgrel=31 +pkgrel=32 pkgdesc="Instances of Data.Binary for vector" url="https://github.com/bos/vector-binary-instances" license=("BSD") @@ -16,7 +16,7 @@ prepare() { cd $_hkgname-$pkgver - sed -i 's/<.*4.11/<5/' $_hkgname.cabal + sed -i -e 's/<.*4.13/<5/' $_hkgname.cabal } build() {
