Date: Sunday, October 14, 2018 @ 21:21:49 Author: felixonmars Revision: 393858
upgpkg: haskell-singleton-bool 0.1.4-3 rebuild with ghc 8.6.1 Modified: haskell-singleton-bool/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-10-14 21:17:10 UTC (rev 393857) +++ PKGBUILD 2018-10-14 21:21:49 UTC (rev 393858) @@ -3,7 +3,7 @@ _hkgname=singleton-bool pkgname=haskell-singleton-bool pkgver=0.1.4 -pkgrel=2 +pkgrel=3 pkgdesc="Type level booleans" url="https://github.com/phadej/singleton-bool" license=('custom:BSD3') @@ -13,6 +13,11 @@ source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) sha512sums=('2aeb3117a9d02b8d9a212f9a9f1cad24657d6e2ab5ffe37da6880be6a67d9dae9403211acab4e75e3ad618d5f8c48d67457e00ee2830e9f4f140c44b40fd8ee5') +prepare() { + cd $_hkgname-$pkgver + sed -i 's/< *4.12/<5/' $_hkgname.cabal +} + build() { cd "${srcdir}/${_hkgname}-${pkgver}"
