Date: Tuesday, July 10, 2018 @ 02:10:58 Author: felixonmars Revision: 355941
upgpkg: haskell-yaml 0.8.32-1 rebuild with yaml 0.8.32 Modified: haskell-yaml/trunk/PKGBUILD ----------+ PKGBUILD | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-07-10 02:00:43 UTC (rev 355940) +++ PKGBUILD 2018-07-10 02:10:58 UTC (rev 355941) @@ -4,8 +4,8 @@ _hkgname=yaml pkgname=haskell-yaml -pkgver=0.8.31.1 -pkgrel=2 +pkgver=0.8.32 +pkgrel=1 pkgdesc="Support for parsing and rendering YAML documents." url="https://github.com/snoyberg/yaml/" license=("custom:BSD3") @@ -15,11 +15,10 @@ 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=('ae82d9eaac0a4c4fe124e9eeeddd411cc722cabc3ae195a71027db187c617564352d4594732c2e2ef56b6a825ea4abc09f8cbe3cfe9fa388b61f4c1e852802aa') +sha512sums=('0d221441b23e4df6783ca93b9a8fb4b25ca7e472ee963206cc6967c300f4c3e17a965b57d34675f94cf31ec59c88d773569b4aa17d198e7e5edeb3343f9bebde') prepare() { - # Needed only for examples, which won't be built - sed -e '/raw-strings-qq/d' -e '/semigroups/d' -i ${_hkgname}-${pkgver}/${_hkgname}.cabal + sed -e '/semigroups/d' -i ${_hkgname}-${pkgver}/${_hkgname}.cabal } build() {
