Date: Thursday, January 9, 2020 @ 13:00:10 Author: felixonmars Revision: 551107
upgpkg: haskell-singleton-bool 0.1.5-2: rebuild with ghc 8.8.1, cabal-doctest 1.0.7, polyparse 1.13, primitive 0.7.0.0, regex-base 0.94.0.0, regex-pcre 0.95.0.0, regex-posix 0.96.0.0, regex-tdfa 1.3.1.0, easytest 0.3, unexceptionalio 0.5.0, gtk2hs-buildtools 0.13.8.0 Modified: haskell-singleton-bool/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-01-09 12:29:43 UTC (rev 551106) +++ PKGBUILD 2020-01-09 13:00:10 UTC (rev 551107) @@ -3,7 +3,7 @@ _hkgname=singleton-bool pkgname=haskell-singleton-bool pkgver=0.1.5 -pkgrel=1 +pkgrel=2 pkgdesc="Type level booleans" url="https://github.com/phadej/singleton-bool" license=('BSD') @@ -13,6 +13,11 @@ source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) sha512sums=('a2b70137f598026d0b330a5ee8265f07056e2073544f62b60cba7fec2345796f5b0d295536a536877bcb01439401047a026d8234531e27431e38701711d5df1a') +prepare() { + cd $_hkgname-$pkgver + sed -i 's/< *4.13/<5/' $_hkgname.cabal +} + build() { cd $_hkgname-$pkgver
