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

Felix Yan felixonmars at archlinux.org
Tue Feb 14 04:04:57 UTC 2017


    Date: Tuesday, February 14, 2017 @ 04:04:57
  Author: felixonmars
Revision: 212218

upgpkg: haskell-enclosed-exceptions 1.0.2-3

rebuild with lifted-base,0.2.3.10

Modified:
  haskell-enclosed-exceptions/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-02-14 04:03:20 UTC (rev 212217)
+++ PKGBUILD	2017-02-14 04:04:57 UTC (rev 212218)
@@ -5,7 +5,7 @@
 _hkgname=enclosed-exceptions
 pkgname=haskell-enclosed-exceptions
 pkgver=1.0.2
-pkgrel=2
+pkgrel=3
 pkgdesc="Catching all exceptions from within an enclosed computation"
 url="https://github.com/jcristovao/enclosed-exceptions"
 license=("MIT")
@@ -12,7 +12,7 @@
 arch=('i686' 'x86_64')
 depends=("ghc=8.0.1" "haskell-lifted-base" "haskell-monad-control"
          "haskell-transformers-base")
-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=('7b9beab82d219c0dd879dfdef70fb74a4a7595b4dbd0baf7adb12cdbbe8189f1')
 
 build() {



More information about the arch-commits mailing list