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

Felix Yan felixonmars at gemini.archlinux.org
Thu Jul 29 05:36:22 UTC 2021


    Date: Thursday, July 29, 2021 @ 05:36:21
  Author: felixonmars
Revision: 989911

upgpkg: haskell-kan-extensions 5.2.3-1: rebuild with kan-extensions 5.2.3

Modified:
  haskell-kan-extensions/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-29 05:32:35 UTC (rev 989910)
+++ PKGBUILD	2021-07-29 05:36:21 UTC (rev 989911)
@@ -3,8 +3,8 @@
 
 _hkgname=kan-extensions
 pkgname=haskell-kan-extensions
-pkgver=5.2.2
-pkgrel=34
+pkgver=5.2.3
+pkgrel=1
 pkgdesc="Kan extensions, Kan lifts, the Yoneda lemma, and (co)density (co)monads"
 url="https://github.com/ekmett/kan-extensions/"
 license=("BSD")
@@ -12,15 +12,10 @@
 depends=('ghc-libs' 'haskell-adjunctions' 'haskell-comonad' 'haskell-contravariant'
          'haskell-distributive' 'haskell-free' 'haskell-invariant' 'haskell-profunctors'
          'haskell-semigroupoids' 'haskell-tagged' 'haskell-transformers-compat')
-makedepends=('ghc' 'uusi')
+makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
-sha512sums=('d49e297f102f70708ac5524844f16048a3549d97fc7c354410c25271c57e310be742137d6baadbf25351d8c358b3cac7a0d2831da80d2d482b85502e8eb51d64')
+sha512sums=('a3bb00dec4652042754c00dd4b2ef02b3ed4d74f4f9b8edea36e77c8516ef5b2f9853af20ab63e8f03fc91745ceb286a71ee35b0c82cbc7b0452bbb5e9012f80')
 
-prepare() {
-    cd $_hkgname-$pkgver
-    uusi -u transformers-compat $_hkgname.cabal
-}
-
 build() {
     cd $_hkgname-$pkgver
     



More information about the arch-commits mailing list