Date: Tuesday, February 21, 2017 @ 07:35:56 Author: felixonmars Revision: 213256
upgpkg: haskell-yaml 0.8.22-1 rebuild with yaml,0.8.22 Modified: haskell-yaml/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-02-21 07:28:08 UTC (rev 213255) +++ PKGBUILD 2017-02-21 07:35:56 UTC (rev 213256) @@ -4,17 +4,17 @@ _hkgname=yaml pkgname=haskell-yaml -pkgver=0.8.21.2 -pkgrel=3 +pkgver=0.8.22 +pkgrel=1 pkgdesc="Support for parsing and rendering YAML documents." url="http://github.com/snoyberg/yaml/" license=("custom:BSD3") arch=('i686' 'x86_64') 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") + "haskell-resourcet" "haskell-scientific" "haskell-semigroups" "haskell-text" + "haskell-unordered-containers") source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha256sums=('441cf712cd20ac6b0ded900562ca33770c8752702963ab267bff72b0657fef29') +sha256sums=('76429aedad04cadacbdc20fdb7f4a763b8e5bf9f733d6c97f166edb24bd9b5a3') prepare() { # Needed only for examples, which won't be built
