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

Felix Yan felixonmars at archlinux.org
Thu May 17 08:43:27 UTC 2018


    Date: Thursday, May 17, 2018 @ 08:43:27
  Author: felixonmars
Revision: 323504

upgpkg: haskell-foldl 1.4.0-2

rebuild with ghc 8.4.2

Modified:
  haskell-foldl/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-17 08:42:29 UTC (rev 323503)
+++ PKGBUILD	2018-05-17 08:43:27 UTC (rev 323504)
@@ -5,13 +5,13 @@
 _hkgname=foldl
 pkgname=haskell-foldl
 pkgver=1.4.0
-pkgrel=1
+pkgrel=2
 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-text" "haskell-unordered-containers"
+         "haskell-profunctors" "haskell-semigroups" "haskell-unordered-containers"
          "haskell-vector" "haskell-vector-builder")
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")



More information about the arch-commits mailing list