Date: Friday, January 10, 2020 @ 04:59:39 Author: felixonmars Revision: 551542
upgpkg: haskell-binary-tagged 0.2-29: 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, ghc-typelits-natnormalise 0.7, resolv 0.1.1.3, ghc-typelits-knownnat 0.7.1 Modified: haskell-binary-tagged/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-01-10 04:54:39 UTC (rev 551541) +++ PKGBUILD 2020-01-10 04:59:39 UTC (rev 551542) @@ -4,7 +4,7 @@ _hkgname=binary-tagged pkgname=haskell-binary-tagged pkgver=0.2 -pkgrel=28 +pkgrel=29 pkgdesc="Tagged binary serialisation." url="https://github.com/phadej/binary-tagged#readme" license=("BSD") @@ -16,6 +16,11 @@ source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha512sums=('03bcf80b39d5f8e1256ac45b557904d6750d1786f4b4da0c1b9e5c004503d5375699480f89426145a3eea103555c5f4fc820cb87053a2b6ccf4c7e1d6faf7120') +prepare() { + cd $_hkgname-$pkgver + sed -i -e 's/< *1.9/<2/' -e 's/< *4.13/<5/' $_hkgname.cabal +} + build() { cd $_hkgname-$pkgver
