dhall-lsp-server: fix build with lsp 2.8

This commit is contained in:
Wolfgang Walther 2026-07-02 10:31:30 +02:00
commit afda14f1d4
No known key found for this signature in database
GPG key ID: B39893FA5F65CAE1

View file

@ -1394,6 +1394,14 @@ with haskellLib;
hash = "sha256-cwNH5+7YY8UbA9zHhTRfVaqtIMowZGfFT5Kj+wSlapA=";
relative = "dhall-lsp-server";
})
# Add support for lsp 2.8
(pkgs.fetchpatch {
name = "dhall-lsp-server-lsp-2.8.patch";
url = "https://github.com/dhall-lang/dhall-haskell/commit/1b54c6a0968b7ee989d239819a4938b7fd3a951e.patch";
sha256 = "sha256-4wqiYeBQDloGi5uSC0GdsQjSfN7t5FZBmVFlQbCFgFs=";
relative = "dhall-lsp-server";
})
] super.dhall-lsp-server;
# Tests disabled and broken override needed because of missing lib chrome-test-utils: https://github.com/reflex-frp/reflex-dom/issues/392