Date: Sunday, August 16, 2020 @ 14:42:02 Author: felixonmars Revision: 681561
upgpkg: haskell-generic-data 0.9.0.0-1: rebuild with generic-data 0.9.0.0 Modified: haskell-generic-data/trunk/PKGBUILD ----------+ PKGBUILD | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-08-16 14:35:42 UTC (rev 681560) +++ PKGBUILD 2020-08-16 14:42:02 UTC (rev 681561) @@ -2,17 +2,20 @@ _hkgname=generic-data pkgname=haskell-generic-data -pkgver=0.8.3.0 -pkgrel=21 +pkgver=0.9.0.0 +pkgrel=1 pkgdesc="Deriving instances with GHC.Generics and related utilities" url="https://github.com/Lysxia/generic-data" license=('MIT') arch=('x86_64') -depends=('ghc-libs' 'haskell-base-orphans' 'haskell-contravariant' 'haskell-show-combinators') -makedepends=('ghc' 'haskell-doctest' 'haskell-generic-lens' 'haskell-glob' 'haskell-one-liner' - 'haskell-quickcheck' 'haskell-show-combinators' 'haskell-tasty' 'haskell-tasty-hunit') +depends=('ghc-libs' 'haskell-ap-normalize' 'haskell-base-orphans' 'haskell-contravariant' + 'haskell-show-combinators') +makedepends=('ghc' 'haskell-cabal-doctest' 'haskell-doctest' 'haskell-generic-lens' 'haskell-glob' + 'haskell-inspection-testing' 'haskell-one-liner' 'haskell-quickcheck' + 'haskell-show-combinators' 'haskell-tasty' 'haskell-tasty-hunit' + 'haskell-unordered-containers') source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) -sha512sums=('406177a0432a5003062c79a14e9717f1f933272ea5f28967e8483ecb80824437ae5736f66d7b1d0759bec3edbd1b51468d4828519227ea0f79697562fc50d9c1') +sha512sums=('c5054d6909532a004d3ac0a91ec9e16ac917ae6c97d4ae5be0be0fa75de5bcf088bef8fe517a287dd352b024144c50a4ea7aef26a58ff0e0b5cc072cf8184884') build() { cd $_hkgname-$pkgver
