Github messages for voidlinux
 help / color / mirror / Atom feed
From: waynevanson <waynevanson@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: haskell-language-server-0.8.0
Date: Fri, 19 Mar 2021 09:44:56 +0100	[thread overview]
Message-ID: <20210319084456.i8RY_ulMHWcooVvMv-CK2OvcF1e75k4BuK6wkn34CCI@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-27961@inbox.vuxu.org>

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

There is an updated pull request by waynevanson against master on the void-packages repository

https://github.com/waynevanson/void-packages package/haskell-language-server
https://github.com/void-linux/void-packages/pull/27961

New package: haskell-language-server-0.8.0
Hi Team,

This contains a few executables: haskell-language-server,  haskell-language-server-wrapper, ghcide, ghcide-test-preprocessor, ghcide-bench.

These were all made from running the `stack build` on the `wkrsrc` directory. 
Should these be packages as submodules? All the submodules seem to be requirements of the main module, haskell-laguage-server.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-package/haskell-language-server-27961.patch --]
[-- Type: text/x-diff, Size: 1528 bytes --]

From 78e92894570331a6d9c9c4f67f0297a3d4041a9e Mon Sep 17 00:00:00 2001
From: Wayne Van Son <waynevanson@gmail.com>
Date: Tue, 16 Mar 2021 06:18:34 +1100
Subject: [PATCH] New Package: haskell-language-server-1.0.0

---
 srcpkgs/haskell-language-server/template | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)
 create mode 100644 srcpkgs/haskell-language-server/template

diff --git a/srcpkgs/haskell-language-server/template b/srcpkgs/haskell-language-server/template
new file mode 100644
index 000000000000..4d09efe71baf
--- /dev/null
+++ b/srcpkgs/haskell-language-server/template
@@ -0,0 +1,23 @@
+# Template file for 'haskell-language-server'
+pkgname=haskell-language-server
+version=1.0.0
+revision=1
+archs="x86_64 x86_64-musl"
+build_style="haskell-stack"
+make_build_args="--stack-yaml stack-8.8.4.yaml"
+makedepends="ncurses-devel ncurses-libtinfo-devel icu-devel zlib-devel"
+short_desc="Haskell Language Server: 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="14e28d6621d029f027fae44bc4a4ef62c869dab24ff01b88a2e51e6679cbff6c"
+nopie_files="
+/usr/bin/haskell-language-server
+/usr/bin/haskell-language-server-wrapper
+/usr/bin/ghcide-bench
+/usr/bin/ghcide
+/usr/bin/ghcide-test-preprocessor
+/usr/bin/test-server
+"
+nocross="Cannot yet cross compile with Haskell"

  parent reply	other threads:[~2021-03-19  8:45 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-16  8:17 [PR PATCH] " waynevanson
2021-01-16  8:18 ` [PR PATCH] [Updated] " waynevanson
2021-01-17  5:24 ` waynevanson
2021-01-17  5:26 ` [PR PATCH] [Updated] " waynevanson
2021-01-17  5:26 ` waynevanson
2021-01-17  5:26 ` waynevanson
2021-03-15  7:55 ` waynevanson
2021-03-15  8:19 ` waynevanson
2021-03-15  8:23 ` waynevanson
2021-03-15 21:27 ` [PR REVIEW] " Chocimier
2021-03-15 21:27 ` Chocimier
2021-03-15 21:27 ` Chocimier
2021-03-16  4:24 ` waynevanson
2021-03-16  4:28 ` waynevanson
2021-03-16  4:29 ` waynevanson
2021-03-16 19:16 ` Chocimier
2021-03-16 19:16 ` Chocimier
2021-03-16 19:16 ` Chocimier
2021-03-19  8:35 ` waynevanson
2021-03-19  8:40 ` [PR REVIEW] " waynevanson
2021-03-19  8:40 ` [PR PATCH] [Updated] " waynevanson
2021-03-19  8:44 ` waynevanson [this message]
2021-03-24  5:21 ` waynevanson
2021-03-24 21:46 ` [PR PATCH] [Updated] New package: haskell-language-server-1.0.0 waynevanson
2021-03-24 22:17 ` waynevanson
2021-03-24 22:22 ` [PR REVIEW] " waynevanson
2021-03-24 22:23 ` [PR PATCH] [Updated] " waynevanson
2021-03-24 22:26 ` waynevanson
2021-03-24 22:46 ` [PR REVIEW] " Chocimier
2021-03-24 22:46 ` Chocimier
2021-03-24 22:47 ` Chocimier
2021-03-24 22:47 ` Chocimier
2021-03-24 23:47 ` waynevanson
2021-03-25  6:44 ` slotThe
2021-03-25 18:36 ` slotThe
2021-03-27 13:50 ` [PR REVIEW] " Chocimier
2021-03-28 11:37 ` [PR PATCH] [Updated] " waynevanson
2021-03-29 16:16 ` [PR PATCH] [Merged]: " Chocimier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210319084456.i8RY_ulMHWcooVvMv-CK2OvcF1e75k4BuK6wkn34CCI@z \
    --to=waynevanson@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).