Up to [cvs.NetBSD.org] / pkgsrc / devel / haskell-language-server
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.8 / (download) - annotate - [select for diffs], Wed Feb 1 02:15:49 2023 UTC (4 days, 9 hours ago) by pho
Branch: MAIN
CVS Tags: HEAD
Changes since 1.7: +37 -26
lines
Diff to previous 1.7 (colored)
devel/haskell-language-server: Update to 1.9.0.0 The release note is too long to paste here. See https://hackage.haskell.org/package/haskell-language-server-1.9.0.0/changelog
Revision 1.7 / (download) - annotate - [select for diffs], Wed Nov 23 16:18:37 2022 UTC (2 months, 1 week ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2022Q4-base,
pkgsrc-2022Q4
Changes since 1.6: +2 -2
lines
Diff to previous 1.6 (colored)
massive revision bump after textproc/icu update
Revision 1.6 / (download) - annotate - [select for diffs], Wed Sep 7 06:50:45 2022 UTC (4 months, 4 weeks ago) by pho
Branch: MAIN
CVS Tags: pkgsrc-2022Q3-base,
pkgsrc-2022Q3
Changes since 1.5: +2 -2
lines
Diff to previous 1.5 (colored)
Recursive bump for recently updated Haskell packages
Revision 1.5 / (download) - annotate - [select for diffs], Mon Aug 22 10:13:22 2022 UTC (5 months, 2 weeks ago) by wiz
Branch: MAIN
Changes since 1.4: +2 -2
lines
Diff to previous 1.4 (colored)
*: bump for hs-vector-algorithms buildlink3.mk change
Revision 1.4 / (download) - annotate - [select for diffs], Sat Aug 20 08:08:13 2022 UTC (5 months, 2 weeks ago) by wiz
Branch: MAIN
Changes since 1.3: +2 -2
lines
Diff to previous 1.3 (colored)
hs*: recursive bump for new dependencies needed for hs-aeson, hs-vector
Revision 1.3 / (download) - annotate - [select for diffs], Sat Feb 26 09:00:21 2022 UTC (11 months, 1 week ago) by pho
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1
Changes since 1.2: +8 -2
lines
Diff to previous 1.2 (colored)
devel/haskell-language-server: Generate shell completion scripts with optparse-applicative
Revision 1.2 / (download) - annotate - [select for diffs], Sat Feb 26 03:57:46 2022 UTC (11 months, 1 week ago) by pho
Branch: MAIN
Changes since 1.1: +2 -1
lines
Diff to previous 1.1 (colored)
Bump all Haskell packages after enabling "split sections" in mk/haskell.mk
Revision 1.1 / (download) - annotate - [select for diffs], Wed Feb 16 10:24:28 2022 UTC (11 months, 2 weeks ago) by pho
Branch: MAIN
devel/haskell-language-server: import haskell-language-server-1.6.1.1 The haskell-language-server (HLS) project is an implementation of a server (a "language server") for the Language Server Protocol (LSP). A language server talks to a client (typically an editor), which can ask the server to perform various operations, such as reporting errors or providing code completions. The advantage of this system is that clients and servers can interoperate more easily so long as they all speak the LSP protocol. In the case of HLS, that means that it can be used with many different editors, since editor support for the LSP protocol is now widespread.