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

Felix Yan felixonmars at gemini.archlinux.org
Thu Sep 30 23:32:42 UTC 2021


    Date: Thursday, September 30, 2021 @ 23:32:42
  Author: felixonmars
Revision: 1026273

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

Modified:
  haskell-generic-data/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-30 23:08:53 UTC (rev 1026272)
+++ PKGBUILD	2021-09-30 23:32:42 UTC (rev 1026273)
@@ -2,8 +2,8 @@
 
 _hkgname=generic-data
 pkgname=haskell-generic-data
-pkgver=0.9.2.0
-pkgrel=113
+pkgver=0.9.2.1
+pkgrel=1
 pkgdesc="Deriving instances with GHC.Generics and related utilities"
 url="https://github.com/Lysxia/generic-data"
 license=('MIT')
@@ -10,12 +10,11 @@
 arch=('x86_64')
 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'
+makedepends=('ghc' 'haskell-generic-lens' 'haskell-glob' 'haskell-inspection-testing'
+             'haskell-one-liner' '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=('b670a5ff77f9c918b13a5580a48e6b6e9583e34eefb4d348680bd3fb27c0ab85b028ffbc6010be09180021f6af32ceea8b8e7ade529d97cf59b43fb1655f2297')
+sha512sums=('98324ad85fdcdddceb6de74ddfbbc61e314243fe4632d893b744bec012f341c22e2813d4c36dd567361ae49e5f275f93cce926e91b97e37f9df5d285bc8e267f')
 
 build() {
     cd $_hkgname-$pkgver



More information about the arch-commits mailing list