[arch-commits] Commit in haskell-semigroupoids/trunk (PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Mon Jul 26 16:45:35 UTC 2021
Date: Monday, July 26, 2021 @ 16:45:35
Author: felixonmars
Revision: 985506
upgpkg: haskell-semigroupoids 5.3.5-51: rebuild with transformers-compat 0.7
Modified:
haskell-semigroupoids/trunk/PKGBUILD
----------+
PKGBUILD | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-07-26 16:44:17 UTC (rev 985505)
+++ PKGBUILD 2021-07-26 16:45:35 UTC (rev 985506)
@@ -4,7 +4,7 @@
_hkgname=semigroupoids
pkgname=haskell-semigroupoids
pkgver=5.3.5
-pkgrel=50
+pkgrel=51
pkgdesc="Semigroupoids: Category sans id"
url="https://github.com/ekmett/semigroupoids"
license=("BSD")
@@ -12,10 +12,15 @@
depends=('ghc-libs' 'haskell-base-orphans' 'haskell-bifunctors' 'haskell-comonad' 'haskell-contravariant'
'haskell-distributive' 'haskell-hashable' 'haskell-tagged' 'haskell-transformers-compat'
'haskell-unordered-containers')
-makedepends=('ghc' 'haskell-cabal-doctest' 'haskell-doctest')
+makedepends=('ghc' 'uusi' 'haskell-cabal-doctest' 'haskell-doctest')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
sha512sums=('472a46ad2721c7007d73db6b560af525c4cf6889d8633486c4330bbb40d1946a1400b21a0fe1b323a7211bf8e9aa1efaf41967e3e578d5ad8e6e79dda2e27d04')
+prepare() {
+ cd $_hkgname-$pkgver
+ uusi -u transformers-compat $_hkgname.cabal
+}
+
build() {
cd $_hkgname-$pkgver
More information about the arch-commits
mailing list