Date: Saturday, December 26, 2015 @ 04:10:50 Author: fyan Revision: 154555
upgpkg: haskell-aeson-extra 0.3.0.0-1 Modified: haskell-aeson-extra/trunk/PKGBUILD ----------+ PKGBUILD | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-12-26 03:09:19 UTC (rev 154554) +++ PKGBUILD 2015-12-26 03:10:50 UTC (rev 154555) @@ -4,19 +4,19 @@ _hkgname=aeson-extra pkgname=haskell-aeson-extra -pkgver=0.2.3.0 -pkgrel=2 +pkgver=0.3.0.0 +pkgrel=1 pkgdesc="Extra goodies for aeson" url="https://github.com/phadej/aeson-extra#readme" license=("custom:BSD3") arch=('i686' 'x86_64') -depends=("ghc=7.10.3" "haskell-aeson" "haskell-attoparsec" "haskell-exceptions" - "haskell-hashable" "haskell-scientific" "haskell-text" - "haskell-unordered-containers" "haskell-vector") +depends=("ghc=7.10.3" "haskell-aeson" "haskell-aeson-compat" "haskell-base-compat" + "haskell-exceptions" "haskell-hashable" "haskell-parsec" "haskell-scientific" + "haskell-text" "haskell-time-parsers" "haskell-unordered-containers" "haskell-vector") options=('staticlibs') source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") install="${pkgname}.install" -sha256sums=('43ace09b9c03c5c55216b2062228bda94e5fd23333a0cc1eca0e5478546f9e77') +sha256sums=('b9e54cf293c25bbd5646a777cf71a23c4158b708dd358fe3e705add326d5870f') build() { cd "${srcdir}/${_hkgname}-${pkgver}"
