Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-hls-explicit-record-fields-plugin
Commits:
b208faba by Felix Yan at 2024-10-14T13:46:16+03:00
upgpkg: 1.0.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-record-fields-plugin
pkgdesc = Explicit record fields plugin for Haskell Language Server
- pkgver = 1.0.0.0
- pkgrel = 202
+ pkgver = 1.0.1.0
+ pkgrel = 1
url = https://github.com/haskell/haskell-language-server
arch = x86_64
license = BSD
@@ -17,7 +17,7 @@ pkgbase = haskell-hls-explicit-record-fields-plugin
depends = haskell-lsp
depends = haskell-syb
depends = haskell-unordered-containers
- source =
https://hackage.haskell.org/packages/archive/hls-explicit-record-fields-plugin/1.0.0.0/hls-explicit-record-fields-plugin-1.0.0.0.tar.gz
- sha256sums =
ebdd590b978b09ddbfe53842c3173e876ec13c4d60bb196c5aba4794befcdccb
+ source =
https://hackage.haskell.org/packages/archive/hls-explicit-record-fields-plugin/1.0.1.0/hls-explicit-record-fields-plugin-1.0.1.0.tar.gz
+ sha256sums =
9180f9ad47f0f923f323e9e3f24eb73d87afa0a02caca1ab68add1430af5df3e
pkgname = haskell-hls-explicit-record-fields-plugin
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
_hkgname=hls-explicit-record-fields-plugin
pkgname=haskell-hls-explicit-record-fields-plugin
-pkgver=1.0.0.0
-pkgrel=202
+pkgver=1.0.1.0
+pkgrel=1
pkgdesc="Explicit record fields plugin for Haskell Language Server"
url="https://github.com/haskell/haskell-language-server"
license=("BSD")
@@ -12,7 +12,7 @@ depends=('ghc-libs' 'haskell-ghcide' 'haskell-hls-graph'
'haskell-hls-plugin-api
'haskell-lsp' 'haskell-syb' 'haskell-unordered-containers')
makedepends=('ghc' 'uusi' 'haskell-hls-test-utils' 'haskell-lsp-test')
source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
-sha256sums=('ebdd590b978b09ddbfe53842c3173e876ec13c4d60bb196c5aba4794befcdccb')
+sha256sums=('9180f9ad47f0f923f323e9e3f24eb73d87afa0a02caca1ab68add1430af5df3e')
prepare() {
cd $_hkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-explicit-record-fields-plugin/-/commit/b208faba02b35e824357b6b0c6e5611a5f61216d
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-explicit-record-fields-plugin/-/commit/b208faba02b35e824357b6b0c6e5611a5f61216d
You're receiving this email because of your account on gitlab.archlinux.org.