Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-hls-splice-plugin
Commits:
c964cf87 by Felix Yan at 2024-10-14T13:58:00+03:00
upgpkg: 1.1.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-splice-plugin
pkgdesc = HLS Plugin to expand TemplateHaskell Splices and QuasiQuotes
- pkgver = 1.0.3.0
- pkgrel = 205
+ pkgver = 1.1.0.0
+ pkgrel = 1
url = https://hackage.haskell.org/package/hls-splice-plugin
arch = x86_64
license = Apache
@@ -25,7 +25,7 @@ pkgbase = haskell-hls-splice-plugin
depends = haskell-syb
depends = haskell-unliftio-core
depends = haskell-unordered-containers
- source =
https://hackage.haskell.org/packages/archive/hls-splice-plugin/1.0.3.0/hls-splice-plugin-1.0.3.0.tar.gz
- sha512sums =
c021d8b78c707277e64f44f71abda4f6fac866487d0104f1062dc13c151ee19aca290d2d96258bdf7b51aa3626513e052dacd27826f8bda74d7714784cbc9563
+ source =
https://hackage.haskell.org/packages/archive/hls-splice-plugin/1.1.0.0/hls-splice-plugin-1.1.0.0.tar.gz
+ sha512sums =
74288f3eb8f0610f8fe9af8a0da390bc137fad62f29793f90d05ac8081b371ccd63ab932aea2147ebd34710cfb0645de43c8577721b0eaf2f1044b3b4390ea56
pkgname = haskell-hls-splice-plugin
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
_hkgname=hls-splice-plugin
pkgname=haskell-hls-splice-plugin
-pkgver=1.0.3.0
-pkgrel=205
+pkgver=1.1.0.0
+pkgrel=1
pkgdesc="HLS Plugin to expand TemplateHaskell Splices and QuasiQuotes"
url="https://hackage.haskell.org/package/hls-splice-plugin"
license=("Apache")
@@ -15,7 +15,7 @@ depends=('ghc-libs' 'haskell-aeson' 'haskell-dlist'
'haskell-extra' 'haskell-fol
makedepends=('ghc' 'uusi' 'haskell-hls-test-utils')
checkdepends=('git')
source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
-sha512sums=('c021d8b78c707277e64f44f71abda4f6fac866487d0104f1062dc13c151ee19aca290d2d96258bdf7b51aa3626513e052dacd27826f8bda74d7714784cbc9563')
+sha512sums=('74288f3eb8f0610f8fe9af8a0da390bc137fad62f29793f90d05ac8081b371ccd63ab932aea2147ebd34710cfb0645de43c8577721b0eaf2f1044b3b4390ea56')
prepare() {
cd $_hkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-splice-plugin/-/commit/c964cf872e2914c9a39e71c0e510f0fa5dee6c3c
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-splice-plugin/-/commit/c964cf872e2914c9a39e71c0e510f0fa5dee6c3c
You're receiving this email because of your account on gitlab.archlinux.org.