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

Felix Yan felixonmars at gemini.archlinux.org
Sat Feb 19 23:53:25 UTC 2022


    Date: Saturday, February 19, 2022 @ 23:53:25
  Author: felixonmars
Revision: 1135130

upgpkg: haskell-reducers 3.12.4-22: rebuild with hashable 1.4.0.0

Modified:
  haskell-reducers/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-19 23:35:09 UTC (rev 1135129)
+++ PKGBUILD	2022-02-19 23:53:25 UTC (rev 1135130)
@@ -4,7 +4,7 @@
 _hkgname=reducers
 pkgname=haskell-reducers
 pkgver=3.12.4
-pkgrel=21
+pkgrel=22
 pkgdesc="Semigroups, specialized containers and a general map/reduce framework"
 url="https://github.com/ekmett/reducers/"
 license=("BSD")
@@ -11,10 +11,15 @@
 arch=('x86_64')
 depends=('ghc-libs' "haskell-fingertree" "haskell-hashable" "haskell-semigroupoids"
          "haskell-unordered-containers")
-makedepends=('ghc')
+makedepends=('ghc' 'uusi')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha512sums=('5640cb567b21e06884d0f8cbdc90530f90ef2bebf783e3d02e0fd5fd7ed2fd24876d612a6e5ece14ccfe80e963f19a2925b2af4c5317c44de75b1b1894457f1f')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    uusi -u hashable $_hkgname.cabal
+}
+
 build() {
     cd $_hkgname-$pkgver
 



More information about the arch-commits mailing list