[arch-commits] Commit in haskell-generic-data/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Tue Feb 18 18:02:54 UTC 2020


    Date: Tuesday, February 18, 2020 @ 18:02:54
  Author: felixonmars
Revision: 576038

upgpkg: haskell-generic-data 0.8.0.0-1: rebuild with generic-data 0.8.0.0

Modified:
  haskell-generic-data/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-18 17:55:52 UTC (rev 576037)
+++ PKGBUILD	2020-02-18 18:02:54 UTC (rev 576038)
@@ -2,16 +2,17 @@
 
 _hkgname=generic-data
 pkgname=haskell-generic-data
-pkgver=0.7.0.0
-pkgrel=16
+pkgver=0.8.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-generic-lens' 'haskell-one-liner' 'haskell-tasty' 'haskell-tasty-hunit')
+makedepends=('ghc' 'haskell-doctest' 'haskell-generic-lens' 'haskell-glob' 'haskell-one-liner'
+             'haskell-quickcheck' 'haskell-tasty' 'haskell-tasty-hunit')
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('0af703a1573acb9856fbd94e46b1c2aae13f9e02a7c3f95c3134ca9d0bb2512852f465aa5740021b2c59e1104d8a45d7e9965de782746bc0842c08424ee6afc1')
+sha512sums=('d57cc213b9f07e6d97a950b7ec5e5828c1f94a4e95e795ea54fabf48eb9bf478959aa073a7f0a8740ce91c61f9a56b3500cfc5fd174f3bcde8ed2bef8ee86ea5')
 
 build() {
     cd $_hkgname-$pkgver



More information about the arch-commits mailing list