Date: Thursday, February 11, 2016 @ 07:39:17 Author: fyan Revision: 161121
upgpkg: haskell-aeson-compat 0.3.1.0-1 Modified: haskell-aeson-compat/trunk/PKGBUILD ----------+ PKGBUILD | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-02-11 06:36:46 UTC (rev 161120) +++ PKGBUILD 2016-02-11 06:39:17 UTC (rev 161121) @@ -4,20 +4,25 @@ _hkgname=aeson-compat pkgname=haskell-aeson-compat -pkgver=0.3.0.0 -pkgrel=7 +pkgver=0.3.1.0 +pkgrel=1 pkgdesc="Compatibility layer for aeson" url="http://hackage.haskell.org/package/${_hkgname}" 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-attoparsec" "haskell-exceptions" "haskell-hashable" + "haskell-scientific" "haskell-text" "haskell-time-locale-compat" "haskell-unordered-containers" + "haskell-vector") options=('staticlibs') source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") install="${pkgname}.install" -sha256sums=('697b2f86628bd6665db153b84ef40c699d372b4b429a7c4ef28719313b9c97ef') +sha256sums=('9275040d031433eb0006bce8228a0828e058d547c7d07d61ab0b22154286d736') +prepare() { + # Empty package in new GHC + sed -i '/nats/d' ${_hkgname}-${pkgver}/${_hkgname}.cabal +} + build() { cd "${srcdir}/${_hkgname}-${pkgver}"