Date: Monday, January 2, 2017 @ 19:47:38 Author: felixonmars Revision: 204415
upgpkg: haskell-kan-extensions 5.0.1-22 rebuild with hashable-1.2.5.0 Modified: haskell-kan-extensions/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-01-02 19:45:26 UTC (rev 204414) +++ PKGBUILD 2017-01-02 19:47:38 UTC (rev 204415) @@ -5,7 +5,7 @@ _hkgname=kan-extensions pkgname=haskell-kan-extensions pkgver=5.0.1 -pkgrel=21 +pkgrel=22 pkgdesc="Kan extensions, Kan lifts, various forms of the Yoneda lemma, and (co)density (co)monads" url="http://github.com/ekmett/kan-extensions/" license=("custom:BSD3") @@ -13,7 +13,7 @@ depends=("ghc=8.0.1" "haskell-adjunctions" "haskell-comonad" "haskell-contravariant" "haskell-distributive" "haskell-free" "haskell-mtl" "haskell-semigroupoids" "haskell-tagged") -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=('01de9fe57064a125ecb1d1161519df27043c2058ca246bbd5cd2d73c899ba0e2') prepare() {
