Date: Saturday, May 19, 2018 @ 08:36:29 Author: felixonmars Revision: 324471
upgpkg: haskell-yaml 0.8.30-4 rebuild with base-compat,0.10.1 aeson,1.3.1.1 Modified: haskell-yaml/trunk/PKGBUILD ----------+ PKGBUILD | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-19 08:33:32 UTC (rev 324470) +++ PKGBUILD 2018-05-19 08:36:29 UTC (rev 324471) @@ -5,14 +5,13 @@ _hkgname=yaml pkgname=haskell-yaml pkgver=0.8.30 -pkgrel=3 +pkgrel=4 pkgdesc="Support for parsing and rendering YAML documents." url="https://github.com/snoyberg/yaml/" license=("custom:BSD3") arch=('x86_64') depends=('ghc-libs' 'haskell-aeson' 'haskell-attoparsec' 'haskell-conduit' 'haskell-vector' - 'haskell-resourcet' 'haskell-scientific' 'haskell-semigroups' - 'haskell-unordered-containers') + 'haskell-resourcet' 'haskell-scientific' 'haskell-unordered-containers') 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") @@ -20,7 +19,7 @@ prepare() { # Needed only for examples, which won't be built - sed -i '/raw-strings-qq/d' ${_hkgname}-${pkgver}/${_hkgname}.cabal + sed -e '/raw-strings-qq/d' -e '/semigroups/d' -i ${_hkgname}-${pkgver}/${_hkgname}.cabal } build() {
