|
74 | 74 | ([#3672](https://github.com/haskell/haskell-language-server/pull/3672)) by @michaelpj
|
75 | 75 | - Enable stylish-haskell for 9.6
|
76 | 76 | ([#3670](https://github.com/haskell/haskell-language-server/pull/3670)) by @michaelpj
|
| 77 | +- Bump supported ormolu, allow for 9.6 |
| 78 | + ([#3668](https://github.com/haskell/haskell-language-server/pull/3668)) by @michaelpj |
| 79 | +- Bump cachix/install-nix-action from 21 to 22 |
| 80 | + ([#3666](https://github.com/haskell/haskell-language-server/pull/3666)) by @dependabot[bot] |
| 81 | +- Add arguments to direct logs to various locations |
| 82 | + ([#3665](https://github.com/haskell/haskell-language-server/pull/3665)) by @michaelpj |
| 83 | +- Support fourmolu 0.13 |
| 84 | + ([#3662](https://github.com/haskell/haskell-language-server/pull/3662)) by @brandonchinn178 |
77 | 85 | - Resolve 1: Support for resolve in overloaded-record-dot
|
78 | 86 | ([#3658](https://github.com/haskell/haskell-language-server/pull/3658)) by @joyfulmantis
|
| 87 | +- fix ISO8601 related deprecation in time |
| 88 | + ([#3654](https://github.com/haskell/haskell-language-server/pull/3654)) by @HugoPeters1024 |
| 89 | +- Add a log-level argument to set the log level |
| 90 | + ([#3651](https://github.com/haskell/haskell-language-server/pull/3651)) by @michaelpj |
| 91 | +- Update Contributing.md |
| 92 | + ([#3650](https://github.com/haskell/haskell-language-server/pull/3650)) by @VeryMilkyJoe |
| 93 | +- Commit to prettyprinter >= 1.7 |
| 94 | + ([#3649](https://github.com/haskell/haskell-language-server/pull/3649)) by @michaelpj |
| 95 | +- Add missing Monad constraint in the eval plugin |
| 96 | + ([#3648](https://github.com/haskell/haskell-language-server/pull/3648)) by @sandydoo |
| 97 | +- hls-pragmas-plugin: Reduce noisy completions |
| 98 | + ([#3647](https://github.com/haskell/haskell-language-server/pull/3647)) by @akshaymankar |
| 99 | +- Correctly pass VersionedTextDocumentIdentifier through hls |
| 100 | + ([#3643](https://github.com/haskell/haskell-language-server/pull/3643)) by @maralorn |
| 101 | +- Add an assist for importing record fields when using OverloadedRecordDot |
| 102 | + ([#3642](https://github.com/haskell/haskell-language-server/pull/3642)) by @simmsb |
| 103 | +- update flakes to compile with ghc928 and ghc962 |
| 104 | + ([#3641](https://github.com/haskell/haskell-language-server/pull/3641)) by @smunix |
| 105 | +- Split pragmas plugin by providers + decrease disable-warning priority |
| 106 | + ([#3640](https://github.com/haskell/haskell-language-server/pull/3640)) by @mrcjkb |
| 107 | +- Reintroduce cabal-install in flake.nix |
| 108 | + ([#3637](https://github.com/haskell/haskell-language-server/pull/3637)) by @cgeorgii |
| 109 | +- Delete dead cbits |
| 110 | + ([#3635](https://github.com/haskell/haskell-language-server/pull/3635)) by @michaelpj |
| 111 | +- Simplify selection of GHCs to build on |
| 112 | + ([#3633](https://github.com/haskell/haskell-language-server/pull/3633)) by @michaelpj |
| 113 | +- Support fourmolu 0.13.0.0 |
| 114 | + ([#3631](https://github.com/haskell/haskell-language-server/pull/3631)) by @brandonchinn178 |
| 115 | +- Bump haskell/actions from 2.4.1 to 2.4.3 in /.github/actions/setup-build |
| 116 | + ([#3627](https://github.com/haskell/haskell-language-server/pull/3627)) by @dependabot[bot] |
| 117 | +- Bump haskell/actions from 2.4.1 to 2.4.3 |
| 118 | + ([#3626](https://github.com/haskell/haskell-language-server/pull/3626)) by @dependabot[bot] |
| 119 | +- remove ghc minor versions in nix flake package builds |
| 120 | + ([#3625](https://github.com/haskell/haskell-language-server/pull/3625)) by @smunix |
| 121 | +- HLS for the new generated LSP 2 release |
| 122 | + ([#3621](https://github.com/haskell/haskell-language-server/pull/3621)) by @joyfulmantis |
| 123 | +- Keep plugin id of cabal-fmt in sync with default config id |
| 124 | + ([#3615](https://github.com/haskell/haskell-language-server/pull/3615)) by @VeryMilkyJoe |
| 125 | +- Fix some grammar mistakes and typos |
| 126 | + ([#3614](https://github.com/haskell/haskell-language-server/pull/3614)) by @VeryMilkyJoe |
| 127 | +- Bump cachix/install-nix-action from 20 to 21 |
| 128 | + ([#3612](https://github.com/haskell/haskell-language-server/pull/3612)) by @dependabot[bot] |
| 129 | +- fix: remove the `Indexing` progress message when exeption in withHieDb |
| 130 | + ([#3610](https://github.com/haskell/haskell-language-server/pull/3610)) by @guibou |
| 131 | +- Bump haskell/actions from 2.4.0 to 2.4.1 in /.github/actions/setup-build |
| 132 | + ([#3604](https://github.com/haskell/haskell-language-server/pull/3604)) by @dependabot[bot] |
| 133 | +- Bump haskell/actions from 2.4.0 to 2.4.1 |
| 134 | + ([#3603](https://github.com/haskell/haskell-language-server/pull/3603)) by @dependabot[bot] |
79 | 135 | - Cabal file completions
|
80 | 136 | ([#3268](https://github.com/haskell/haskell-language-server/pull/3268)) by @VeryMilkyJoe
|
81 | 137 | - Share ModuleGraphs for all files
|
|
0 commit comments