From 6fc0eca4f25f2da7f0ea77f26c13099bd080bc73 Mon Sep 17 00:00:00 2001 From: Simon Jakobi Date: Thu, 19 Mar 2026 15:17:15 +0100 Subject: [PATCH] Use lsp-types with tweaked Eq NormalizedFilePath instance --- cabal.project | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/cabal.project b/cabal.project index df38c76543..4c37470710 100644 --- a/cabal.project +++ b/cabal.project @@ -6,6 +6,14 @@ packages: ./hls-plugin-api ./hls-test-utils +-- Use the lsp-types change from haskell/lsp#630 until it lands upstream. +source-repository-package + type: git + location: https://github.com/sjakobi/lsp.git + tag: 68d3eab658849acd9dc27a8104584e76b17c9472 + subdir: + lsp-types + index-state: 2026-02-24T00:00:00Z tests: True