Date: Monday, October 10, 2022 @ 19:38:35 Author: felixonmars Revision: 1326606
upgpkg: haskell-hls-plugin-api 1.2.0.2-9: rebuild with vector 0.13.0.0 Modified: haskell-hls-plugin-api/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-10 19:32:30 UTC (rev 1326605) +++ PKGBUILD 2022-10-10 19:38:35 UTC (rev 1326606) @@ -3,7 +3,7 @@ _hkgname=hls-plugin-api pkgname=haskell-hls-plugin-api pkgver=1.2.0.2 -pkgrel=8 +pkgrel=9 pkgdesc="Haskell Language Server API for plugin communication" url="https://github.com/haskell/haskell-language-server/hls-plugin-api" license=("Apache") @@ -10,9 +10,9 @@ arch=('x86_64') depends=('ghc-libs' 'haskell-diff' 'haskell-aeson' 'haskell-data-default' 'haskell-dependent-map' 'haskell-dependent-sum' 'haskell-dlist' 'haskell-ghc' 'haskell-ghc-api-compat' - 'haskell-hashable' 'haskell-hls-graph' 'haskell-hslogger' 'haskell-lens' 'haskell-lsp' - 'haskell-optparse-applicative' 'haskell-opentelemetry' 'haskell-regex-tdfa' - 'haskell-unordered-containers') + 'haskell-hashable' 'haskell-hls-graph' 'haskell-hslogger' 'haskell-lens' + 'haskell-lens-aeson' 'haskell-lsp' 'haskell-optparse-applicative' 'haskell-opentelemetry' + 'haskell-regex-tdfa' 'haskell-unordered-containers') makedepends=('ghc' 'uusi') source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz" hls-plugin-api-aeson-2.patch)
