Date: Tuesday, October 16, 2018 @ 17:16:53 Author: felixonmars Revision: 394707
upgpkg: haskell-sandi 0.4.2-61 rebuild with ghc 8.6.1 Modified: haskell-sandi/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-10-16 17:13:37 UTC (rev 394706) +++ PKGBUILD 2018-10-16 17:16:53 UTC (rev 394707) @@ -4,7 +4,7 @@ _hkgname=sandi pkgname=haskell-sandi pkgver=0.4.2 -pkgrel=60 +pkgrel=61 pkgdesc="Data encoding library" url="https://hackage.haskell.org/package/sandi" license=("custom:BSD3") @@ -14,6 +14,11 @@ source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha512sums=('1fb255ca358c83a46121f930cbcbe4892f3c6d7b2830f4ba497faceeb9f1f5bb6046f1043c2c65b552e4afc0be1f413852db5b8e2054a476cacbe0d3fb4ee4a0') +prepare() { + cd $_hkgname-$pkgver + sed -i 's/< *4.12/<5/' $_hkgname.cabal +} + build() { cd "${srcdir}/${_hkgname}-${pkgver}"
