The NetBSD Project

CVS log for pkgsrc/devel/hs-lsp-types/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / devel / hs-lsp-types

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.14: download - view: text, markup, annotated - select for diffs
Wed Mar 5 03:39:19 2025 UTC (2 weeks, 2 days ago) by pho
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -2 lines
recursive revbump after patching lang/ghc910

Revision 1.13: download - view: text, markup, annotated - select for diffs
Sun Feb 2 13:05:14 2025 UTC (6 weeks, 5 days ago) by pho
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -1 lines
Bump all Haskell packages after switching the default compiler.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Fri Jan 31 08:43:46 2025 UTC (7 weeks ago) by pho
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -3 lines
devel/hs-lsp-types: update to lsp-types-2.3.0.1

## 2.3.0.1 -- 2024-12-31

- Relax dependency version bounds

## 2.3.0.0 -- 2024-06-06

- Add support for identifying client and server capabilities associated with a method.
- `TResponseMessage` now contains a `TResponseError` instead of a `ResponseError`

Revision 1.11: download - view: text, markup, annotated - select for diffs
Thu May 9 01:32:02 2024 UTC (10 months, 1 week ago) by pho
Branches: MAIN
CVS tags: pkgsrc-2024Q4-base, pkgsrc-2024Q4, pkgsrc-2024Q3-base, pkgsrc-2024Q3, pkgsrc-2024Q2-base, pkgsrc-2024Q2
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -1 lines
Recursive revbump after changing the default Haskell compiler

Revision 1.10: download - view: text, markup, annotated - select for diffs
Sat May 4 06:58:39 2024 UTC (10 months, 2 weeks ago) by pho
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +11 -7 lines
devel/hs-lsp-types: Update to 2.2.0.0

2.2.0.0 -- 2024-04-29

    Update the metamodel. This results in a number of breaking changes to the generated code, mostly replacing anonymous structs with named ones.

2.1.1.0 -- 2024-02-24

    Require aeson 2
    Accept null in place of a missing field, a common mistake in spec compliance.
    Arbitrary instances for everything now exist and are exported via the new lsp-types-quickcheck library

2.1.0.0 -- 2023-11-13

    Add dynamicRegistrationSupported to Capabilities.
    Fully update fullCaps for recent spec versions.
    Support GHC 9.8, drop checked support for GHC 8.10

Revision 1.9: download - view: text, markup, annotated - select for diffs
Thu Nov 2 06:36:45 2023 UTC (16 months, 2 weeks ago) by pho
Branches: MAIN
CVS tags: pkgsrc-2024Q1-base, pkgsrc-2024Q1, pkgsrc-2023Q4-base, pkgsrc-2023Q4
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -1 lines
Revbump all Haskell after updating lang/ghc96

Revision 1.8: download - view: text, markup, annotated - select for diffs
Thu Nov 2 01:22:02 2023 UTC (16 months, 2 weeks ago) by pho
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +1 -7 lines
devel/hs-lsp-types: Fix build on platforms where ${SED} is textproc/nbsed

Revision 1.7: download - view: text, markup, annotated - select for diffs
Tue Oct 31 04:01:39 2023 UTC (16 months, 3 weeks ago) by pho
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +21 -4 lines
devel/hs-lsp-types: Update to 2.0.2.0

2.0.2.0
* Add Language.LSP.Protocol.Utils.Misc.prettyJSON :: Value -> Doc ann for
  prettyprinting JSON, and ViaJSON as a deriving-via newtype wrapper for
  it.
* Generate Pretty instances for all LSP types using ViaJSON.

2.0.1.1
* Fix parsing of notifications with missing params

2.0.1.0
* Removed deprecation pragmas from fields, as these cannot currently be
  avoided.
* Added isOptionalMethod, that checks whether a method is optional
  according to the spec.

2.0.0.1
* Fixed missing extra-source-files for metamodel.json.

2.0.0.0
* Breaking change: major restructure to generate types and methods from the
  LSP metamodel.
  - Full support for version 3.17 of the LSP specification, many accuracy
    fixes
  - Generated types follow the spec very closely, e.g. using anonymous
    types, using a |? Null instead of Maybe a
  - Anonymous record types in the spec are now represented using row-types
  - Many constructors are now prefixed with their type names
  - Documentation from the spec is transferred
  - Three top level modules: Types (main protocol types), Message (messages
    and methods), Capabilities (capabilities)
* New typeclasses for handling LSP enumerations: LspEnum and LspOpenEnum

Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon Oct 9 04:54:22 2023 UTC (17 months, 1 week ago) by pho
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2 lines
Bump Haskell packages after updating lang/ghc94

Revision 1.5: download - view: text, markup, annotated - select for diffs
Tue Feb 7 01:40:42 2023 UTC (2 years, 1 month ago) by pho
Branches: MAIN
CVS tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -1 lines
revbump all the Haskell packages after modifying the runtime system of lang/ghc94

Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon Jan 30 03:01:38 2023 UTC (2 years, 1 month ago) by pho
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +3 -6 lines
devel/hs-lsp-types: Update to 1.6.0.0

1.6.0.0
* Add isSubRangeOf and positionInRange helper functions
* Add ServerCancelled, RequestFailed and ErrorCodeCustom server error types
* Fix "workspace/semanticTokens/refresh" to be a server method instead of a
  client method
* Use a packed representation for NormalizedFilePath
* Add converions from OsPath to NormalizedFilePath in
  Language.LSP.Types.Uri.OsPath when using new enough filepath

1.5.0.0
* VFS module moved from lsp-types to lsp, as it relates to the actual
  implementation of a LSP server.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sat Aug 20 08:08:17 2022 UTC (2 years, 7 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2 lines
hs*: recursive bump for new dependencies needed

for hs-aeson, hs-vector

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sat Feb 26 03:58:01 2022 UTC (3 years ago) by pho
Branches: MAIN
CVS tags: pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -1 lines
Bump all Haskell packages after enabling "split sections" in mk/haskell.mk

Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Feb 16 10:04:05 2022 UTC (3 years, 1 month ago) by pho
Branches: MAIN
devel/hs-lsp-types: import hs-lsp-types-1.4.0.1

An implementation of the types to allow language implementors to support
the Language Server Protocol for their specific language.

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <webmaster@jp.NetBSD.org>