Date: Tuesday, March 15, 2022 @ 00:58:08 Author: felixonmars Revision: 1153987
upgpkg: haskell-unordered-containers 0.2.17.0-1: rebuild with unordered-containers 0.2.17.0 Modified: haskell-unordered-containers/trunk/PKGBUILD ----------+ PKGBUILD | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-03-15 00:22:01 UTC (rev 1153986) +++ PKGBUILD 2022-03-15 00:58:08 UTC (rev 1153987) @@ -6,8 +6,8 @@ _hkgname=unordered-containers pkgname=haskell-unordered-containers -pkgver=0.2.16.0 -pkgrel=6 +pkgver=0.2.17.0 +pkgrel=1 pkgdesc="Efficient hashing-based container types" url="https://github.com/haskell-unordered-containers/unordered-containers" license=("BSD") @@ -14,10 +14,9 @@ arch=('x86_64') depends=('ghc-libs' 'haskell-hashable') makedepends=('ghc' 'haskell-chasingbottoms' 'haskell-hunit' 'haskell-quickcheck' - 'haskell-random' 'haskell-test-framework' 'haskell-test-framework-hunit' - 'haskell-test-framework-quickcheck2') + 'haskell-random' 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('12b3c3d42498e9fba0545196f57dfa851fe141045aafff26701f6e116ba94d7dbc6e2bba1e5ffe47b2532e468c6f41651dfc058ebd3c76e2a16ebef2689d6652') +sha512sums=('e0705e0ad9ec03ad192a8e4047aa5c8a1da6268075be28f423d3f3e7d330084ec02d8499b9f5ee8686c4dd36c67758822d58484155f3ce2cfd210e5bb1a3bb8b') build() { cd $_hkgname-$pkgver
