Skip to content

Commit e93528b

Browse files
jhrcekwz1000
authored andcommitted
Bump to hiedb 0.6.0.0
1 parent 3ba3f38 commit e93528b

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

ghcide/ghcide.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ library
8787
, hashable
8888
, hie-bios ==0.13.1
8989
, hie-compat ^>=0.3.0.0
90-
, hiedb ^>= 0.5.0.1
90+
, hiedb ^>= 0.6.0.0
9191
, hls-graph == 2.6.0.0
9292
, hls-plugin-api == 2.6.0.0
9393
, implicit-hie >= 0.1.4.0 && < 0.1.5

haskell-language-server.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ library hls-call-hierarchy-plugin
305305
, containers
306306
, extra
307307
, ghcide == 2.6.0.0
308-
, hiedb
308+
, hiedb ^>= 0.6.0.0
309309
, hls-plugin-api == 2.6.0.0
310310
, lens
311311
, lsp >=2.4
@@ -488,7 +488,7 @@ library hls-rename-plugin
488488
, containers
489489
, ghcide == 2.6.0.0
490490
, hashable
491-
, hiedb
491+
, hiedb ^>= 0.6.0.0
492492
, hie-compat
493493
, hls-plugin-api == 2.6.0.0
494494
, haskell-language-server:hls-refactor-plugin

stack-lts21.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ allow-newer: true
1818

1919
extra-deps:
2020
- floskell-0.11.1
21-
- hiedb-0.5.0.1
21+
- hiedb-0.6.0.0
2222
- hie-bios-0.13.1
2323
- implicit-hie-0.1.4.0
2424
- monad-dijkstra-0.1.1.3

stack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ allow-newer: true
1818
extra-deps:
1919
- floskell-0.11.1
2020
- retrie-1.2.2
21-
- hiedb-0.5.0.1
21+
- hiedb-0.6.0.0
2222
- implicit-hie-0.1.4.0
2323
- lsp-2.4.0.0
2424
- lsp-test-0.17.0.0

0 commit comments

Comments
 (0)