Date: Saturday, December 8, 2018 @ 21:38:46 Author: felixonmars Revision: 412696
upgpkg: haskell-yaml 0.11.0.0-8 rebuild with vector 0.12.0.2 Modified: haskell-yaml/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-12-08 21:37:48 UTC (rev 412695) +++ PKGBUILD 2018-12-08 21:38:46 UTC (rev 412696) @@ -4,10 +4,10 @@ _hkgname=yaml pkgname=haskell-yaml pkgver=0.11.0.0 -pkgrel=7 +pkgrel=8 pkgdesc="Support for parsing and rendering YAML documents." url="https://github.com/snoyberg/yaml/" -license=("custom:BSD3") +license=("BSD") arch=('x86_64') depends=('ghc-libs' 'haskell-aeson' 'haskell-attoparsec' 'haskell-conduit' 'haskell-libyaml' 'haskell-vector' 'haskell-resourcet' 'haskell-scientific' 'haskell-unordered-containers')
