Date: Tuesday, January 16, 2018 @ 16:43:56 Author: felixonmars Revision: 283436
upgpkg: haskell-yaml 0.8.27-1 rebuild with yaml,0.8.27 Modified: haskell-yaml/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-01-16 16:42:07 UTC (rev 283435) +++ PKGBUILD 2018-01-16 16:43:56 UTC (rev 283436) @@ -4,8 +4,8 @@ _hkgname=yaml pkgname=haskell-yaml -pkgver=0.8.25.1 -pkgrel=5 +pkgver=0.8.27 +pkgrel=1 pkgdesc="Support for parsing and rendering YAML documents." url="https://github.com/snoyberg/yaml/" license=("custom:BSD3") @@ -16,7 +16,7 @@ makedepends=('ghc' 'haskell-hspec' 'haskell-hunit' 'haskell-mockery' 'haskell-base-compat' 'haskell-temporary') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('c5a93c1c06991c35ca39d689c83e2e62bdb8f6fdb7e6dd36813f27a46df63a367eda9c104c7200827f4b4bc57e086621f3d62f5bc92dc23023ddd7ffe525a7bd') +sha512sums=('fc9aec93713d1804e8d1453f3888a5378c4b70055991c2e2d90718536ea578db279b1e393940f5057e01e900fa1fb0a7b6770436702bea4c31404c0c6cdd8d87') prepare() { # Needed only for examples, which won't be built
