Date: Sunday, March 29, 2020 @ 00:28:58 Author: felixonmars Revision: 605859
upgpkg: haskell-generic-data 0.8.2.0-1: rebuild with generic-data 0.8.2.0 Modified: haskell-generic-data/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-03-29 00:27:06 UTC (rev 605858) +++ PKGBUILD 2020-03-29 00:28:58 UTC (rev 605859) @@ -2,8 +2,8 @@ _hkgname=generic-data pkgname=haskell-generic-data -pkgver=0.8.1.0 -pkgrel=12 +pkgver=0.8.2.0 +pkgrel=1 pkgdesc="Deriving instances with GHC.Generics and related utilities" url="https://github.com/Lysxia/generic-data" license=('MIT') @@ -10,9 +10,9 @@ 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-tasty' 'haskell-tasty-hunit') + 'haskell-quickcheck' 'haskell-show-combinators' 'haskell-tasty' 'haskell-tasty-hunit') source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) -sha512sums=('03631af2a7ed80c639d072221d90b52c777cee80b9c9230826bfc8209e38e6c0c7bc224665493101a13f720cec35e733f7f20d2af4407f85c2e7939bbb313010') +sha512sums=('28f397112d1205a88e575a137f191892d87ebf8a1a013b07b34ae8786aafe3dcac00759dd8953dc666fa853b16541e73a7a8c0535a9f9dcc9ec334a62a263558') build() { cd $_hkgname-$pkgver
