Date: Friday, May 18, 2018 @ 06:16:37 Author: felixonmars Revision: 324185
upgpkg: haskell-safe-exceptions 0.1.7.0-8 rebuild with ghc 8.4.2 Modified: haskell-safe-exceptions/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-18 06:04:54 UTC (rev 324184) +++ PKGBUILD 2018-05-18 06:16:37 UTC (rev 324185) @@ -4,7 +4,7 @@ _hkgname=safe-exceptions pkgname=haskell-safe-exceptions pkgver=0.1.7.0 -pkgrel=7 +pkgrel=8 pkgdesc="Safe, consistent, and easy exception handling" url="https://github.com/fpco/safe-exceptions" license=('MIT') @@ -14,6 +14,11 @@ source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha512sums=('05fc32ea80ce1f733a6ea09655fecccf813ea9b7736dbd1d8ef84f54e3fb58f1017756cc9eb507d381cb73f22f100e9166bef1b7198a1d9edbda21e38626e351') +prepare() { + cd $_hkgname-$pkgver + sed -i 's/<.*4.11/<5/' $_hkgname.cabal +} + build() { cd $_hkgname-$pkgver
