Date: Thursday, May 17, 2018 @ 07:52:26 Author: felixonmars Revision: 323420
upgpkg: haskell-parallel 3.2.1.1-6 rebuild with ghc 8.4.2 Modified: haskell-parallel/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-17 07:40:08 UTC (rev 323419) +++ PKGBUILD 2018-05-17 07:52:26 UTC (rev 323420) @@ -5,7 +5,7 @@ _hkgname=parallel pkgname=haskell-parallel pkgver=3.2.1.1 -pkgrel=5 +pkgrel=6 pkgdesc="Parallel programming library" url="https://hackage.haskell.org/package/${_hkgname}" license=("custom:BSD3") @@ -15,6 +15,11 @@ source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha512sums=('10644bbf3bd3babcb50311298de1018aaf7b74a7baa22e58dc578180dcc184baf96c984b6d67f1f5d1d2c69558ec83bb1d6632de1578f080471c59a89fe36d8a') +prepare() { + cd $_hkgname-$pkgver + sed -i 's/<.*4.11/<5/' $_hkgname.cabal +} + build() { cd "${srcdir}/${_hkgname}-${pkgver}"
