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
22build-type : Simple
33category : Development
44name : ghcide
5- version : 1.4.1.0
5+ version : 1.4.1.1
66license : Apache-2.0
77license-file : LICENSE
88author : Digital Asset and Ghcide contributors
@@ -74,7 +74,7 @@ library
7474 rope-utf16-splay,
7575 safe,
7676 safe-exceptions,
77- hls-graph ^>= 1.4 ,
77+ hls-graph ^>= 1.5 ,
7878 sorted-list,
7979 sqlite-simple,
8080 stm,
Original file line number Diff line number Diff line change 11cabal-version : 2.4
22name : hls-graph
3- version : 1.4 .0.0
3+ version : 1.5 .0.0
44synopsis : Haskell Language Server internal graph API
55description :
66 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
4646 , ghc
4747 , ghc-api-compat
4848 , hashable
49- , hls-graph ^ >= 1.4
49+ , hls-graph >= 1.4 && < 1.6
5050 , hslogger
5151 , lens
5252 , lsp ^>= 1.2.0.1
You can’t perform that action at this time.
0 commit comments