Skip to content

Commit f965241

Browse files
authored
Merge pull request #350 from jneira/fix-hackage-ci
Add dependen-sum lower version to fix build without cabal.project
2 parents dec07c6 + 2eeaeb1 commit f965241

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lsp-types/lsp-types.cabal

+3-1
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)