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

Felix Yan felixonmars at archlinux.org
Mon Jan 23 14:06:05 UTC 2017


    Date: Monday, January 23, 2017 @ 14:06:04
  Author: felixonmars
Revision: 208546

upgpkg: haskell-errors 2.1.3-2

rebuild with safe,0.3.11

Modified:
  haskell-errors/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-23 14:04:13 UTC (rev 208545)
+++ PKGBUILD	2017-01-23 14:06:04 UTC (rev 208546)
@@ -5,14 +5,14 @@
 _hkgname=errors
 pkgname=haskell-errors
 pkgver=2.1.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Simplified error-handling"
-url="http://hackage.haskell.org/package/${_hkgname}"
+url="https://hackage.haskell.org/package/${_hkgname}"
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
 depends=("ghc=8.0.1" "haskell-safe" "haskell-transformers-compat"
          "haskell-unexceptionalio")
-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=('201a1d9d2fba16dff734eb79e07f138718ed62f5a0a846cf0cee743828844df1')
 
 build() {



More information about the arch-commits mailing list