Date: Monday, March 28, 2016 @ 05:16:41 Author: fyan Revision: 168592
upgpkg: haskell-aeson-compat 0.3.2.0-1 rebuild with aeson-compat-0.3.2.0, shakespeare-2.0.8 Modified: haskell-aeson-compat/trunk/PKGBUILD ----------+ PKGBUILD | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-03-28 03:16:29 UTC (rev 168591) +++ PKGBUILD 2016-03-28 03:16:41 UTC (rev 168592) @@ -4,24 +4,24 @@ _hkgname=aeson-compat pkgname=haskell-aeson-compat -pkgver=0.3.1.0 -pkgrel=10 +pkgver=0.3.2.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-time-locale-compat" "haskell-unordered-containers" +depends=("ghc=7.10.3" "haskell-aeson" "haskell-attoparsec" "haskell-base-compat" "haskell-exceptions" + "haskell-hashable" "haskell-scientific" "haskell-semigroups" "haskell-text" + "haskell-tagged" "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=('9275040d031433eb0006bce8228a0828e058d547c7d07d61ab0b22154286d736') +sha256sums=('ab594edc5bb15e42975536e689485d0b356d25727b0645d7bfd2f4fa9e27d338') prepare() { # nats is an empty package in new GHC sed -e '/nats/d' \ - -e 's/aeson >=0.7.0.6 && <0.11.1/aeson >=0.7.0.6 \&\& <0.12/' \ -i ${_hkgname}-${pkgver}/${_hkgname}.cabal }
