We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7e6f9ea + 75d8512 commit aa90284Copy full SHA for aa90284
lsp-test/lsp-test.cabal
@@ -49,7 +49,7 @@ library
49
, conduit-parse == 0.2.*
50
, containers >= 0.5.9
51
, data-default
52
- , Diff
+ , Diff >= 0.3
53
, directory
54
, filepath
55
, Glob >= 0.9 && < 0.11
lsp-types/lsp-types.cabal
@@ -76,13 +76,13 @@ library
76
, containers
77
78
, deepseq
79
+ , Diff >= 0.2
80
, dlist
81
82
, hashable
83
, lens >= 4.15.2
84
, mtl < 2.4
85
- , network-uri
+ , network-uri >= 2.6
86
, mod
87
, scientific
88
, some
0 commit comments