File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change
1
+ ### 0.0.17
2
+
3
+ * Support GHC 8.4.2 in the wrapper file
4
+ * Update dependencies to avoid security vulnerability.
5
+ * Use os.tmpdir() for the hie.log file
6
+
1
7
### 0.0.15
2
8
3
9
Support the new webview-api for the documentation browser, thanks to @AlexeyRaga .
@@ -38,13 +44,13 @@ Add rudimentary support for detecting the project GHC version and using the
38
44
appropriate hie version. This currently only works on Linux (contributors on
39
45
other platforms, please jump in with appropriate scripts) and requires
40
46
` haskell-ide-engine ` built via the ` Makefile ` added in
41
- https://github.com/haskell/haskell-ide-engine/pull/447 . Thanks to @Tehnix
47
+ https://github.com/haskell/haskell-ide-engine/pull/447 . Thanks to @Tehnix
42
48
43
49
### 0.0.7
44
50
45
51
Update ` package-lock.json ` to fresh dependencies.
46
52
47
- Add show type * of selected expression * on hover feature, by @halhenke
53
+ Add show type _ of selected expression _ on hover feature, by @halhenke
48
54
49
55
Added options for how to display the same information when using the show type
50
56
command menu, by @halhenke
You can’t perform that action at this time.
0 commit comments