Date: Saturday, February 19, 2022 @ 00:07:35 Author: felixonmars Revision: 1134655
upgpkg: haskell-hashtables 1.2.4.2-20: rebuild with hashable 1.4.0.0 Modified: haskell-hashtables/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-02-19 00:05:54 UTC (rev 1134654) +++ PKGBUILD 2022-02-19 00:07:35 UTC (rev 1134655) @@ -4,18 +4,23 @@ _hkgname=hashtables pkgname=haskell-hashtables pkgver=1.2.4.2 -pkgrel=19 +pkgrel=20 pkgdesc="Mutable hash tables in the ST monad" url="https://hackage.haskell.org/package/${_hkgname}" license=('BSD') arch=('x86_64') depends=('ghc-libs' 'sh' 'haskell-hashable' 'haskell-primitive' 'haskell-vector') -makedepends=('ghc' 'haskell-mwc-random' 'haskell-quickcheck' 'haskell-hunit' +makedepends=('ghc' 'uusi' 'haskell-mwc-random' 'haskell-quickcheck' 'haskell-hunit' 'haskell-test-framework' 'haskell-test-framework-quickcheck2' 'haskell-test-framework-hunit') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha512sums=('f66bb9c0c95648f36e8a4e32f353ef7fcb58a41f925b1c3ad2ca48dca24ac50fad96f9b6cfe000334094468639dd2fae8939cdf376d294121b7e843d76050bd3') +prepare() { + cd $_hkgname-$pkgver + uusi -u hashable $_hkgname.cabal +} + build() { cd $_hkgname-$pkgver
