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

Felix Yan felixonmars at archlinux.org
Fri Apr 7 05:12:44 UTC 2017


    Date: Friday, April 7, 2017 @ 05:12:44
  Author: felixonmars
Revision: 221162

upgpkg: haskell-monad-par 0.3.4.8-5

rebuild with primitive,0.6.2.0 vector,0.12.0.1

Modified:
  haskell-monad-par/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-04-07 05:10:47 UTC (rev 221161)
+++ PKGBUILD	2017-04-07 05:12:44 UTC (rev 221162)
@@ -5,7 +5,7 @@
 _hkgname=monad-par
 pkgname=haskell-monad-par
 pkgver=0.3.4.8
-pkgrel=4
+pkgrel=5
 pkgdesc="A library for parallel programming based on a monad"
 url="https://github.com/simonmar/monad-par"
 license=("custom:BSD3")
@@ -13,7 +13,7 @@
 depends=("ghc=8.0.1" "haskell-abstract-deque" "haskell-abstract-par"
          "haskell-monad-par-extras" "haskell-mtl" "haskell-mwc-random"
          "haskell-parallel")
-source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha256sums=('f84cdf51908a1c41c3f672be9520a8fdc028ea39d90a25ecfe5a3b223cfeb951')
 
 build() {



More information about the arch-commits mailing list