Date: Tuesday, August 28, 2018 @ 23:20:13 Author: felixonmars Revision: 375024
upgpkg: haskell-yaml 0.10.1-1 rebuild with yaml 0.10.1 Modified: haskell-yaml/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-08-28 22:34:37 UTC (rev 375023) +++ PKGBUILD 2018-08-28 23:20:13 UTC (rev 375024) @@ -4,8 +4,8 @@ _hkgname=yaml pkgname=haskell-yaml -pkgver=0.10.0 -pkgrel=4 +pkgver=0.10.1 +pkgrel=1 pkgdesc="Support for parsing and rendering YAML documents." url="https://github.com/snoyberg/yaml/" license=("custom:BSD3") @@ -15,12 +15,8 @@ makedepends=('ghc' 'haskell-hspec' 'haskell-hunit' 'haskell-mockery' 'haskell-base-compat' 'haskell-raw-strings-qq' 'haskell-temporary') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('21f6cb3bac8c00065f83e785d99e9602e8eaf884897504f27ce7a9a639165d782466f16433503390bb012055c49435864b4c95cc4922de21d923668ae58e0272') +sha512sums=('6e2c9bbc197b99a241b40d35dfe72f378290b1d06cb015c621f30eeb7c78095c8c52a305673aa22dd2790d89fa51e495d4c47c8164ba28e03981419d1c1f8f77') -prepare() { - sed -e '/semigroups/d' -i ${_hkgname}-${pkgver}/${_hkgname}.cabal -} - build() { cd "${srcdir}/${_hkgname}-${pkgver}"
