[arch-commits] Commit in haskell-project-template/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Mon Dec 26 20:05:57 UTC 2016
Date: Monday, December 26, 2016 @ 20:05:57
Author: felixonmars
Revision: 202846
upgpkg: haskell-project-template 0.2.0-40
rebuild with resourcet-1.1.9
Modified:
haskell-project-template/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-12-26 20:03:35 UTC (rev 202845)
+++ PKGBUILD 2016-12-26 20:05:57 UTC (rev 202846)
@@ -5,7 +5,7 @@
_hkgname=project-template
pkgname=haskell-project-template
pkgver=0.2.0
-pkgrel=39
+pkgrel=40
pkgdesc="Specify Haskell project templates and generate files"
url="https://github.com/fpco/haskell-ide"
license=("custom:BSD3")
@@ -13,7 +13,7 @@
depends=("ghc=8.0.1" "haskell-base64-bytestring" "haskell-conduit"
"haskell-conduit-extra" "haskell-mtl" "haskell-resourcet"
"haskell-text")
-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=('aeabd7d1785b31abaffc78f02d9dda67d57d01822755f09614bfc65e99506310')
build() {
More information about the arch-commits
mailing list