Date: Sunday, February 12, 2023 @ 11:12:43
  Author: felixonmars
Revision: 1400033

upgpkg: haskell-hls-haddock-comments-plugin 1.1.0.0-1: rebuild with ghcide 
1.8.0.0, ghcide-test-utils 1.8.0.0, haskell-language-server 1.8.0.0, hie-bios 
0.11.0, hie-compat 0.3.0.0, hiedb 0.4.2.0, hls-alternate-number-format-plugin 
1.2.0.0, hls-call-hierarchy-plugin 1.1.0.0, hls-change-type-signature-plugin 
1.0.1.1, hls-class-plugin 1.1.0.0, hls-code-range-plugin 1.0.0.0, 
hls-eval-plugin 1.3.0.0, hls-explicit-fixity-plugin 1.0.0.0, 
hls-floskell-plugin 1.0.1.2, hls-fourmolu-plugin 1.1.0.0, hls-gadt-plugin 
1.0.0.0, hls-graph 1.8.0.0, hls-haddock-comments-plugin 1.1.0.0, 
hls-hlint-plugin 1.1.0.0, hls-module-name-plugin 1.1.0.0, hls-plugin-api 
1.5.0.0, hls-pragmas-plugin 1.0.3.0, hls-refactor-plugin 1.0.0.0, 
hls-refine-imports-plugin 1.0.3.0, hls-rename-plugin 1.0.1.0, hls-retrie-plugin 
1.0.2.2, hls-splice-plugin 1.0.2.0, hls-tactics-plugin 1.7.0.0, hls-test-utils 
1.4.0.0, lsp 1.6.0.0, lsp-test 0.14.1.0, lsp-types 1.6.0.0

Modified:
  haskell-hls-haddock-comments-plugin/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-02-12 11:11:09 UTC (rev 1400032)
+++ PKGBUILD    2023-02-12 11:12:43 UTC (rev 1400033)
@@ -2,23 +2,23 @@
 
 _hkgname=hls-haddock-comments-plugin
 pkgname=haskell-hls-haddock-comments-plugin
-pkgver=1.0.1.0
-pkgrel=17
+pkgver=1.1.0.0
+pkgrel=1
 pkgdesc="Haddock comments plugin for Haskell Language Server"
 url="https://github.com/haskell/haskell-language-server";
 license=("Apache")
 arch=('x86_64')
-depends=('ghc-libs' 'haskell-ghc' 'haskell-ghc-exactprint' 'haskell-ghcide' 
'haskell-hls-plugin-api'
-         'haskell-lsp-types' 'haskell-unordered-containers')
+depends=('ghc-libs' 'haskell-ghc' 'haskell-ghc-exactprint' 'haskell-ghcide'
+         'haskell-hls-plugin-api' 'haskell-hls-refactor-plugin' 
'haskell-lsp-types'
+         'haskell-unordered-containers')
 makedepends=('ghc' 'uusi' 'haskell-hls-test-utils')
 checkdepends=('git')
 
source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz";)
-sha512sums=('611907192bae979c0e3de378c74126645fb7684325d1c50f29e575aa64317bc96de91e578acc0b20f44913da0a9077d9e07b5866384cab28ca8608349f4772da')
+sha512sums=('26bb6f22aba27f87411b6e8b7a99d10165b61890edbebe6c2790724bbd1531efa3134c0bb81d2416b11f7bd0baa8a9fc3d4649c4a31d463db9bd39481a7c1bb0')
 
 prepare() {
   cd $_hkgname-$pkgver
   gen-setup
-  uusi -u ghcide -u hls-plugin-api -u hls-test-utils $_hkgname.cabal
 }
 
 build() {

Reply via email to