Path to this page:
Subject: CVS commit: pkgsrc/devel/hs-lsp-types
From: Masatake Daimon
Date: 2024-05-04 08:58:39
Message id: 20240504065839.C2E6FFA2C@cvs.NetBSD.org
Log Message:
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
Files: