Date: Wednesday, October 7, 2015 @ 03:31:34 Author: allan Revision: 143164
GHC 7.10.2 rebuild Modified: haskell-aeson/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-10-07 01:25:12 UTC (rev 143163) +++ PKGBUILD 2015-10-07 01:31:34 UTC (rev 143164) @@ -6,13 +6,13 @@ pkgname=haskell-aeson _hkgname=aeson pkgver=0.9.0.1 -pkgrel=1 +pkgrel=2 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.1" 'haskell-attoparsec' 'haskell-unordered-containers' 'haskell-mtl' +depends=("ghc=7.10.2" 'haskell-attoparsec' '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')
