Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-hls-change-type-signature-plugin
Commits:
8571c859 by Felix Yan at 2024-10-14T13:48:45+03:00
upgpkg: 1.1.0.1-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-change-type-signature-plugin
pkgdesc = Change a declarations type signature with a Code Action
- pkgver = 1.1.0.0
- pkgrel = 202
+ pkgver = 1.1.0.1
+ pkgrel = 1
url = https://github.com/haskell/haskell-language-server.git
arch = x86_64
license = Apache
@@ -18,7 +18,7 @@ pkgbase = haskell-hls-change-type-signature-plugin
depends = haskell-regex-tdfa
depends = haskell-syb
depends = haskell-unordered-containers
- source =
https://hackage.haskell.org/packages/archive/hls-change-type-signature-plugin/1.1.0.0/hls-change-type-signature-plugin-1.1.0.0.tar.gz
- sha256sums =
35983c08a19f2070ac04e6801b261ca87b50254af3c4ed40c0b10e65a02eb8d8
+ source =
https://hackage.haskell.org/packages/archive/hls-change-type-signature-plugin/1.1.0.1/hls-change-type-signature-plugin-1.1.0.1.tar.gz
+ sha256sums =
aff626d8a8852ece2c53348c811ed2f3db655023ea0cd5407bd6b737e6b31e45
pkgname = haskell-hls-change-type-signature-plugin
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
_hkgname=hls-change-type-signature-plugin
pkgname=haskell-hls-change-type-signature-plugin
-pkgver=1.1.0.0
-pkgrel=202
+pkgver=1.1.0.1
+pkgrel=1
pkgdesc="Change a declarations type signature with a Code Action"
url="https://github.com/haskell/haskell-language-server.git"
license=("Apache")
@@ -13,11 +13,12 @@ depends=('ghc-libs' 'haskell-ghcide'
'haskell-hls-plugin-api' 'haskell-lsp-types
makedepends=('ghc' 'uusi' 'haskell-quickcheck' 'haskell-hls-test-utils'
'haskell-lsp')
checkdepends=('git')
source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
-sha256sums=('35983c08a19f2070ac04e6801b261ca87b50254af3c4ed40c0b10e65a02eb8d8')
+sha256sums=('aff626d8a8852ece2c53348c811ed2f3db655023ea0cd5407bd6b737e6b31e45')
prepare() {
cd $_hkgname-$pkgver
gen-setup
+ uusi -u hls-test-utils
}
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-change-type-signature-plugin/-/commit/8571c8597208a860c4d97555587e27c9d0a32c77
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-change-type-signature-plugin/-/commit/8571c8597208a860c4d97555587e27c9d0a32c77
You're receiving this email because of your account on gitlab.archlinux.org.