Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-hls-eval-plugin
Commits:
b7eb39a5 by Felix Yan at 2024-10-14T13:19:44+03:00
upgpkg: 1.5.0.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-eval-plugin
pkgdesc = Eval plugin for Haskell Language Server
- pkgver = 1.4.0.0
- pkgrel = 202
+ pkgver = 1.5.0.0
+ pkgrel = 1
url = https://github.com/haskell/haskell-language-server
arch = x86_64
license = Apache
@@ -31,7 +31,7 @@ pkgbase = haskell-hls-eval-plugin
depends = haskell-safe-exceptions
depends = haskell-unliftio
depends = haskell-unordered-containers
- source =
https://hackage.haskell.org/packages/archive/hls-eval-plugin/1.4.0.0/hls-eval-plugin-1.4.0.0.tar.gz
- sha512sums =
e4faae334b55835c15a2736e69390d7528ac5e2971b7ddf178715c1b351dea2f07443c90e3d985ce5bb70a3af7db3cc064f54133b885be0603f4ef7bf0f2f22f
+ source =
https://hackage.haskell.org/packages/archive/hls-eval-plugin/1.5.0.0/hls-eval-plugin-1.5.0.0.tar.gz
+ sha512sums =
ea5482873bc1623d45d551f93875abf4c6b82ff44093ac26014ce579ee1c0d2c6c770ff4a0e150284c75c5a1805e669a8bb50de8154e2d428beac6c309bad68d
pkgname = haskell-hls-eval-plugin
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
_hkgname=hls-eval-plugin
pkgname=haskell-hls-eval-plugin
-pkgver=1.4.0.0
-pkgrel=202
+pkgver=1.5.0.0
+pkgrel=1
pkgdesc="Eval plugin for Haskell Language Server"
url="https://github.com/haskell/haskell-language-server"
license=("Apache")
@@ -17,11 +17,12 @@ depends=('ghc-libs' 'haskell-diff' 'haskell-quickcheck'
'haskell-aeson' 'haskell
makedepends=('ghc' 'uusi' 'haskell-hls-test-utils')
checkdepends=('git')
source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
-sha512sums=('e4faae334b55835c15a2736e69390d7528ac5e2971b7ddf178715c1b351dea2f07443c90e3d985ce5bb70a3af7db3cc064f54133b885be0603f4ef7bf0f2f22f')
+sha512sums=('ea5482873bc1623d45d551f93875abf4c6b82ff44093ac26014ce579ee1c0d2c6c770ff4a0e150284c75c5a1805e669a8bb50de8154e2d428beac6c309bad68d')
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-eval-plugin/-/commit/b7eb39a5c1e84b7513e229cf55922e9bd71c8d8c
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-eval-plugin/-/commit/b7eb39a5c1e84b7513e229cf55922e9bd71c8d8c
You're receiving this email because of your account on gitlab.archlinux.org.