Date: Friday, September 30, 2022 @ 09:12:54 Author: felixonmars Revision: 1318792
upgpkg: haskell-store 0.7.16-7: rebuild with hspec 2.10.2, hspec-core 2.10.2, hspec-discover 2.10.2 Modified: haskell-store/trunk/PKGBUILD ----------+ PKGBUILD | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-09-30 09:12:49 UTC (rev 1318791) +++ PKGBUILD 2022-09-30 09:12:54 UTC (rev 1318792) @@ -3,20 +3,20 @@ _hkgname=store pkgname=haskell-store pkgver=0.7.16 -pkgrel=6 +pkgrel=7 pkgdesc="Fast binary serialization" url="https://github.com/mgsloan/store" license=('BSD') arch=('x86_64') depends=('ghc-libs' 'haskell-async' 'haskell-base-orphans' 'haskell-base64-bytestring' - 'haskell-contravariant' 'haskell-cryptohash' 'haskell-free' + 'haskell-bifunctors' 'haskell-contravariant' 'haskell-cryptohash' 'haskell-free' 'haskell-hashable' 'haskell-hspec' 'haskell-hspec-smallcheck' 'haskell-lifted-base' 'haskell-monad-control' 'haskell-mono-traversable' 'haskell-network' 'haskell-primitive' - 'haskell-resourcet' 'haskell-safe' 'haskell-smallcheck' - 'haskell-store-core' 'haskell-syb' 'haskell-th-lift' 'haskell-th-lift-instances' - 'haskell-th-orphans' 'haskell-th-reify-many' 'haskell-th-utilities' - 'haskell-unordered-containers' 'haskell-vector' 'haskell-void') -makedepends=('ghc' 'uusi' 'haskell-hspec-discover') + 'haskell-resourcet' 'haskell-safe' 'haskell-smallcheck' 'haskell-store-core' + 'haskell-syb' 'haskell-th-lift' 'haskell-th-lift-instances' 'haskell-th-orphans' + 'haskell-th-reify-many' 'haskell-th-utilities' 'haskell-unordered-containers' + 'haskell-vector' 'haskell-void') +makedepends=('ghc' 'uusi' 'haskell-clock' 'haskell-hspec-discover') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha512sums=('0b8c79cf9c0cc489535a9ca9a17cd2e4e16c3828d9327b2127558abcabed363c30b834f88d002053d3a8ddac0ba08cac53e78c95ef683e04973fa4842d150d54')
