Date: Tuesday, October 16, 2018 @ 21:19:51 Author: felixonmars Revision: 394853
upgpkg: haskell-cheapskate 0.1.1-134 rebuild with ghc 8.6.1 Modified: haskell-cheapskate/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-10-16 21:17:56 UTC (rev 394852) +++ PKGBUILD 2018-10-16 21:19:51 UTC (rev 394853) @@ -4,7 +4,7 @@ _hkgname=cheapskate pkgname=haskell-cheapskate pkgver=0.1.1 -pkgrel=133 +pkgrel=134 pkgdesc="Experimental markdown processor." url="http://github.com/jgm/cheapskate" license=("custom:BSD3") @@ -16,6 +16,11 @@ source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha512sums=('e06c8683031e8e7946e10a49ba2fedfedb4b8c5940272d8095ab3ff94c3b77169175b492d15f07fb486efd8fccd0850062174a63d88d2ae69c864eeaffc7a59f') +prepare() { + cd $_hkgname-$pkgver + sed -i 's/< *0.6/<1/' $_hkgname.cabal +} + build() { cd "${srcdir}/${_hkgname}-${pkgver}"
