Date: Thursday, September 29, 2022 @ 20:29:26
  Author: felixonmars
Revision: 1317077

upgpkg: haskell-hls-explicit-imports-plugin 1.0.1.1-1: rebuild with ghcide 
1.5.0, haskell-language-server 1.5.0.0, hls-call-hierarchy-plugin 1.0.1.1, 
hls-eval-plugin 1.2.0.1, hls-explicit-imports-plugin 1.0.1.1, 
hls-fourmolu-plugin 1.0.1.1, hls-graph 1.5.1.0, hls-hlint-plugin 1.0.2.0, 
hls-ormolu-plugin 1.0.1.1, hls-plugin-api 1.2.0.2, hls-retrie-plugin 1.0.1.3, 
hls-stylish-haskell-plugin 1.0.0.3, hls-test-utils 1.1.0.1

Modified:
  haskell-hls-explicit-imports-plugin/trunk/PKGBUILD

----------+
 PKGBUILD |   14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-09-29 20:24:52 UTC (rev 1317076)
+++ PKGBUILD    2022-09-29 20:29:26 UTC (rev 1317077)
@@ -2,8 +2,8 @@
 
 _hkgname=hls-explicit-imports-plugin
 pkgname=haskell-hls-explicit-imports-plugin
-pkgver=1.0.1.0
-pkgrel=255
+pkgver=1.0.1.1
+pkgrel=1
 pkgdesc="Explicit imports plugin for Haskell Language Server"
 url="https://hackage.haskell.org/package/hls-explicit-imports-plugin";
 license=("Apache")
@@ -10,9 +10,9 @@
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-aeson' 'haskell-ghc' 'haskell-ghc-api-compat' 
'haskell-ghcide'
          'haskell-hls-graph' 'haskell-hls-plugin-api' 'haskell-lsp' 
'haskell-unordered-containers')
-makedepends=('ghc' 'uusi')
+makedepends=('ghc' 'uusi' 'haskell-hls-test-utils')
 
source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz";)
-sha512sums=('7691ecc341fb511e51ccb6c1f67cd6f3c908f771b62423d7713d05bf13893b7ac53ae9c453ab8b6ca227ed8c9b42191cd30b9745b57f00c51f3f3646954955b8')
+sha512sums=('2bf0ab3e9f48a1e3dd95bcbeecee814029c647bb020611732defb3e3ccd8f5989b14350628bf511237e9354cb16d4b7be4c5a875a4e4eae7ffa40a610e390be5')
 
 prepare() {
   cd $_hkgname-$pkgver
@@ -36,6 +36,12 @@
   sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
 }
 
+check() {
+  cd $_hkgname-$pkgver
+  # TODO
+  runhaskell Setup test || echo "Tests failed"
+}
+
 package() {
   cd $_hkgname-$pkgver
 

Reply via email to