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

Felix Yan felixonmars at archlinux.org
Tue Jun 6 06:14:43 UTC 2017


    Date: Tuesday, June 6, 2017 @ 06:14:42
  Author: felixonmars
Revision: 234483

upgpkg: haskell-foldl 1.3.0-1

rebuild with foldl,1.3.0

Modified:
  haskell-foldl/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-06 06:12:07 UTC (rev 234482)
+++ PKGBUILD	2017-06-06 06:14:42 UTC (rev 234483)
@@ -4,8 +4,8 @@
 
 _hkgname=foldl
 pkgname=haskell-foldl
-pkgver=1.2.5
-pkgrel=2
+pkgver=1.3.0
+pkgrel=1
 pkgdesc="Composable, streaming, and efficient left folds"
 url="https://hackage.haskell.org/package/${_hkgname}"
 license=("custom:BSD3")
@@ -12,9 +12,9 @@
 arch=('i686' 'x86_64')
 depends=("ghc=8.0.1" "haskell-comonad" "haskell-contravariant" "haskell-mwc-random"
          "haskell-primitive" "haskell-profunctors" "haskell-text" "haskell-unordered-containers"
-         "haskell-vector")
+         "haskell-vector" "haskell-vector-builder")
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('a16eff38312170d34738b8bf2b2acbdb1fe6a8257fd06d06140ac86cd85ecf128990b006b2e46c19f08c198b89925ddb380b6b55c947a815d4c45d099b472e19')
+sha512sums=('af94a4faa8ec9f96ad0106e412902fce1cfbdee2d1044b8fed68f75a9220e8761be043308b54db534184badec94dc23371b656c79214aa0c739c63bbe92040f1')
 
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"



More information about the arch-commits mailing list