Date: Thursday, April 23, 2020 @ 15:11:12 Author: felixonmars Revision: 618250
upgpkg: haskell-show-combinators 0.2.0.0-2: rebuild with ghc 8.10.1 Modified: haskell-show-combinators/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-04-23 15:02:31 UTC (rev 618249) +++ PKGBUILD 2020-04-23 15:11:12 UTC (rev 618250) @@ -3,7 +3,7 @@ _hkgname=show-combinators pkgname=haskell-show-combinators pkgver=0.2.0.0 -pkgrel=1 +pkgrel=2 pkgdesc="Combinators to write Show instances" url="https://github.com/Lysxia/show-combinators" license=('MIT') @@ -13,6 +13,11 @@ source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) sha512sums=('6d9bd0b788c8c4733e3e48ebd8f76a01caa2e6fecf8942f5d00de4e46231f972d4bf23435d0a432c2795fa30b11717c6ebc3f55709138d7a3c15ead4c1779369') +prepare() { + cd $_hkgname-$pkgver + sed -i 's/< *4.14/<5/' $_hkgname.cabal +} + build() { cd $_hkgname-$pkgver
