Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-hls-explicit-imports-plugin
Commits:
15ece331 by Felix Yan at 2024-10-14T13:19:34+03:00
upgpkg: 1.2.1.0-1: 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-explicit-imports-plugin
pkgdesc = Explicit imports plugin for Haskell Language Server
- pkgver = 1.2.0.0
- pkgrel = 202
+ pkgver = 1.2.1.0
+ pkgrel = 1
url = https://hackage.haskell.org/package/hls-explicit-imports-plugin
arch = x86_64
license = Apache
@@ -17,7 +17,7 @@ pkgbase = haskell-hls-explicit-imports-plugin
depends = haskell-hls-plugin-api
depends = haskell-lsp
depends = haskell-unordered-containers
- source =
https://hackage.haskell.org/packages/archive/hls-explicit-imports-plugin/1.2.0.0/hls-explicit-imports-plugin-1.2.0.0.tar.gz
- sha512sums =
b4e52b974c0a79ce43bfb4a5a6252a5f5adf06bbf5fbecdc80aa14d359042471381b44fb2f810bbdaa0e687dc828f4a08b71c76fa088de18b9d1e8e23aa562cd
+ source =
https://hackage.haskell.org/packages/archive/hls-explicit-imports-plugin/1.2.1.0/hls-explicit-imports-plugin-1.2.1.0.tar.gz
+ sha512sums =
9e2afb87eb82d9d67c25ba6cdcd74babfe260a92e53119a6a7f8e53bea0d3b4848aff5e883cb6dca5397bf8f38127a38c53acdaf4843cdba08a02b4a3d49a75d
pkgname = haskell-hls-explicit-imports-plugin
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
_hkgname=hls-explicit-imports-plugin
pkgname=haskell-hls-explicit-imports-plugin
-pkgver=1.2.0.0
-pkgrel=202
+pkgver=1.2.1.0
+pkgrel=1
pkgdesc="Explicit imports plugin for Haskell Language Server"
url="https://hackage.haskell.org/package/hls-explicit-imports-plugin"
license=("Apache")
@@ -13,7 +13,7 @@ depends=('ghc-libs' 'haskell-aeson' 'haskell-ghc'
'haskell-ghcide' 'haskell-hls-
makedepends=('ghc' 'uusi' 'haskell-hls-test-utils')
checkdepends=('git')
source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
-sha512sums=('b4e52b974c0a79ce43bfb4a5a6252a5f5adf06bbf5fbecdc80aa14d359042471381b44fb2f810bbdaa0e687dc828f4a08b71c76fa088de18b9d1e8e23aa562cd')
+sha512sums=('9e2afb87eb82d9d67c25ba6cdcd74babfe260a92e53119a6a7f8e53bea0d3b4848aff5e883cb6dca5397bf8f38127a38c53acdaf4843cdba08a02b4a3d49a75d')
prepare() {
cd $_hkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-explicit-imports-plugin/-/commit/15ece3313b9d999fcd34540da5af03f5edf83545
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-explicit-imports-plugin/-/commit/15ece3313b9d999fcd34540da5af03f5edf83545
You're receiving this email because of your account on gitlab.archlinux.org.