Date: Wednesday, June 26, 2019 @ 06:28:49 Author: felixonmars Revision: 484213
upgpkg: haskell-aeson 1.4.4.0-1 rebuild with aeson 1.4.4.0 Modified: haskell-aeson/trunk/PKGBUILD ----------+ PKGBUILD | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-06-26 06:25:45 UTC (rev 484212) +++ PKGBUILD 2019-06-26 06:28:49 UTC (rev 484213) @@ -4,8 +4,8 @@ pkgname=haskell-aeson _hkgname=aeson -pkgver=1.4.3.0 -pkgrel=13 +pkgver=1.4.4.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") @@ -12,7 +12,7 @@ arch=('x86_64') depends=('ghc-libs' 'haskell-attoparsec' 'haskell-base-compat' 'haskell-dlist' 'haskell-hashable' 'haskell-primitive' 'haskell-scientific' 'haskell-tagged' 'haskell-th-abstraction' - 'haskell-time-locale-compat' 'haskell-unordered-containers' 'haskell-uuid-types' + 'haskell-time-compat' 'haskell-unordered-containers' 'haskell-uuid-types' 'haskell-vector') makedepends=('ghc' 'haskell-quickcheck' 'haskell-integer-logarithms' 'haskell-base-orphans' 'haskell-base16-bytestring' 'haskell-diff' @@ -20,13 +20,8 @@ 'haskell-tasty-golden' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck' 'haskell-quickcheck-instances') source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-${pkgver}.tar.gz") -sha512sums=('06cbbf7928a02d105b60756d4faf87baf3ce9a35b410cce25ac2db89d98997a817329fb52f2807e63f846a8990cf6a1d48827d6882444ad6c3832016bb76b9e2') +sha512sums=('0ff462f93f28135ad255e77aaf0523a6d306c0a5fde7439ed4f652fec7811c6b446a3571098fd2af04bafbb2874b4e3052eb1792b61996cde23eabfa9abce944') -prepare() { - cd $_hkgname-$pkgver - sed -i 's/< *2.13/<3/' $_hkgname.cabal -} - build() { cd $_hkgname-$pkgver runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
