Date: Saturday, June 19, 2021 @ 09:38:14 Author: felixonmars Revision: 965419
upgpkg: haskell-tasty-rerun 1.1.18-63: rebuild with ghc 9.0.1 Modified: haskell-tasty-rerun/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-06-19 09:38:11 UTC (rev 965418) +++ PKGBUILD 2021-06-19 09:38:14 UTC (rev 965419) @@ -4,16 +4,21 @@ _hkgname=tasty-rerun pkgname=haskell-tasty-rerun pkgver=1.1.18 -pkgrel=62 +pkgrel=63 pkgdesc="Rerun only tests which failed in a previous test run" url="https://github.com/ocharles/tasty-rerun" license=("BSD") arch=('x86_64') depends=('ghc-libs' 'haskell-optparse-applicative' 'haskell-split' 'haskell-tagged' 'haskell-tasty') -makedepends=('ghc') +makedepends=('ghc' 'uusi') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha512sums=('82672a8d2f37a56e9867bb6fa2b8c79dc40869262a1853b51067e9cf463aef78c4aa3d69cda32a06c3d226ef18c951789845e57a82cbad880f29d5415a659ced') +prepare() { + cd $_hkgname-$pkgver + uusi -u base $_hkgname.cabal +} + build() { cd $_hkgname-$pkgver
