Date: Thursday, December 22, 2016 @ 13:43:30 Author: felixonmars Revision: 201028
upgpkg: haskell-yaml 0.8.21.1-4 rebuild with aeson-1.0.2.1 Modified: haskell-yaml/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-12-22 13:39:37 UTC (rev 201027) +++ PKGBUILD 2016-12-22 13:43:30 UTC (rev 201028) @@ -5,7 +5,7 @@ _hkgname=yaml pkgname=haskell-yaml pkgver=0.8.21.1 -pkgrel=3 +pkgrel=4 pkgdesc="Support for parsing and rendering YAML documents." url="http://github.com/snoyberg/yaml/" license=("custom:BSD3") @@ -13,7 +13,7 @@ depends=("ghc=8.0.1" "haskell-aeson" "haskell-attoparsec" "haskell-conduit" "haskell-vector" "haskell-enclosed-exceptions" "haskell-resourcet" "haskell-scientific" "haskell-semigroups" "haskell-text" "haskell-unordered-containers") -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=('f9f8e801a215c65cf5eff6e3aa384060e60232521630495d13573bf0677a0db2') prepare() {
