File tree Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change 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
5280.5.0 comes with a new tactics plugin which provides case splitting, homomorphic case splitting, and lambda introduction:
Original file line number Diff line number Diff line change 11cabal-version : 2.2
22category : Development
33name : haskell-language-server
4- version : 0.5.0 .0
4+ version : 0.5.1 .0
55synopsis : LSP server for GHC
66description :
77 Please see the README on GitHub at <https://github.com/haskell/haskell-language-server#readme>
You can’t perform that action at this time.
0 commit comments