Date: Monday, October 10, 2022 @ 13:46:57 Author: felixonmars Revision: 1325768
upgpkg: haskell-nothunks 0.1.3-43: rebuild with vector 0.13.0.0 Modified: haskell-nothunks/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-10 13:46:42 UTC (rev 1325767) +++ PKGBUILD 2022-10-10 13:46:57 UTC (rev 1325768) @@ -3,7 +3,7 @@ _hkgname=nothunks pkgname=haskell-nothunks pkgver=0.1.3 -pkgrel=42 +pkgrel=43 pkgdesc="Examine values for unexpected thunks" url="https://github.com/input-output-hk/nothunks" license=("MIT") @@ -19,7 +19,7 @@ cd $_hkgname-$pkgver patch -p1 -i ../hedgehog-1.1.1.patch gen-setup - uusi -u tasty-hedgehog $_hkgname.cabal + uusi -u tasty-hedgehog -u vector $_hkgname.cabal } build() {
