Date: Saturday, June 25, 2016 @ 10:12:52 Author: felixonmars Revision: 181169
upgpkg: haskell-aeson 0.11.2.0-6 remove semigroups from dependencies Modified: haskell-aeson/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-06-25 09:59:14 UTC (rev 181168) +++ PKGBUILD 2016-06-25 10:12:52 UTC (rev 181169) @@ -6,14 +6,14 @@ pkgname=haskell-aeson _hkgname=aeson pkgver=0.11.2.0 -pkgrel=5 +pkgrel=6 pkgdesc="A JSON parsing and encoding library optimized for ease of use and high performance." url="https://github.com/bos/aeson" license=("GPL") arch=('i686' 'x86_64') makedepends=('ghc') -depends=("ghc=8.0.1" 'haskell-attoparsec' 'haskell-semigroups' 'haskell-unordered-containers' - 'haskell-mtl' 'haskell-syb' 'haskell-tagged' 'haskell-vector' 'haskell-dlist') +depends=("ghc=8.0.1" 'haskell-attoparsec' 'haskell-unordered-containers' 'haskell-mtl' + 'haskell-syb' 'haskell-tagged' 'haskell-vector' 'haskell-dlist') source=("http://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-${pkgver}.tar.gz") md5sums=('aef0c0cd9d3563a5ce17eff36871d47c')
