Date: Friday, January 10, 2020 @ 15:23:42 Author: felixonmars Revision: 551652
upgpkg: haskell-text-short 0.1.3-14: 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-text-short/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-01-10 15:19:48 UTC (rev 551651) +++ PKGBUILD 2020-01-10 15:23:42 UTC (rev 551652) @@ -4,7 +4,7 @@ _hkgname=text-short pkgname=haskell-text-short pkgver=0.1.3 -pkgrel=13 +pkgrel=14 pkgdesc="Memory-efficient representation of Unicode text strings" url="https://github.com/hvr/text-short" license=("BSD") @@ -15,6 +15,11 @@ source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha512sums=('6d7a5379dbaf28a201dd44229959a293acb5ff57c4659a6a34af37e46b2e6fc5eb61a00ba26d36dd08795456246429ec20236af8e342fd0d03bfcf6d06d69428') +prepare() { + cd $_hkgname-$pkgver + sed -i 's/< *4.13/<5/' $_hkgname.cabal +} + build() { cd $_hkgname-$pkgver
