From eb9a1b0b3a71357c65f4122893fef281566d1799 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Hr=C4=8Dek?= Date: Sun, 14 Apr 2024 08:35:28 +0200 Subject: [PATCH] exceptions needed when force-ospath flag enabled --- lsp-types/lsp-types.cabal | 1 + 1 file changed, 1 insertion(+) diff --git a/lsp-types/lsp-types.cabal b/lsp-types/lsp-types.cabal index 3b6fd89e..993c08c1 100644 --- a/lsp-types/lsp-types.cabal +++ b/lsp-types/lsp-types.cabal @@ -86,6 +86,7 @@ library -- support 9.6 or higher if flag(force-ospath) build-depends: filepath >=1.4.100.0 && < 1.6 + , exceptions ^>=0.10 else build-depends: filepath >=1.4 && < 1.6