Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] haskell-language-server: update to 1.7.0.0
@ 2022-05-01  8:33 slotThe
  2022-06-29 20:20 ` [PR PATCH] [Merged]: " Duncaen
  0 siblings, 1 reply; 2+ messages in thread
From: slotThe @ 2022-05-01  8:33 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 614 bytes --]

There is a new pull request by slotThe against master on the void-packages repository

https://github.com/slotThe/void-packages hls-17
https://github.com/void-linux/void-packages/pull/36930

haskell-language-server: update to 1.7.0.0
The `-dynamic` flag is needed, as with this release[1] we dynamically
compile against GHC and the relevant system libraries by default.

[1]: https://github.com/haskell/haskell-language-server/releases/tag/1.7.0.0

#### Testing the changes
- I tested the changes in this PR: **YES**

A patch file from https://github.com/void-linux/void-packages/pull/36930.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-hls-17-36930.patch --]
[-- Type: text/x-diff, Size: 1681 bytes --]

From c86e4d88892b68bc73762d1779a63e78fa7ca67a Mon Sep 17 00:00:00 2001
From: Tony Zorman <soliditsallgood@mailbox.org>
Date: Sat, 30 Apr 2022 20:25:09 +0200
Subject: [PATCH] haskell-language-server: update to 1.7.0.0

The -dynamic flag is needed, as with this release[1] we dynamically
compile against GHC and the relevant system libraries by default.

[1]: https://github.com/haskell/haskell-language-server/releases/tag/1.7.0.0
---
 srcpkgs/haskell-language-server/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/haskell-language-server/template b/srcpkgs/haskell-language-server/template
index 0c7b2187c5ca..7860f754298f 100644
--- a/srcpkgs/haskell-language-server/template
+++ b/srcpkgs/haskell-language-server/template
@@ -1,16 +1,16 @@
 # Template file for 'haskell-language-server'
 pkgname=haskell-language-server
-version=1.6.1.0
+version=1.7.0.0
 revision=1
 build_style="haskell-stack"
-make_build_args="--stack-yaml stack-9.0.2.yaml"
+make_build_args="--stack-yaml stack-9.0.2.yaml --flag=haskell-language-server:-dynamic"
 makedepends="ncurses-devel ncurses-libtinfo-devel icu-devel zlib-devel"
 short_desc="Integration of ghcide and haskell-ide-engine"
 maintainer="Wayne Van Son <waynevanson@gmail.com>"
 license="Apache-2.0"
 homepage="https://github.com/haskell/haskell-language-server"
 distfiles="https://github.com/haskell/haskell-language-server/archive/${version}.tar.gz"
-checksum=e5c336ad2de8d021c882cdac5bbc26bf6427df8d2a5bd244c05cf18296a9bfdc
+checksum=252fc5ae41ef77bbfa36f42eb38f69c953d5aa8757b510c5c45a03655da95513
 nopie_files="
  /usr/bin/haskell-language-server
  /usr/bin/haskell-language-server-wrapper

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PR PATCH] [Merged]: haskell-language-server: update to 1.7.0.0
  2022-05-01  8:33 [PR PATCH] haskell-language-server: update to 1.7.0.0 slotThe
@ 2022-06-29 20:20 ` Duncaen
  0 siblings, 0 replies; 2+ messages in thread
From: Duncaen @ 2022-06-29 20:20 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 464 bytes --]

There's a merged pull request on the void-packages repository

haskell-language-server: update to 1.7.0.0
https://github.com/void-linux/void-packages/pull/36930

Description:
The `-dynamic` flag is needed, as with this release[1] we dynamically
compile against GHC and the relevant system libraries by default.

[1]: https://github.com/haskell/haskell-language-server/releases/tag/1.7.0.0

#### Testing the changes
- I tested the changes in this PR: **YES**

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-06-29 20:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-01  8:33 [PR PATCH] haskell-language-server: update to 1.7.0.0 slotThe
2022-06-29 20:20 ` [PR PATCH] [Merged]: " Duncaen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).