Date: Monday, May 28, 2018 @ 12:17:52 Author: felixonmars Revision: 332512
upgpkg: haskell-path 0.6.1-41 rebuild with exceptions 0.10.0 Modified: haskell-path/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-28 12:12:35 UTC (rev 332511) +++ PKGBUILD 2018-05-28 12:17:52 UTC (rev 332512) @@ -5,7 +5,7 @@ _hkgname=path pkgname=haskell-path pkgver=0.6.1 -pkgrel=40 +pkgrel=41 pkgdesc="Path" 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=('84428bf7215c014b7759c96c4eda2fe7576169a8a906cce493476d6718b069ff90da1745914c0e265e97c96472f7b8ba50a16713468da95adcb755cda9f694f5') +prepare() { + cd $_hkgname-$pkgver + sed -i 's/<.*0.9/<1/' $_hkgname.cabal +} + build() { cd "${srcdir}/${_hkgname}-${pkgver}"
