Date: Thursday, March 30, 2023 @ 03:47:54 Author: felixonmars Revision: 1430332
upgpkg: haskell-quickcheck-instances 0.3.29-1: rebuild with quickcheck-instances 0.3.29 Modified: haskell-quickcheck-instances/trunk/PKGBUILD ----------+ PKGBUILD | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-03-30 03:44:58 UTC (rev 1430331) +++ PKGBUILD 2023-03-30 03:47:54 UTC (rev 1430332) @@ -3,21 +3,21 @@ _hkgname=quickcheck-instances pkgname=haskell-quickcheck-instances -pkgver=0.3.28 -pkgrel=39 +pkgver=0.3.29 +pkgrel=1 pkgdesc="Common quickcheck instances" url="https://github.com/haskellari/qc-instances" license=("BSD") arch=('x86_64') depends=('ghc-libs' 'haskell-onetuple' 'haskell-quickcheck' 'haskell-case-insensitive' - 'haskell-data-fix' 'haskell-hashable' 'haskell-integer-logarithms' 'haskell-old-time' - 'haskell-primitive' 'haskell-scientific' 'haskell-splitmix' 'haskell-strict' - 'haskell-tagged' 'haskell-text-short' 'haskell-these' 'haskell-time-compat' - 'haskell-transformers-compat' 'haskell-unordered-containers' 'haskell-uuid-types' - 'haskell-vector') + 'haskell-data-array-byte' 'haskell-data-fix' 'haskell-hashable' + 'haskell-integer-logarithms' 'haskell-old-time' 'haskell-primitive' 'haskell-scientific' + 'haskell-splitmix' 'haskell-strict' 'haskell-tagged' 'haskell-text-short' 'haskell-these' + 'haskell-time-compat' 'haskell-transformers-compat' 'haskell-unordered-containers' + 'haskell-uuid-types' 'haskell-vector') makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('dabb2ed6bea8507c5556effe9acd541d58a112e31867c1db1b465e2e36ebb40498d4335c4eaea0caceaf9413a6baac0245737794a2fd71acec2251f37ce8b79d') +sha512sums=('6b84a14cf64302605bd9e27cfe199305994ff3e8292a6483d5c295fef4c77fd6f56f39fa486cbecec428f62a6560bbafcd2483158c431e66e323d8b045a772a8') build() { cd $_hkgname-$pkgver
