Date: Thursday, January 9, 2020 @ 18:55:56 Author: felixonmars Revision: 551461
upgpkg: haskell-quickcheck-instances 0.3.22-12: 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, ghc-typelits-natnormalise 0.7, resolv 0.1.1.3, ghc-typelits-knownnat 0.7.1 Modified: haskell-quickcheck-instances/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-01-09 18:45:16 UTC (rev 551460) +++ PKGBUILD 2020-01-09 18:55:56 UTC (rev 551461) @@ -4,7 +4,7 @@ _hkgname=quickcheck-instances pkgname=haskell-quickcheck-instances pkgver=0.3.22 -pkgrel=11 +pkgrel=12 pkgdesc="Common quickcheck instances" url="https://github.com/phadej/qc-instances" license=("BSD") @@ -19,7 +19,7 @@ prepare() { cd $_hkgname-$pkgver - sed -i 's/< *0.11/<1/' $_hkgname.cabal + sed -i -e 's/< *0.11/<1/' -e 's/< *4.13/<5/' $_hkgname.cabal } build() {
