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

Felix Yan felixonmars at gemini.archlinux.org
Tue Aug 30 12:28:56 UTC 2022


    Date: Tuesday, August 30, 2022 @ 12:28:56
  Author: felixonmars
Revision: 1288707

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

Modified:
  haskell-generic-data/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-30 12:23:22 UTC (rev 1288706)
+++ PKGBUILD	2022-08-30 12:28:56 UTC (rev 1288707)
@@ -2,8 +2,8 @@
 
 _hkgname=generic-data
 pkgname=haskell-generic-data
-pkgver=0.9.2.1
-pkgrel=107
+pkgver=1.0.0.0
+pkgrel=1
 pkgdesc="Deriving instances with GHC.Generics and related utilities"
 url="https://github.com/Lysxia/generic-data"
 license=('MIT')
@@ -10,11 +10,10 @@
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-ap-normalize' 'haskell-base-orphans' 'haskell-contravariant'
          'haskell-show-combinators')
-makedepends=('ghc' 'haskell-generic-lens' 'haskell-glob' 'haskell-inspection-testing'
-             'haskell-one-liner' 'haskell-show-combinators' 'haskell-tasty' 'haskell-tasty-hunit'
-             'haskell-unordered-containers')
+makedepends=('ghc' 'haskell-generic-lens' 'haskell-glob' 'haskell-one-liner'
+             'haskell-show-combinators' 'haskell-tasty' 'haskell-tasty-hunit')
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('98324ad85fdcdddceb6de74ddfbbc61e314243fe4632d893b744bec012f341c22e2813d4c36dd567361ae49e5f275f93cce926e91b97e37f9df5d285bc8e267f')
+sha512sums=('14b7273baeb5688c23f991e155a0d8297ffe72b696dfbc66c5b774a56228aa96cffdc44b1aa140be55d1805408ac6c540e50841052e18613c8678a4e55ed0cfb')
 
 build() {
     cd $_hkgname-$pkgver



More information about the arch-commits mailing list