Skip to content

Commit e3fe0e7

Browse files
committed
Prepare 0.5.1
1 parent 5a51fbd commit e3fe0e7

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

ChangeLog.md

+23
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Changelog for haskell-language-server
22

3+
## 0.5.1
4+
5+
0.5.1 is a minor bug fix release, mainly fixing an issue with the eval plugin
6+
as well as upgrading the ormolu and stylish-haskell dependencies.
7+
8+
### Pull requests merged
9+
- Minimal fix for eval regression
10+
([#488)](https://github.com/haskell/haskell-language-server/pull/488) by @pepeiborra
11+
- Bump stylish-haskell to 0.12.2.0
12+
([#482)](https://github.com/haskell/haskell-language-server/pull/482) by @maksbotan
13+
- Improve the emacs instructions a little
14+
([#479)](https://github.com/haskell/haskell-language-server/pull/479) by @michaelpj
15+
- Update README: HLS is no longer in *very* early stage
16+
([#475)](https://github.com/haskell/haskell-language-server/pull/475) by @Anrock
17+
- Tactic plugin: Excludes Dictionary arguments in GADTs in Destruct Tactic
18+
([#474)](https://github.com/haskell/haskell-language-server/pull/474) by @konn
19+
- Update doom emacs install instructions in README
20+
([#470)](https://github.com/haskell/haskell-language-server/pull/470) by @iyefrat
21+
- Add ghc-8.10.2 to circleci
22+
([#464)](https://github.com/haskell/haskell-language-server/pull/464) by @jneira
23+
- Bump ormolu to 0.1.3.0
24+
([#422)](https://github.com/haskell/haskell-language-server/pull/422) by @AlistairB
25+
326
## 0.5.0
427

528
0.5.0 comes with a new tactics plugin which provides case splitting, homomorphic case splitting, and lambda introduction:

haskell-language-server.cabal

+1-1
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.5.0.0
4+
version: 0.5.1.0
55
synopsis: LSP server for GHC
66
description:
77
Please see the README on GitHub at <https://github.com/haskell/haskell-language-server#readme>

0 commit comments

Comments
 (0)