Date: Wednesday, April 1, 2020 @ 13:01:35 Author: felixonmars Revision: 608894
upgpkg: haskell-quickcheck-instances 0.3.22-26: rebuild with QuickCheck 2.14 Modified: haskell-quickcheck-instances/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-04-01 12:49:18 UTC (rev 608893) +++ PKGBUILD 2020-04-01 13:01:35 UTC (rev 608894) @@ -4,7 +4,7 @@ _hkgname=quickcheck-instances pkgname=haskell-quickcheck-instances pkgver=0.3.22 -pkgrel=25 +pkgrel=26 pkgdesc="Common quickcheck instances" url="https://github.com/phadej/qc-instances" license=("BSD") @@ -19,7 +19,7 @@ prepare() { cd $_hkgname-$pkgver - sed -i -e 's/< *0.11/<1/' -e 's/< *4.13/<5/' $_hkgname.cabal + sed -i -e 's/< *0.11/<1/' -e 's/< *4.13/<5/' -e 's/< *2.14/<3/' $_hkgname.cabal } build() {
