File tree Expand file tree Collapse file tree 3 files changed +24
-12
lines changed Expand file tree Collapse file tree 3 files changed +24
-12
lines changed Original file line number Diff line number Diff line change 1+ ### 0.7.3 (2021-02-..)
2+ * Add custom cache layer for session loading (#1197 ) - (fendor)
3+ * Remove invalid exports (#1193 ) - (Kostas Dermentzis)
4+ * Use exact print to suggestExtendImport - (Potato Hatsue)
5+ * Add code actions for disabling a warning in the current file (#1235 ) - (George Thomas)
6+ * Limit completions to top 40 (#1218 ) - (Pepe Iborra)
7+ * Add traces for HLS providers (#1222 ) - (Pepe Iborra)
8+ * Use exact print for suggest missing constraint code actions (#1221 ) - (Pepe Iborra)
9+ * Parenthesise type operators when extending import lists (#1212 ) - (Thomas Winant)
10+
111### 0.7.2 (2021-01-14)
212* Expose shakeOptions used - (Pepe Iborra)
313
Original file line number Diff line number Diff line change @@ -50,15 +50,17 @@ versions:
5050# parent: <tag/branch/commithash> # version to compare with in .diff graphs
5151
5252
53- # - v0.0.5
54- # - v0.0.6
55- # - v0.1.0
56- # - v0.2.0
57- # - v0.3.0
58- # - v0.4.0
59- # - v0.5.0
60- # - v0.6.0
61- # - v0.7.0
62- # - v0.7.1
53+ # - ghcide-v0.0.5
54+ # - ghcide-v0.0.6
55+ # - ghcide-v0.1.0
56+ # - ghcide-v0.2.0
57+ # - ghcide-v0.3.0
58+ # - ghcide-v0.4.0
59+ # - ghcide-v0.5.0
60+ # - ghcide-v0.6.0
61+ # - ghcide-v0.7.0
62+ # - ghcide-v0.7.1
63+ # - ghcide-v0.7.2
64+ # - ghcide-v0.7.3
6365- upstream : origin/master
6466- HEAD
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ cabal-version: 1.20
22build-type : Simple
33category : Development
44name : ghcide
5- version : 0.7.2 .0
5+ version : 0.7.3 .0
66license : Apache-2.0
77license-file : LICENSE
88author : Digital Asset and Ghcide contributors
@@ -58,7 +58,7 @@ library
5858 haskell-lsp-types == 0.23. *,
5959 haskell-lsp == 0.23. *,
6060 hie-compat,
61- hls-plugin-api >= 0.6 ,
61+ hls-plugin-api >= 0.7 ,
6262 lens,
6363 hiedb == 0.3.0.1 ,
6464 mtl,
You can’t perform that action at this time.
0 commit comments