Date: Tuesday, April 30, 2019 @ 23:41:45 Author: felixonmars Revision: 457238
upgpkg: haskell-aeson 1.4.3.0-1 rebuild with aeson 1.4.3.0 Modified: haskell-aeson/trunk/PKGBUILD ----------+ PKGBUILD | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-04-30 23:06:48 UTC (rev 457237) +++ PKGBUILD 2019-04-30 23:41:45 UTC (rev 457238) @@ -4,8 +4,8 @@ pkgname=haskell-aeson _hkgname=aeson -pkgver=1.4.2.0 -pkgrel=19 +pkgver=1.4.3.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") @@ -15,17 +15,13 @@ 'haskell-time-locale-compat' 'haskell-unordered-containers' 'haskell-uuid-types' 'haskell-vector') makedepends=('ghc' 'haskell-quickcheck' 'haskell-integer-logarithms' - 'haskell-base-orphans' 'haskell-base16-bytestring' 'haskell-generic-deriving' - 'haskell-hashable-time' 'haskell-tasty' 'haskell-tasty-hunit' - 'haskell-tasty-quickcheck' 'haskell-quickcheck-instances') + 'haskell-base-orphans' 'haskell-base16-bytestring' 'haskell-diff' + 'haskell-generic-deriving' 'haskell-hashable-time' 'haskell-tasty' + '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=('b413a0f3c35e7598b297a622f744de4133d7f784893bfa274356c156f74aeeb37cc2344c7f2adf13d4c41403d07708f37bb93bfbc78edb9ea74dc297fadb15b7') +sha512sums=('06cbbf7928a02d105b60756d4faf87baf3ce9a35b410cce25ac2db89d98997a817329fb52f2807e63f846a8990cf6a1d48827d6882444ad6c3832016bb76b9e2') -prepare() { - cd $_hkgname-$pkgver - sed -i -e 's/< *0.8/<1/' -e 's/< *2.12/<3/' $_hkgname.cabal -} - build() { cd $_hkgname-$pkgver runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
