[arch-commits] Commit in haskell-parameterized-utils/trunk (PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Wed Dec 22 23:10:04 UTC 2021


    Date: Wednesday, December 22, 2021 @ 23:10:04
  Author: felixonmars
Revision: 1082939

upgpkg: haskell-parameterized-utils 2.1.4.0-1: rebuild with parameterized-utils 2.1.4.0

Modified:
  haskell-parameterized-utils/trunk/PKGBUILD

----------+
 PKGBUILD |   15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-22 23:08:21 UTC (rev 1082938)
+++ PKGBUILD	2021-12-22 23:10:04 UTC (rev 1082939)
@@ -2,18 +2,19 @@
 
 _hkgname=parameterized-utils
 pkgname=haskell-parameterized-utils
-pkgver=2.1.3.0
-pkgrel=67
+pkgver=2.1.4.0
+pkgrel=1
 pkgdesc="Classes and data structures for working with data-kind indexed types"
 url="https://github.com/GaloisInc/parameterized-utils"
 license=('BSD')
 arch=('x86_64')
-depends=('ghc-libs' 'haskell-base-orphans' 'haskell-th-abstraction' 'haskell-constraints'
-         'haskell-hashable' 'haskell-hashtables' 'haskell-lens' 'haskell-vector')
-makedepends=('ghc' 'uusi' 'haskell-hedgehog' 'haskell-tasty' 'haskell-tasty-ant-xml' 'haskell-tasty-hunit'
-             'haskell-tasty-hedgehog')
+depends=('ghc-libs' 'haskell-base-orphans' 'haskell-constraints' 'haskell-hashable'
+         'haskell-hashtables' 'haskell-indexed-traversable' 'haskell-lens' 'haskell-profunctors'
+         'haskell-th-abstraction' 'haskell-vector')
+makedepends=('ghc' 'uusi' 'haskell-hedgehog' 'haskell-hedgehog-classes' 'haskell-tasty'
+             'haskell-tasty-ant-xml' 'haskell-tasty-hunit' 'haskell-tasty-hedgehog')
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('65c5a295e3bcbb6747b8b4eb1e70709daf7e426462d567fc47b390670d2c879aa8f9c7f46474b33954c41804713abbc0bc3bc9b189249bf12a107778277d6b0a')
+sha512sums=('d1c04ed4dd13b385dd86c5982bfea4a9512a591f0c9f29c2e95a132380563a06f2085b1d9c9e66e586503547fc0c9ccb4acfa737aa1778d7e6d5e564c659fad8')
 
 prepare() {
     cd $_hkgname-$pkgver



More information about the arch-commits mailing list