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

Felix Yan felixonmars at archlinux.org
Sun Dec 25 17:11:23 UTC 2016


    Date: Sunday, December 25, 2016 @ 17:11:23
  Author: felixonmars
Revision: 202040

upgpkg: haskell-mono-traversable 1.0.1-3

rebuild with unordered-containers-0.2.7.2

Modified:
  haskell-mono-traversable/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-25 17:10:44 UTC (rev 202039)
+++ PKGBUILD	2016-12-25 17:11:23 UTC (rev 202040)
@@ -5,7 +5,7 @@
 _hkgname=mono-traversable
 pkgname=haskell-mono-traversable
 pkgver=1.0.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Type classes for mapping, folding, and traversing monomorphic containers"
 url="https://github.com/snoyberg/mono-traversable"
 license=("MIT")
@@ -12,7 +12,7 @@
 arch=('i686' 'x86_64')
 depends=("ghc=8.0.1" "haskell-hashable" "haskell-split" "haskell-text"
          "haskell-unordered-containers" "haskell-vector" "haskell-vector-algorithms")
-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=('a96d449eb00e062be003d314884fdb06b1e02e18e0d43e5008500ae7ef3de268')
 
 build() {



More information about the arch-commits mailing list