Date: Saturday, February 20, 2016 @ 15:34:32 Author: fyan Revision: 162763
upgpkg: haskell-aeson 0.11.0.0-1 Modified: haskell-aeson/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-02-20 14:33:11 UTC (rev 162762) +++ PKGBUILD 2016-02-20 14:34:32 UTC (rev 162763) @@ -5,19 +5,19 @@ pkgname=haskell-aeson _hkgname=aeson -pkgver=0.10.0.0 -pkgrel=7 +pkgver=0.11.0.0 +pkgrel=1 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=7.10.3" 'haskell-attoparsec' 'haskell-unordered-containers' 'haskell-mtl' - 'haskell-syb' 'haskell-vector' 'haskell-dlist') +depends=("ghc=7.10.3" 'haskell-attoparsec' 'haskell-fail' 'haskell-semigroups' 'haskell-unordered-containers' + 'haskell-mtl' 'haskell-syb' 'haskell-vector' 'haskell-dlist') source=("http://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-${pkgver}.tar.gz") options=('staticlibs') install=$pkgname.install -md5sums=('a7f29ab57d21f7aa5d2889b2b386b2a1') +md5sums=('c531b2ed2bfd6637ea5f0c213c5170a4') build() { cd "$srcdir/$_hkgname-$pkgver"
