Date: Monday, July 26, 2021 @ 20:57:09 Author: felixonmars Revision: 985920
upgpkg: haskell-quickcheck-instances 0.3.25.2-59: rebuild with transformers-compat 0.7 Modified: haskell-quickcheck-instances/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-07-26 20:55:24 UTC (rev 985919) +++ PKGBUILD 2021-07-26 20:57:09 UTC (rev 985920) @@ -4,7 +4,7 @@ _hkgname=quickcheck-instances pkgname=haskell-quickcheck-instances pkgver=0.3.25.2 -pkgrel=58 +pkgrel=59 pkgdesc="Common quickcheck instances" url="https://github.com/haskellari/qc-instances" license=("BSD") @@ -20,7 +20,7 @@ prepare() { cd $_hkgname-$pkgver - uusi -u base $_hkgname.cabal + uusi -u base -u transformers-compat $_hkgname.cabal } build() {