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

Felix Yan felixonmars at gemini.archlinux.org
Sat May 21 15:15:50 UTC 2022


    Date: Saturday, May 21, 2022 @ 15:15:49
  Author: felixonmars
Revision: 1209544

upgpkg: haskell-adjunctions 4.4.1-1: rebuild with adjunctions 4.4.1

Modified:
  haskell-adjunctions/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-21 13:58:54 UTC (rev 1209543)
+++ PKGBUILD	2022-05-21 15:15:49 UTC (rev 1209544)
@@ -3,8 +3,8 @@
 
 _hkgname=adjunctions
 pkgname=haskell-adjunctions
-pkgver=4.4
-pkgrel=313
+pkgver=4.4.1
+pkgrel=1
 pkgdesc="Adjunctions and representable functors"
 url="https://github.com/ekmett/adjunctions/"
 license=("BSD")
@@ -12,13 +12,13 @@
 depends=('ghc-libs' 'haskell-comonad' 'haskell-contravariant' 'haskell-distributive' 'haskell-free'
          'haskell-profunctors' 'haskell-semigroupoids' 'haskell-tagged'
          'haskell-transformers-compat' 'haskell-void')
-makedepends=('ghc' 'haskell-generic-deriving' 'haskell-hspec')
+makedepends=('ghc' 'uusi' 'haskell-generic-deriving' 'haskell-hspec')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('30f4fb8a30d8428e032d322a9a627e7ebc44b2c737e87670907134a5aa6019145f2c3e6b2e7f8e00d5ffbe1ce4b4a5c812c3ee976257419d7d429b19db28918c')
+sha512sums=('7aef834be370763046d4d4205f77f490a05d2d482fa83a376bd111d4041894ae6e8c8a2d239aca34bedf233e2b5b69a9b55832f154dd5df74a1d1cf3038f1c1a')
 
 prepare() {
     cd $_hkgname-$pkgver
-    sed -i -e '/semigroups/d' -e 's/< *0.6/<1/' $_hkgname.cabal
+    uusi -d semigroups $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list