File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ cabal-version: 2.4
2
2
build-type : Simple
3
3
category : Development
4
4
name : ghcide
5
- version : 1.4.1.0
5
+ version : 1.4.1.1
6
6
license : Apache-2.0
7
7
license-file : LICENSE
8
8
author : Digital Asset and Ghcide contributors
@@ -74,7 +74,7 @@ library
74
74
rope-utf16-splay,
75
75
safe,
76
76
safe-exceptions,
77
- hls-graph ^>= 1.4 ,
77
+ hls-graph ^>= 1.5 ,
78
78
sorted-list,
79
79
sqlite-simple,
80
80
stm,
Original file line number Diff line number Diff line change 1
1
cabal-version : 2.4
2
2
name : hls-graph
3
- version : 1.4 .0.0
3
+ version : 1.5 .0.0
4
4
synopsis : Haskell Language Server internal graph API
5
5
description :
6
6
Please see the README on GitHub at <https://github.com/haskell/haskell-language-server#readme>
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ library
46
46
, ghc
47
47
, ghc-api-compat
48
48
, hashable
49
- , hls-graph ^ >= 1.4
49
+ , hls-graph >= 1.4 && < 1.6
50
50
, hslogger
51
51
, lens
52
52
, lsp ^>= 1.2.0.1
You can’t perform that action at this time.
0 commit comments