Date: Monday, July 25, 2022 @ 11:41:13 Author: felixonmars Revision: 1257685
upgpkg: haskell-hls-graph 1.5.1.0-1: rebuild with inspection-testing 0.5, tasty-inspection-testing 0.2 Modified: haskell-hls-graph/trunk/PKGBUILD ----------+ PKGBUILD | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-07-25 11:40:52 UTC (rev 1257684) +++ PKGBUILD 2022-07-25 11:41:13 UTC (rev 1257685) @@ -2,16 +2,18 @@ _hkgname=hls-graph pkgname=haskell-hls-graph -pkgver=1.4.0.0 -pkgrel=164 +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 @@ -25,7 +27,8 @@ --prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname --enable-tests \ --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid --ghc-option=-fllvm \ --ghc-option=-optl-Wl\,-z\,relro\,-z\,now \ - --ghc-option='-pie' + --ghc-option='-pie' \ + -f-embed-files runhaskell Setup build $MAKEFLAGS runhaskell Setup register --gen-script @@ -34,6 +37,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
