Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / haskell-hashable
Commits: e22b3719 by Felix Yan at 2025-10-01T15:00:07+08:00 upgpkg: 1.4.6.0-17: rebuild with tasty-quickcheck 0.11 (rebuild pass 1, specified --nocheck) - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = haskell-hashable pkgdesc = A class for types that can be converted to a hash value pkgver = 1.4.6.0 - pkgrel = 16 + pkgrel = 17 url = https://github.com/haskell-unordered-containers/hashable arch = x86_64 license = BSD-3-Clause @@ -13,6 +13,7 @@ pkgbase = haskell-hashable checkdepends = haskell-tasty-hunit checkdepends = haskell-tasty-quickcheck makedepends = ghc + makedepends = uusi depends = ghc-libs depends = haskell-os-string source = https://hackage.haskell.org/packages/archive/hashable/1.4.6.0/hashable-1.4.6.0.tar.gz ===================================== PKGBUILD ===================================== @@ -4,18 +4,23 @@ _hkgname=hashable pkgname=haskell-hashable pkgver=1.4.6.0 -pkgrel=16 +pkgrel=17 pkgdesc="A class for types that can be converted to a hash value" url="https://github.com/haskell-unordered-containers/hashable" license=('BSD-3-Clause') arch=('x86_64') depends=('ghc-libs' 'haskell-os-string') -makedepends=('ghc') +makedepends=('ghc' 'uusi') checkdepends=('haskell-hunit' 'haskell-quickcheck' 'haskell-primitive' 'haskell-random' 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha512sums=('8713ef599d30c151aacd30a8b8a3fa5e7bc9121061a96299e461ab27803053ee766abc4ba02a30fccefd972b5fb73738bcf224b6b388a9760e9937a826dae2e8') +prepare() { + cd $_hkgname-$pkgver + uusi -u tasty-quickcheck +} + build() { cd $_hkgname-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hashable/-/commit/e22b37198b1bf26ef7845f88c9101512a8f9bdfd -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hashable/-/commit/e22b37198b1bf26ef7845f88c9101512a8f9bdfd You're receiving this email because of your account on gitlab.archlinux.org.