From 0033306ac01cb5240e6b8263dafb87931edb2c73 Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Mon, 13 Nov 2023 14:49:24 +0200 Subject: [PATCH] Allow sorted-list 0.2.2 Builds fine and all tests pass. --- lsp/lsp.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lsp/lsp.cabal b/lsp/lsp.cabal index 96388b0b..c88b6e6b 100644 --- a/lsp/lsp.cabal +++ b/lsp/lsp.cabal @@ -133,7 +133,7 @@ test-suite lsp-test , hspec , lsp , row-types - , sorted-list >=0.2.1 && <0.2.2 + , sorted-list >=0.2.1 && <0.2.3 , text , text-rope , unordered-containers