Skip to content

Commit

Permalink
Bump to hiedb 0.6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jhrcek authored and wz1000 committed Feb 16, 2024
1 parent 3ba3f38 commit e93528b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ghcide/ghcide.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ library
, hashable
, hie-bios ==0.13.1
, hie-compat ^>=0.3.0.0
, hiedb ^>= 0.5.0.1
, hiedb ^>= 0.6.0.0
, hls-graph == 2.6.0.0
, hls-plugin-api == 2.6.0.0
, implicit-hie >= 0.1.4.0 && < 0.1.5
Expand Down
4 changes: 2 additions & 2 deletions haskell-language-server.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ library hls-call-hierarchy-plugin
, containers
, extra
, ghcide == 2.6.0.0
, hiedb
, hiedb ^>= 0.6.0.0
, hls-plugin-api == 2.6.0.0
, lens
, lsp >=2.4
Expand Down Expand Up @@ -488,7 +488,7 @@ library hls-rename-plugin
, containers
, ghcide == 2.6.0.0
, hashable
, hiedb
, hiedb ^>= 0.6.0.0
, hie-compat
, hls-plugin-api == 2.6.0.0
, haskell-language-server:hls-refactor-plugin
Expand Down
2 changes: 1 addition & 1 deletion stack-lts21.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ allow-newer: true

extra-deps:
- floskell-0.11.1
- hiedb-0.5.0.1
- hiedb-0.6.0.0
- hie-bios-0.13.1
- implicit-hie-0.1.4.0
- monad-dijkstra-0.1.1.3
Expand Down
2 changes: 1 addition & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ allow-newer: true
extra-deps:
- floskell-0.11.1
- retrie-1.2.2
- hiedb-0.5.0.1
- hiedb-0.6.0.0
- implicit-hie-0.1.4.0
- lsp-2.4.0.0
- lsp-test-0.17.0.0
Expand Down

0 comments on commit e93528b

Please sign in to comment.