Date: Monday, May 27, 2019 @ 11:58:56 Author: felixonmars Revision: 471314
upgpkg: haskell-pandoc-types 1.17.5.4-30 rebuild with QuickCheck 2.13.1, hspec-core 2.7.1, hspec-discover 2.7.1, hspec 2.7.1, time-compat 1.9.2.2, quickcheck-instances 0.3.21 Modified: haskell-pandoc-types/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-05-27 11:30:19 UTC (rev 471313) +++ PKGBUILD 2019-05-27 11:58:56 UTC (rev 471314) @@ -4,7 +4,7 @@ _hkgname=pandoc-types pkgname=haskell-pandoc-types pkgver=1.17.5.4 -pkgrel=29 +pkgrel=30 pkgdesc="Types for representing a structured document" url="http://johnmacfarlane.net/pandoc" license=("BSD") @@ -15,6 +15,11 @@ source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha512sums=('b70dee15e80a91276b04d883f878ca67fdf76195d775f92dc5bbe80c941834fbf067804ea6afa0b79cfc886e4f741d68a161318ab6afb968f159ccbe04a85ce1') +prepare() { + cd $_hkgname-$pkgver + sed -i 's/< *2.13/<3/' $_hkgname.cabal +} + build() { cd $_hkgname-$pkgver
