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

Felix Yan felixonmars at archlinux.org
Sat May 19 21:24:34 UTC 2018


    Date: Saturday, May 19, 2018 @ 21:24:33
  Author: felixonmars
Revision: 324930

upgpkg: haskell-foldl 1.4.0-3

rebuild with corrected bifunctors

Modified:
  haskell-foldl/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-19 21:23:44 UTC (rev 324929)
+++ PKGBUILD	2018-05-19 21:24:33 UTC (rev 324930)
@@ -5,18 +5,23 @@
 _hkgname=foldl
 pkgname=haskell-foldl
 pkgver=1.4.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Composable, streaming, and efficient left folds"
 url="https://hackage.haskell.org/package/${_hkgname}"
 license=("custom:BSD3")
 arch=('x86_64')
-depends=('ghc-libs' "haskell-comonad" "haskell-contravariant" "haskell-mwc-random" "haskell-primitive"
-         "haskell-profunctors" "haskell-semigroups" "haskell-unordered-containers"
-         "haskell-vector" "haskell-vector-builder")
+depends=('ghc-libs' 'haskell-comonad' 'haskell-contravariant' 'haskell-mwc-random'
+         'haskell-primitive' 'haskell-profunctors' 'haskell-unordered-containers' 'haskell-vector'
+         'haskell-vector-builder')
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha512sums=('d87946f6bff801bc38b099fff127870f83130d391e16f911e2967fffe609906dd131fea22ca1de4f903b05b0b512bce0e60aa7a6f9f1c9a79fb2e8f077c7e9cf')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    sed -i '/semigroups/d' $_hkgname.cabal
+}
+
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"
 



More information about the arch-commits mailing list