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

Felix Yan felixonmars at archlinux.org
Sun Sep 24 08:46:05 UTC 2017


    Date: Sunday, September 24, 2017 @ 08:46:04
  Author: felixonmars
Revision: 260399

upgpkg: haskell-foldl 1.3.2-1

rebuild with foldl,1.3.2

Modified:
  haskell-foldl/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-24 08:44:30 UTC (rev 260398)
+++ PKGBUILD	2017-09-24 08:46:04 UTC (rev 260399)
@@ -4,22 +4,22 @@
 
 _hkgname=foldl
 pkgname=haskell-foldl
-pkgver=1.3.1
-pkgrel=3
+pkgver=1.3.2
+pkgrel=1
 pkgdesc="Composable, streaming, and efficient left folds"
 url="https://hackage.haskell.org/package/${_hkgname}"
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
 depends=('ghc-libs' "haskell-comonad" "haskell-contravariant" "haskell-mwc-random" "haskell-primitive"
-         "haskell-profunctors" "haskell-text" "haskell-unordered-containers" "haskell-vector"
-         "haskell-vector-builder")
+         "haskell-profunctors" "haskell-semigroups" "haskell-text" "haskell-unordered-containers"
+         "haskell-vector" "haskell-vector-builder")
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('e95461010bca4203592c1149b36474602ce0555eb2cb42436e7cc90d3ede677749f2d36045beca8739326fa433cde0e29904e952f4ca315d4f29acd28c4cee79')
+sha512sums=('883aec2702c82d7b216fee4a6f331af18902b30742921e1636c7d51a645c6d4887643684ab3cde2680998676d62383e3cac7feb7ec6259a12cb16934594def2d')
 
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"
-    
+
     runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
         --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
         --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
@@ -32,7 +32,7 @@
 
 package() {
     cd "${srcdir}/${_hkgname}-${pkgver}"
-    
+
     install -D -m744 register.sh   "${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
     install -D -m744 unregister.sh "${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
     runhaskell Setup copy --destdir="${pkgdir}"



More information about the arch-commits mailing list