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

Felix Yan felixonmars at archlinux.org
Mon Jan 9 04:01:43 UTC 2017


    Date: Monday, January 9, 2017 @ 04:01:43
  Author: felixonmars
Revision: 206110

upgpkg: haskell-foldl 1.2.3-1

rebuild with foldl-1.2.3

Modified:
  haskell-foldl/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-09 03:55:52 UTC (rev 206109)
+++ PKGBUILD	2017-01-09 04:01:43 UTC (rev 206110)
@@ -4,8 +4,8 @@
 
 _hkgname=foldl
 pkgname=haskell-foldl
-pkgver=1.2.2
-pkgrel=3
+pkgver=1.2.3
+pkgrel=1
 pkgdesc="Composable, streaming, and efficient left folds"
 url="https://hackage.haskell.org/package/${_hkgname}"
 license=("custom:BSD3")
@@ -13,7 +13,7 @@
 depends=("ghc=8.0.1" "haskell-mwc-random" "haskell-primitive" "haskell-text" "haskell-vector"
          "haskell-contravariant" "haskell-profunctors" "haskell-comonad")
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('c869deb0dc7d41d496539968968ff6045022d1286dfb2c1d53f61dc974f455eb')
+sha256sums=('fb081168f7736a04dc68db348d2e0bc58d535da5ed74c4394a022dbaa46d3f25')
 
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"



More information about the arch-commits mailing list