Skip to content

Commit aa90284

Browse files
authored
Merge pull request #438 from Bodigrim/lower-bounds
Add lower bounds for Diff and network-uri
2 parents 7e6f9ea + 75d8512 commit aa90284

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lsp-test/lsp-test.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ library
4949
, conduit-parse == 0.2.*
5050
, containers >= 0.5.9
5151
, data-default
52-
, Diff
52+
, Diff >= 0.3
5353
, directory
5454
, filepath
5555
, Glob >= 0.9 && < 0.11

lsp-types/lsp-types.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,13 +76,13 @@ library
7676
, containers
7777
, data-default
7878
, deepseq
79-
, Diff
79+
, Diff >= 0.2
8080
, dlist
8181
, filepath
8282
, hashable
8383
, lens >= 4.15.2
8484
, mtl < 2.4
85-
, network-uri
85+
, network-uri >= 2.6
8686
, mod
8787
, scientific
8888
, some

0 commit comments

Comments
 (0)