Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-hls-gadt-plugin
Commits:
cae2b89e by Felix Yan at 2024-10-14T14:02:44+03:00
upgpkg: 1.0.2.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-gadt-plugin
pkgdesc = Convert to GADT syntax plugin
- pkgver = 1.0.1.0
- pkgrel = 205
+ pkgver = 1.0.2.0
+ pkgrel = 1
url = https://github.com/haskell/haskell-language-server.git
arch = x86_64
license = Apache
@@ -21,7 +21,7 @@ pkgbase = haskell-hls-gadt-plugin
depends = haskell-lens
depends = haskell-lsp
depends = haskell-unordered-containers
- source =
https://hackage.haskell.org/packages/archive/hls-gadt-plugin/1.0.1.0/hls-gadt-plugin-1.0.1.0.tar.gz
- sha256sums =
9a54c545b8a8881f2775b51136c403bf05277802cbc7571960bf38db7d744682
+ source =
https://hackage.haskell.org/packages/archive/hls-gadt-plugin/1.0.2.0/hls-gadt-plugin-1.0.2.0.tar.gz
+ sha256sums =
30e5d78d8eaaae2af55d79bb723c27ab47f2c2b4a019ddcaca9f6ddeb2b7d645
pkgname = haskell-hls-gadt-plugin
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
_hkgname=hls-gadt-plugin
pkgname=haskell-hls-gadt-plugin
-pkgver=1.0.1.0
-pkgrel=205
+pkgver=1.0.2.0
+pkgrel=1
pkgdesc="Convert to GADT syntax plugin"
url="https://github.com/haskell/haskell-language-server.git"
license=("Apache")
@@ -14,11 +14,12 @@ depends=('ghc-libs' 'haskell-aeson' 'haskell-extra'
'haskell-ghc' 'haskell-ghc-e
makedepends=('ghc' 'uusi' 'haskell-hls-test-utils' 'haskell-lsp-test')
checkdepends=('git')
source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
-sha256sums=('9a54c545b8a8881f2775b51136c403bf05277802cbc7571960bf38db7d744682')
+sha256sums=('30e5d78d8eaaae2af55d79bb723c27ab47f2c2b4a019ddcaca9f6ddeb2b7d645')
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-gadt-plugin/-/commit/cae2b89ecd04586341a77c4cd5980691ddac7fc2
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-gadt-plugin/-/commit/cae2b89ecd04586341a77c4cd5980691ddac7fc2
You're receiving this email because of your account on gitlab.archlinux.org.