Date: Sunday, February 5, 2023 @ 01:23:31 Author: felixonmars Revision: 1392696
upgpkg: haskell-hls-explicit-imports-plugin 1.1.0.0-3: rebuild with list-t 1.0.5.4 Modified: haskell-hls-explicit-imports-plugin/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-02-05 01:23:28 UTC (rev 1392695) +++ PKGBUILD 2023-02-05 01:23:31 UTC (rev 1392696) @@ -3,7 +3,7 @@ _hkgname=hls-explicit-imports-plugin pkgname=haskell-hls-explicit-imports-plugin pkgver=1.1.0.0 -pkgrel=2 +pkgrel=3 pkgdesc="Explicit imports plugin for Haskell Language Server" url="https://hackage.haskell.org/package/hls-explicit-imports-plugin" license=("Apache") @@ -38,7 +38,7 @@ check() { cd $_hkgname-$pkgver - runhaskell Setup test + runhaskell Setup test --show-details=direct } package() {
