File tree 3 files changed +24
-12
lines changed
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
+
1
11
### 0.7.2 (2021-01-14)
2
12
* Expose shakeOptions used - (Pepe Iborra)
3
13
Original file line number Diff line number Diff line change @@ -50,15 +50,17 @@ versions:
50
50
# parent: <tag/branch/commithash> # version to compare with in .diff graphs
51
51
52
52
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
63
65
- upstream : origin/master
64
66
- HEAD
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ cabal-version: 1.20
2
2
build-type : Simple
3
3
category : Development
4
4
name : ghcide
5
- version : 0.7.2 .0
5
+ version : 0.7.3 .0
6
6
license : Apache-2.0
7
7
license-file : LICENSE
8
8
author : Digital Asset and Ghcide contributors
@@ -58,7 +58,7 @@ library
58
58
haskell-lsp-types == 0.23. *,
59
59
haskell-lsp == 0.23. *,
60
60
hie-compat,
61
- hls-plugin-api >= 0.6 ,
61
+ hls-plugin-api >= 0.7 ,
62
62
lens,
63
63
mtl,
64
64
network-uri,
You can’t perform that action at this time.
0 commit comments