Date: Friday, December 30, 2022 @ 22:03:31
  Author: felixonmars
Revision: 1372548

upgpkg: haskell-hls-retrie-plugin 1.0.2.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-retrie-plugin/trunk/PKGBUILD

----------+
 PKGBUILD |   19 +++++++++++--------
 1 file changed, 11 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-12-30 22:03:02 UTC (rev 1372547)
+++ PKGBUILD    2022-12-30 22:03:31 UTC (rev 1372548)
@@ -2,24 +2,22 @@
 
 _hkgname=hls-retrie-plugin
 pkgname=haskell-hls-retrie-plugin
-pkgver=1.0.1.4
-pkgrel=20
+pkgver=1.0.2.0
+pkgrel=1
 pkgdesc="Retrie integration plugin for Haskell Language Server"
 url="https://hackage.haskell.org/package/hls-retrie-plugin";
 license=("Apache")
 arch=('x86_64')
-depends=('ghc-libs' 'haskell-aeson' 'haskell-extra' 'haskell-ghc' 
'haskell-ghc-api-compat'
-         'haskell-ghcide' 'haskell-hashable' 'haskell-hls-plugin-api' 
'haskell-lsp'
-         'haskell-lsp-types' 'haskell-retrie' 'haskell-safe-exceptions'
-         'haskell-unordered-containers')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-extra' 'haskell-ghc' 
'haskell-ghcide'
+         'haskell-hashable' 'haskell-hls-plugin-api' 'haskell-lsp' 
'haskell-lsp-types'
+         'haskell-retrie' 'haskell-safe-exceptions' 
'haskell-unordered-containers')
 makedepends=('ghc' 'uusi')
 
source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz";)
-sha512sums=('360981d9367e31e3d1088fb6a035e1c112cd7d9dbf0b11bf453faca1b18185731521f51665e82bb28fbb6c0c98cef30f53069ee851939f46d4c8d887fabbb4f9')
+sha512sums=('b911b8cde59e05d0e63e8be1b5d9074cf8d392b436e3ccb62243e08f59b65036b49b0397305d49da24308ff338ea1e38b2faaba27ebc6cf24156648f3dacb325')
 
 prepare() {
   cd $_hkgname-$pkgver
   gen-setup
-  uusi -r ghc:ghc,ghc-api-compat $_hkgname.cabal
 }
 
 build() {
@@ -38,6 +36,11 @@
   sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
 }
 
+check() {
+  cd $_hkgname-$pkgver
+  runhaskell Setup test --show-details=direct
+}
+
 package() {
   cd $_hkgname-$pkgver
 

Reply via email to