Date: Tuesday, February 16, 2016 @ 02:54:40 Author: fyan Revision: 161773
upgpkg: haskell-yaml 0.8.16-1 Modified: haskell-yaml/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-02-16 01:52:19 UTC (rev 161772) +++ PKGBUILD 2016-02-16 01:54:40 UTC (rev 161773) @@ -4,19 +4,19 @@ _hkgname=yaml pkgname=haskell-yaml -pkgver=0.8.15.3 -pkgrel=6 +pkgver=0.8.16 +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=7.10.3" "haskell-aeson" "haskell-attoparsec" "haskell-conduit" "haskell-vector" - "haskell-enclosed-exceptions" "haskell-resourcet" "haskell-scientific" "haskell-text" - "haskell-unordered-containers") + "haskell-enclosed-exceptions" "haskell-resourcet" "haskell-scientific" "haskell-semigroups" + "haskell-text" "haskell-unordered-containers") options=('staticlibs') source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") install="${pkgname}.install" -sha256sums=('f90444f327d8bbcbcab7a99bacbc79236528daf2a1e98aed03d146f1a2202a10') +sha256sums=('d68ad3dd16e4b8ba943d0f58666d1f53be24923088df15f46be44bbbaf85c529') build() { cd "${srcdir}/${_hkgname}-${pkgver}"
