Date: Saturday, September 3, 2022 @ 08:08:47 Author: felixonmars Revision: 1291090
upgpkg: haskell-nothunks 0.1.3-33: rebuild with tasty-hedgehog 1.3.0.0 Modified: haskell-nothunks/trunk/PKGBUILD ----------+ PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-09-03 08:07:15 UTC (rev 1291089) +++ PKGBUILD 2022-09-03 08:08:47 UTC (rev 1291090) @@ -3,7 +3,7 @@ _hkgname=nothunks pkgname=haskell-nothunks pkgver=0.1.3 -pkgrel=32 +pkgrel=33 pkgdesc="Examine values for unexpected thunks" url="https://github.com/input-output-hk/nothunks" license=("MIT") @@ -19,6 +19,7 @@ cd $_hkgname-$pkgver patch -p1 -i ../hedgehog-1.1.1.patch gen-setup + uusi -u tasty-hedgehog $_hkgname.cabal } build() {
