Skip to content

Commit 2eeaeb1

Browse files
committed
Add dependen-sum lower version
1 parent dec07c6 commit 2eeaeb1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lsp-types/lsp-types.cabal

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,9 @@ library
8989
, rope-utf16-splay >= 0.3.1.0
9090
, scientific
9191
, some
92-
, dependent-sum-template
92+
, dependent-sum-template >= 0.1.0.0
93+
-- transitive dependency of the previous one, which does not have the correct lower bound
94+
, dependent-sum >= 0.7.1.0
9395
, text
9496
, template-haskell
9597
, temporary

0 commit comments

Comments
 (0)