You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ChangeLog.md
+36Lines changed: 36 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,39 @@
1
1
# Changelog for haskell-language-server
2
2
3
+
## 1.5.1
4
+
5
+
This is a bug fix release for two regressions found after releasing 1.5.0:
6
+
7
+
-[#2365](https://github.com/haskell/haskell-language-server/issue/2365): hs-boot files not handled correctly, discovered in the ghc codebase and fixed with [#2377](https://github.com/haskell/haskell-language-server/pull/2377)
8
+
-[#2379](https://github.com/haskell/haskell-language-server/issue/2379): `tried to look at linkable for GetModIfaceWithoutLinkable for NormalizedFilePath...` error handling template haskell, fixed with [#2380](https://github.com/haskell/haskell-language-server/pull/2380)
9
+
10
+
Both quick fixes thanks to @pepeiborra
11
+
12
+
Also it fixes some long standing bugs in the hlint plugin due to comments being ignored (see [#2366](https://github.com/haskell/haskell-language-server/pull/2366))
13
+
14
+
### Pull requests merged for 1.5.1
15
+
16
+
- Revert "Update to latest prettyprinter API (#2352)"
17
+
([#2389](https://github.com/haskell/haskell-language-server/pull/2389)) by @pepeiborra
18
+
- Add extra logging around build queue
19
+
([#2388](https://github.com/haskell/haskell-language-server/pull/2388)) by @pepeiborra
20
+
- docs: Fix typo
21
+
([#2386](https://github.com/haskell/haskell-language-server/pull/2386)) by @nh2
22
+
- ghcide: Update dependency on `hls-plugin-api`
23
+
([#2382](https://github.com/haskell/haskell-language-server/pull/2382)) by @hololeap
24
+
- Fix regression in GhcSessionDeps
25
+
([#2380](https://github.com/haskell/haskell-language-server/pull/2380)) by @pepeiborra
26
+
- Boot files
27
+
([#2377](https://github.com/haskell/haskell-language-server/pull/2377)) by @pepeiborra
28
+
- hls-module-name-plugin: Add missing golden file to hackage tarball
29
+
([#2374](https://github.com/haskell/haskell-language-server/pull/2374)) by @maralorn
30
+
- hls-explicit-imports-plugin: Add golden files to hackage tarball
31
+
([#2373](https://github.com/haskell/haskell-language-server/pull/2373)) by @maralorn
32
+
- Update ghcide dependency for various plugins
33
+
([#2368](https://github.com/haskell/haskell-language-server/pull/2368)) by @hololeap
34
+
- Fix several hlint issues related with the use of parsed module without comments
35
+
([#2366](https://github.com/haskell/haskell-language-server/pull/2366)) by @jneira
36
+
3
37
## 1.5.0
4
38
5
39
Time for another hls release:
@@ -22,6 +56,8 @@ Time for another hls release:
22
56
23
57
### Pull requests merged for 1.5.0
24
58
59
+
- Prepare 1.5.0
60
+
([#2361](https://github.com/haskell/haskell-language-server/pull/2361)) by @jneira
25
61
- More completion fixes
26
62
([#2354](https://github.com/haskell/haskell-language-server/pull/2354)) by @pepeiborra
0 commit comments