Skip to content

Commit 0b40356

Browse files
committed
Initial preparation for 0.4.0 tag
Still needs the editorial part of the ChangeLog
1 parent 96fc363 commit 0b40356

File tree

2 files changed

+57
-1
lines changed

2 files changed

+57
-1
lines changed

ChangeLog.md

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,61 @@
11
# Changelog for haskell-language-server
22

3+
## 0.4.0
4+
5+
6+
### Pull requests merged
7+
8+
- Add ISSUE_TEMPLATE for github
9+
([#305](https://github.com/haskell/haskell-language-server/pull/305) by @fendor)
10+
- Add use-package to the list of emacs packages
11+
([#343](https://github.com/haskell/haskell-language-server/pull/343) by @rgleichman)
12+
- Implements `:type [+v/+d]` in Eval Plugin
13+
([#361](https://github.com/haskell/haskell-language-server/pull/361) by @konn)
14+
- Bump bounds of hie-bios to 0.7.0
15+
([#357](https://github.com/haskell/haskell-language-server/pull/357) by @maralorn)
16+
- Fix ImportLens plugin to work with GHC 8.10
17+
([#356](https://github.com/haskell/haskell-language-server/pull/356) by @Ailrun)
18+
- Add single file rewrites and ignore unknown files
19+
([#321](https://github.com/haskell/haskell-language-server/pull/321) by @pepeiborra)
20+
- Do not suggest explicit import lists for qualified imports
21+
([#354](https://github.com/haskell/haskell-language-server/pull/354) by @expipiplus1)
22+
- Explicit imports lens (as seen on Twitter)
23+
([#310](https://github.com/haskell/haskell-language-server/pull/310) by @pepeiborra)
24+
- Adds `:kind` and `:kind!` commands to Eval Plugin
25+
([#345](https://github.com/haskell/haskell-language-server/pull/345) by @konn)
26+
- tech(nix): update niv and remove allowbroken
27+
([#350](https://github.com/haskell/haskell-language-server/pull/350) by @willbush)
28+
- Update VS Code Haskell URL/repo
29+
([#338](https://github.com/haskell/haskell-language-server/pull/338) by @Sir4ur0n)
30+
- doc(hack): Add explanation to hack and test HLS
31+
([#329](https://github.com/haskell/haskell-language-server/pull/329) by @Sir4ur0n)
32+
- Apply the module pragmas for evaluation
33+
([#322](https://github.com/haskell/haskell-language-server/pull/322) by @pepeiborra)
34+
- Use hie-bios implicit cradle with a fallback to the cabal-helper one
35+
([#110](https://github.com/haskell/haskell-language-server/pull/110) by @jneira)
36+
- Copy working stack-8.6.5.yaml to stack.yaml
37+
([#332](https://github.com/haskell/haskell-language-server/pull/332) by @jneira)
38+
- tech(nix): Allow broken as retrie is marked as broken
39+
([#331](https://github.com/haskell/haskell-language-server/pull/331) by @Sir4ur0n)
40+
- feat(git): Add install/hie.yaml to gitignore
41+
([#328](https://github.com/haskell/haskell-language-server/pull/328) by @Sir4ur0n)
42+
- Replace wrong occurrences of "engine" by "server"
43+
([#319](https://github.com/haskell/haskell-language-server/pull/319) by @tchoutri)
44+
- Simplify coc.nvim instructions
45+
([#315](https://github.com/haskell/haskell-language-server/pull/315) by @oblitum)
46+
- Coc config file requires a {} nesting everything
47+
([#317](https://github.com/haskell/haskell-language-server/pull/317) by @hyiltiz)
48+
- Restrict opentelemetry version for stack builds
49+
([#312](https://github.com/haskell/haskell-language-server/pull/312) by @jneira)
50+
- Add support for ghc-8.10.2
51+
([#308](https://github.com/haskell/haskell-language-server/pull/308) by @jneira)
52+
- Return nothing if tool is not on the PATH
53+
([#309](https://github.com/haskell/haskell-language-server/pull/309) by @fendor)
54+
- Probe tools cli
55+
([#306](https://github.com/haskell/haskell-language-server/pull/306) by @fendor)
56+
- Add fourmolu plugin (attempt 2) and add Brittany for ghc-8.10.1
57+
([#264](https://github.com/haskell/haskell-language-server/pull/264) by @georgefst)
58+
359
## 0.3.0
460

561
0.3.0 comes with two new plugins, retrie and fourmolu, provides binaries for

haskell-language-server.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cabal-version: 2.2
22
category: Development
33
name: haskell-language-server
4-
version: 0.3.0.0
4+
version: 0.4.0.0
55
synopsis: LSP server for GHC
66
description: Please see the README on GitHub at <https://github.com/haskell/haskell-language-server#readme>
77
homepage: https://github.com/haskell/haskell-language-server#readme

0 commit comments

Comments
 (0)