Date: Thursday, September 29, 2022 @ 19:46:05 Author: felixonmars Revision: 1317040
upgpkg: haskell-hls-graph 1.5.1.0-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-graph/trunk/PKGBUILD ----------+ PKGBUILD | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-09-29 19:36:28 UTC (rev 1317039) +++ PKGBUILD 2022-09-29 19:46:05 UTC (rev 1317040) @@ -2,16 +2,18 @@ _hkgname=hls-graph pkgname=haskell-hls-graph -pkgver=1.4.0.0 -pkgrel=204 +pkgver=1.5.1.0 +pkgrel=1 pkgdesc="Haskell Language Server internal graph API" url="https://github.com/haskell/haskell-language-server#readme" license=("Apache") arch=('x86_64') -depends=('ghc-libs' 'haskell-shake' 'haskell-unordered-containers') +depends=('ghc-libs' 'haskell-aeson' 'haskell-async' 'haskell-extra' 'haskell-hashable' + 'haskell-js-dgtable' 'haskell-js-flot' 'haskell-js-jquery' 'haskell-primitive' + 'haskell-unordered-containers') makedepends=('ghc' 'uusi') source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz") -sha256sums=('8ee3bf2a7f11f15741c94a9d40560aa2fe35af3c8fce40166796233322a5a474') +sha256sums=('4cf12e485f9af7403dc2ae798d6a3c695f0af938932368499797f1304a465289') prepare() { cd $_hkgname-$pkgver @@ -34,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
