From 2eeaeb1950f4fb5ff4bbaa17c641f2229fb860d0 Mon Sep 17 00:00:00 2001 From: jneira Date: Mon, 2 Aug 2021 13:34:26 +0200 Subject: [PATCH] Add dependen-sum lower version --- lsp-types/lsp-types.cabal | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lsp-types/lsp-types.cabal b/lsp-types/lsp-types.cabal index 436f3e2e9..9009f4c25 100644 --- a/lsp-types/lsp-types.cabal +++ b/lsp-types/lsp-types.cabal @@ -89,7 +89,9 @@ library , rope-utf16-splay >= 0.3.1.0 , scientific , some - , dependent-sum-template + , dependent-sum-template >= 0.1.0.0 + -- transitive dependency of the previous one, which does not have the correct lower bound + , dependent-sum >= 0.7.1.0 , text , template-haskell , temporary