Date: Monday, October 10, 2022 @ 14:19:04 Author: felixonmars Revision: 1326036
upgpkg: haskell-aeson 2.0.3.0-4: rebuild with vector 0.13.0.0 Modified: haskell-aeson/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-10 14:18:57 UTC (rev 1326035) +++ PKGBUILD 2022-10-10 14:19:04 UTC (rev 1326036) @@ -5,7 +5,7 @@ pkgname=haskell-aeson _hkgname=aeson pkgver=2.0.3.0 -pkgrel=3 +pkgrel=4 pkgdesc="A JSON parsing and encoding library optimized for ease of use and high performance" url="https://github.com/haskell/aeson" license=("GPL") @@ -16,7 +16,7 @@ 'haskell-strict' 'haskell-tagged' 'haskell-text-short' 'haskell-th-abstraction' 'haskell-these' 'haskell-time-compat' 'haskell-unordered-containers' 'haskell-uuid-types' 'haskell-vector' 'haskell-witherable') -makedepends=('ghc' 'haskell-diff' 'haskell-base-compat' 'haskell-base-orphans' +makedepends=('ghc' 'uusi' 'haskell-diff' 'haskell-base-compat' 'haskell-base-orphans' 'haskell-base16-bytestring' 'haskell-generic-deriving' 'haskell-integer-logarithms' 'haskell-quickcheck-instances' 'haskell-tasty' 'haskell-tasty-golden' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck') @@ -23,6 +23,11 @@ source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-${pkgver}.tar.gz") sha512sums=('546adaaf864ca40012a268d71f442479f0ad7c69e9f943391801570e227a2faa652494766f1f63b77c730e019e83ebdd7511426baa12792a28fbb470eca64552') +prepare() { + cd $_hkgname-$pkgver + uusi -u vector $_hkgname.cabal +} + build() { cd $_hkgname-$pkgver runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
