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

Felix Yan felixonmars at archlinux.org
Mon Apr 10 18:23:17 UTC 2017


    Date: Monday, April 10, 2017 @ 18:23:16
  Author: felixonmars
Revision: 221873

upgpkg: haskell-djinn-ghc 0.0.2.3-4

rebuild with async,2.1.1.1

Modified:
  haskell-djinn-ghc/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-04-10 18:21:14 UTC (rev 221872)
+++ PKGBUILD	2017-04-10 18:23:16 UTC (rev 221873)
@@ -5,13 +5,13 @@
 _hkgname=djinn-ghc
 pkgname=haskell-djinn-ghc
 pkgver=0.0.2.3
-pkgrel=3
+pkgrel=4
 pkgdesc="Generate Haskell code from a type. Bridge from Djinn to GHC API."
-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-async" "haskell-djinn-lib" "haskell-mtl")
-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=('cb956aed69bc5c342b45ef1b1142b6555fd2865dde1a80ac6ab3ef86aca314a4')
 
 build() {



More information about the arch-commits mailing list