Date: Friday, December 30, 2022 @ 22:02:02 Author: felixonmars Revision: 1372536
upgpkg: haskell-hls-stylish-haskell-plugin 1.0.1.0-1: rebuild with ghcide 1.6.0.0, haskell-language-server 1.6.0.0, hls-alternate-number-format-plugin 1.0.1.0, hls-brittany-plugin 1.0.2.0, hls-call-hierarchy-plugin 1.0.2.0, hls-class-plugin 1.0.2.0, hls-eval-plugin 1.2.1.0, hls-explicit-imports-plugin 1.0.2.0, hls-floskell-plugin 1.0.1.0, hls-fourmolu-plugin 1.0.2.0, hls-graph 1.6.0.0, hls-haddock-comments-plugin 1.0.1.0, hls-hlint-plugin 1.0.3.0, hls-module-name-plugin 1.0.1.0, hls-ormolu-plugin 1.0.2.0, hls-pragmas-plugin 1.0.2.0, hls-plugin-api 1.3.0.0, hls-qualify-imported-names-plugin 1.0.1.0, hls-refine-imports-plugin 1.0.1.0, hls-retrie-plugin 1.0.2.0, hls-selection-range-plugin 1.0.0.0, hls-splice-plugin 1.0.1.0, hls-stylish-haskell-plugin 1.0.1.0, hls-tactics-plugin 1.6.0.0, hls-test-utils 1.2.0.0, lsp 1.4.0.0, lsp-test 0.14.0.2, lsp-types 1.4.0.1 Modified: haskell-hls-stylish-haskell-plugin/trunk/PKGBUILD ----------+ PKGBUILD | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-12-30 22:01:18 UTC (rev 1372535) +++ PKGBUILD 2022-12-30 22:02:02 UTC (rev 1372536) @@ -2,23 +2,22 @@ _hkgname=hls-stylish-haskell-plugin pkgname=haskell-hls-stylish-haskell-plugin -pkgver=1.0.0.4 -pkgrel=19 +pkgver=1.0.1.0 +pkgrel=1 pkgdesc="Integration with the Stylish Haskell code formatter" url="https://hackage.haskell.org/package/hls-stylish-haskell-plugin" license=("Apache") arch=('x86_64') -depends=('ghc-libs' 'haskell-ghc' 'haskell-ghc-api-compat' 'haskell-ghcide' 'haskell-hls-plugin-api' - 'haskell-lsp-types' 'stylish-haskell') +depends=('ghc-libs' 'haskell-ghc' 'haskell-ghcide' 'haskell-hls-plugin-api' 'haskell-lsp-types' + 'stylish-haskell') makedepends=('ghc' 'uusi' 'haskell-hls-test-utils') checkdepends=('git') source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz") -sha512sums=('ab4ddfbec1e0f9899c7d5f36f22c5791c6ef7b51aa4a497100af550e61593f632d174066ad2a322c0d3482dabc02fae761e62f2d918ddc92ab8b482ef65d76ee') +sha512sums=('49b772587abd5e523d6560c2b667a0492a224602c6290b52bb65b10945c5185cbe1b2039ef9f10a8972448720a3ffaac2e8608e26bb8c03791b794f6d41a9c3b') prepare() { cd $_hkgname-$pkgver gen-setup - uusi -r ghc:ghc,ghc-api-compat $_hkgname.cabal } build() {
