Date: Wednesday, July 4, 2018 @ 16:39:07 Author: felixonmars Revision: 351844
upgpkg: haskell-aeson-compat 0.3.8-8 rebuild with semigroupoids 5.3.1, base-orphans 0.8 Modified: haskell-aeson-compat/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-07-04 16:36:19 UTC (rev 351843) +++ PKGBUILD 2018-07-04 16:39:07 UTC (rev 351844) @@ -5,7 +5,7 @@ _hkgname=aeson-compat pkgname=haskell-aeson-compat pkgver=0.3.8 -pkgrel=7 +pkgrel=8 pkgdesc="Compatibility layer for aeson" url="https://hackage.haskell.org/package/${_hkgname}" license=("custom:BSD3") @@ -19,6 +19,11 @@ source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha512sums=('36687acb148fd7c71a0cc99f77116518ef539754f151707cc5f6c1b4dfb7b3245338b32d83d68a3e0663d92644fb6d4eadff2d2ba88cad1a22b98aa3c35cc215') +prepare() { + cd $_hkgname-$pkgver + sed -i 's/<.*0.8/<1/' $_hkgname.cabal +} + build() { cd $_hkgname-$pkgver
