Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-hls-hlint-plugin
Commits:
6c3d8483 by Felix Yan at 2024-10-14T14:08:57+03:00
upgpkg: 1.1.2.0-93: rebuild with ghcide 1.10.0.0, haskell-language-server
1.10.0.0, hie-bios 0.12.0, hiedb 0.4.3.0, hls-alternate-number-format-plugin
1.3.0.1, hls-change-type-signature-plugin 1.1.0.1, hls-eval-plugin 1.5.0.0,
hls-explicit-imports-plugin 1.2.1.0, hls-explicit-record-fields-plugin 1.0.1.0,
hls-floskell-plugin 1.0.2.1, hls-gadt-plugin 1.0.2.0, hls-refactor-plugin
1.2.0.0, hls-refine-imports-plugin 1.0.5.0, hls-rename-plugin 1.0.2.1,
hls-retrie-plugin 1.0.4.0, hls-splice-plugin 1.1.0.0,
hls-stylish-haskell-plugin 1.0.1.3, hls-test-utils 1.6.0.0
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-hls-hlint-plugin
pkgdesc = Hlint integration plugin with Haskell Language Server
pkgver = 1.1.2.0
- pkgrel = 92
+ pkgrel = 93
url = https://hackage.haskell.org/package/hls-hlint-plugin
arch = x86_64
license = Apache
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
_hkgname=hls-hlint-plugin
pkgname=haskell-hls-hlint-plugin
pkgver=1.1.2.0
-pkgrel=92
+pkgrel=93
pkgdesc="Hlint integration plugin with Haskell Language Server"
url="https://hackage.haskell.org/package/hls-hlint-plugin"
license=("Apache")
@@ -21,7 +21,7 @@
sha512sums=('58c1328380a0f83c4e3027cdf3e55ab3784acc717806d0982312927959acda545e3
prepare() {
cd $_hkgname-$pkgver
gen-setup
- uusi -r ghc-lib-parser:ghc,ghc-boot $_hkgname.cabal
+ uusi -r ghc-lib-parser:ghc,ghc-boot -u ghcide -u hls-test-utils
sed -e 's/"ghc-lib-parser" //' -e 's/ghc_lib_parser/ghc/' -i
src/Ide/Plugin/Hlint.hs
# sed -i '/HLINT_ON_GHC_LIB/d' $_hkgname.cabal
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-hlint-plugin/-/commit/6c3d8483ba6116ab377519eeec90c298a063f4ee
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-hlint-plugin/-/commit/6c3d8483ba6116ab377519eeec90c298a063f4ee
You're receiving this email because of your account on gitlab.archlinux.org.