Date: Saturday, February 4, 2023 @ 23:04:43 Author: felixonmars Revision: 1392501
upgpkg: haskell-hls-fourmolu-plugin 1.0.3.0-1: rebuild with ghcide 1.7.0.0, haskell-language-server 1.7.0.0, hie-bios 0.9.1, hls-alternate-number-format-plugin 1.1.0.0, hls-brittany-plugin 1.0.2.1, hls-call-hierarchy-plugin 1.0.3.0, hls-change-type-signature-plugin 1.0.1.0, hls-class-plugin 1.0.3.0, hls-eval-plugin 1.2.2.0, hls-explicit-imports-plugin 1.1.0.0, hls-floskell-plugin 1.0.1.1, hls-fourmolu-plugin 1.0.3.0, hls-graph 1.7.0.0, hls-hlint-plugin 1.0.4.0, hls-module-name-plugin 1.0.2.0, hls-ormolu-plugin 1.0.2.1, hls-plugin-api 1.4.0.0, hls-pragmas-plugin 1.0.2.1, hls-refine-imports-plugin 1.0.2.0, hls-rename-plugin 1.0.0.2, hls-retrie-plugin 1.0.2.1, hls-stylish-haskell-plugin 1.0.1.1, hls-tactics-plugin 1.6.2.0, hls-test-utils 1.3.0.0 Modified: haskell-hls-fourmolu-plugin/trunk/PKGBUILD ----------+ PKGBUILD | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-02-04 23:04:03 UTC (rev 1392500) +++ PKGBUILD 2023-02-04 23:04:43 UTC (rev 1392501) @@ -2,23 +2,22 @@ _hkgname=hls-fourmolu-plugin pkgname=haskell-hls-fourmolu-plugin -pkgver=1.0.2.0 -pkgrel=12 +pkgver=1.0.3.0 +pkgrel=1 pkgdesc="Integration with the Fourmolu code formatter" url="https://hackage.haskell.org/package/hls-fourmolu-plugin" license=("Apache") arch=('x86_64') depends=('ghc-libs' 'haskell-fourmolu' 'haskell-ghc' 'haskell-ghcide' 'haskell-hls-plugin-api' - 'haskell-lens' 'haskell-lsp' 'haskell-ghc-api-compat') -makedepends=('ghc' 'uusi' 'haskell-hls-test-utils' 'haskell-lsp-test') + 'haskell-lens' 'haskell-lsp' 'haskell-process-extras') +makedepends=('ghc' 'uusi' 'haskell-aeson' 'haskell-hls-test-utils' 'haskell-lsp-test') checkdepends=('git') source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz") -sha512sums=('4e4e25c52d369559d9f4af255c0fb5c0a1c0b2929d525504270887bfab7c78403baafb6a747c7449b64befb12b6c4738600c7824a3a4c9b9fb61ca5738729701') +sha512sums=('9dbdb9675ca4c71a18b249da3adf01b046b5ecf0957b9fbb054403711e66eb860ad565a126d15975f46d8f3cc7c72575bcbb3fffb534f484f4b6ba51bdf70b77') prepare() { cd $_hkgname-$pkgver gen-setup - uusi -r ghc:ghc,ghc-api-compat $_hkgname.cabal } build() {
