Date: Saturday, February 4, 2023 @ 23:13:17 Author: felixonmars Revision: 1392509
upgpkg: haskell-hls-explicit-imports-plugin 1.1.0.0-2: fix tests Modified: haskell-hls-explicit-imports-plugin/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-02-04 23:13:03 UTC (rev 1392508) +++ PKGBUILD 2023-02-04 23:13:17 UTC (rev 1392509) @@ -3,7 +3,7 @@ _hkgname=hls-explicit-imports-plugin pkgname=haskell-hls-explicit-imports-plugin pkgver=1.1.0.0 -pkgrel=1 +pkgrel=2 pkgdesc="Explicit imports plugin for Haskell Language Server" url="https://hackage.haskell.org/package/hls-explicit-imports-plugin" license=("Apache") @@ -11,6 +11,7 @@ depends=('ghc-libs' 'haskell-aeson' 'haskell-ghc' 'haskell-ghcide' 'haskell-hls-graph' 'haskell-hls-plugin-api' 'haskell-lsp' '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=('b8dcc6b074c99ab1218f122121aa33778535acfb15de546c10a42fc5554daa92aa36637de7aaa630855da476d0b8bd73d100fd6a1bfa1904c2b3bb228159a7d7') @@ -37,8 +38,7 @@ check() { cd $_hkgname-$pkgver - # TODO - runhaskell Setup test || echo "Tests failed" + runhaskell Setup test } package() {
