From b5255fe6d9fd9f49891627e0ed83e52ce74c3875 Mon Sep 17 00:00:00 2001 From: Alan Zimmerman Date: Sun, 5 Jul 2020 21:39:59 +0100 Subject: [PATCH 1/2] Preparing 0.2 --- ChangeLog.md | 116 ++++++++++++++++++++++++++++++++++ haskell-language-server.cabal | 2 +- 2 files changed, 117 insertions(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index a09c0e8e1e..69052b2580 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,121 @@ # Changelog for haskell-language-server +## 0.2 + +- Use cabal-plan from Hackage +([#185](https://github.com/haskell/haskell-ide-engine/pull/185) by @georgefst) + +- Bump ghcide to wz1000 hls-2 branch +([#184](https://github.com/haskell/haskell-ide-engine/pull/184) by @alanz) + +- doc(preprocessor): Document the preprocessor limitation +([#177](https://github.com/haskell/haskell-ide-engine/pull/177) by @Sir4ur0n) + +- Use shell.nix from Haskell-IDE-Engine +([#169](https://github.com/haskell/haskell-ide-engine/pull/169) by @fendor) + +- Remove last occurrences of shake.yaml +([#163](https://github.com/haskell/haskell-ide-engine/pull/163) by @fendor) + +- Use an unique install/stack.yaml +([#154](https://github.com/haskell/haskell-ide-engine/pull/154) by @jneira) + +- Introduce golden testing +([#152](https://github.com/haskell/haskell-ide-engine/pull/152) by @Ailrun) + +- Revert "Use bullet as separator instead of HR" +([#150](https://github.com/haskell/haskell-ide-engine/pull/150) by @alanz) + +- feat(hie-bios): Multi-cradle, ignore directories +([#147](https://github.com/haskell/haskell-ide-engine/pull/147) by @Sir4ur0n) + +- [Plugin] stylish-haskell formatter +([#146](https://github.com/haskell/haskell-ide-engine/pull/146) by @Ailrun) + +- Separate ghcide tests and disable them for now +([#137](https://github.com/haskell/haskell-ide-engine/pull/137) by @jneira) + +- Convert private lib in common stanza +([#136](https://github.com/haskell/haskell-ide-engine/pull/136) by @jneira) + +- Add zlibc to readme +([#134](https://github.com/haskell/haskell-ide-engine/pull/134) by @Sir4ur0n) + +- Complete editor integrations +([#132](https://github.com/haskell/haskell-ide-engine/pull/132) by @jneira) + +- Remove inexistent component from hie.yaml.stack +([#131](https://github.com/haskell/haskell-ide-engine/pull/131) by @jneira) + +- Bump to new mpickering/ghcide +([#130](https://github.com/haskell/haskell-ide-engine/pull/130) by @alanz) + +- Update ghc-lib-parser version +([#129](https://github.com/haskell/haskell-ide-engine/pull/129) by @jneira) + +- Remove redundant import +([#128](https://github.com/haskell/haskell-ide-engine/pull/128) by @bubba) + +- Default the number of Shake threads to 0 (automatic) +([#127](https://github.com/haskell/haskell-ide-engine/pull/127) by @bubba) + +- Added kakoune integration instructions +([#125](https://github.com/haskell/haskell-ide-engine/pull/125) by @414owen) + +- Fix install script dev target +([#124](https://github.com/haskell/haskell-ide-engine/pull/124) by @jneira) + +- Add plugin support for Rename providers +([#123](https://github.com/haskell/haskell-ide-engine/pull/123) by @pepeiborra) + +- Add jobs for stack and cabal using ghc-8.10.1 +([#120](https://github.com/haskell/haskell-ide-engine/pull/120) by @jneira) + +- Add lower bound to tasty-ant-xml +([#119](https://github.com/haskell/haskell-ide-engine/pull/119) by @jneira) + +- Fix build using brittany revision +([#117](https://github.com/haskell/haskell-ide-engine/pull/117) by @jneira) + +- Use floskell released version 0.10.3 +([#116](https://github.com/haskell/haskell-ide-engine/pull/116) by @jneira) + +- Add emacs/doom-emacs integration sub-section +([#115](https://github.com/haskell/haskell-ide-engine/pull/115) by @yuanw) + +- Port hie README partially +([#112](https://github.com/haskell/haskell-ide-engine/pull/112) by @jneira) + +- Use cabal-helper-1.1, add stack-8.10.1.yaml and unify cabal.project's +([#108](https://github.com/haskell/haskell-ide-engine/pull/108) by @jneira) + +- [#87] Fix completion via ghcide's `getCompletionsLSP` +([#107](https://github.com/haskell/haskell-ide-engine/pull/107) by @korayal) + +- Create specific project file for ghc-8.10. +([#106](https://github.com/haskell/haskell-ide-engine/pull/106) by @jneira) + +- Issue 5 - Move HIE Tests and convert to Tasty +([#105](https://github.com/haskell/haskell-ide-engine/pull/105) by @jeffwindsor) + +- Hls update latest hie bios +([#100](https://github.com/haskell/haskell-ide-engine/pull/100) by @fendor) + +- Update extra-deps to use latest fork version of shake +([#98](https://github.com/haskell/haskell-ide-engine/pull/98) by @fendor) + +- Activate typechecking in non-lsp mode +([#95](https://github.com/haskell/haskell-ide-engine/pull/95) by @jneira) + +- Fix haddock parsing errors +([#92](https://github.com/haskell/haskell-ide-engine/pull/92) by @jneira) + +- Update for haskell-lsp 0.22 +([#89](https://github.com/haskell/haskell-ide-engine/pull/89) by @alanz) + +- Get building with ghc-8.10 +([#83](https://github.com/haskell/haskell-ide-engine/pull/83) by @bubba) + ## 0.1 ### In this version diff --git a/haskell-language-server.cabal b/haskell-language-server.cabal index ca8b41cadd..663e7501f4 100644 --- a/haskell-language-server.cabal +++ b/haskell-language-server.cabal @@ -1,7 +1,7 @@ cabal-version: 2.2 category: Development name: haskell-language-server -version: 0.1.0.0 +version: 0.2.0.0 synopsis: LSP server for GHC description: Please see the README on GitHub at homepage: https://github.com/haskell/haskell-language-server#readme From 7024c1543b54898f0caec4dc197a8453d9d940d6 Mon Sep 17 00:00:00 2001 From: Alan Zimmerman Date: Sun, 5 Jul 2020 22:46:58 +0100 Subject: [PATCH 2/2] Fix the links to point to hls, not hie --- ChangeLog.md | 76 ++++++++++++++++++++++++++-------------------------- 1 file changed, 38 insertions(+), 38 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 69052b2580..8b37a6c6bc 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -3,118 +3,118 @@ ## 0.2 - Use cabal-plan from Hackage -([#185](https://github.com/haskell/haskell-ide-engine/pull/185) by @georgefst) +([#185](https://github.com/haskell/haskell-language-server/pull/185) by @georgefst) - Bump ghcide to wz1000 hls-2 branch -([#184](https://github.com/haskell/haskell-ide-engine/pull/184) by @alanz) +([#184](https://github.com/haskell/haskell-language-server/pull/184) by @alanz) - doc(preprocessor): Document the preprocessor limitation -([#177](https://github.com/haskell/haskell-ide-engine/pull/177) by @Sir4ur0n) +([#177](https://github.com/haskell/haskell-language-server/pull/177) by @Sir4ur0n) - Use shell.nix from Haskell-IDE-Engine -([#169](https://github.com/haskell/haskell-ide-engine/pull/169) by @fendor) +([#169](https://github.com/haskell/haskell-language-server/pull/169) by @fendor) - Remove last occurrences of shake.yaml -([#163](https://github.com/haskell/haskell-ide-engine/pull/163) by @fendor) +([#163](https://github.com/haskell/haskell-language-server/pull/163) by @fendor) - Use an unique install/stack.yaml -([#154](https://github.com/haskell/haskell-ide-engine/pull/154) by @jneira) +([#154](https://github.com/haskell/haskell-language-server/pull/154) by @jneira) - Introduce golden testing -([#152](https://github.com/haskell/haskell-ide-engine/pull/152) by @Ailrun) +([#152](https://github.com/haskell/haskell-language-server/pull/152) by @Ailrun) - Revert "Use bullet as separator instead of HR" -([#150](https://github.com/haskell/haskell-ide-engine/pull/150) by @alanz) +([#150](https://github.com/haskell/haskell-language-server/pull/150) by @alanz) - feat(hie-bios): Multi-cradle, ignore directories -([#147](https://github.com/haskell/haskell-ide-engine/pull/147) by @Sir4ur0n) +([#147](https://github.com/haskell/haskell-language-server/pull/147) by @Sir4ur0n) - [Plugin] stylish-haskell formatter -([#146](https://github.com/haskell/haskell-ide-engine/pull/146) by @Ailrun) +([#146](https://github.com/haskell/haskell-language-server/pull/146) by @Ailrun) - Separate ghcide tests and disable them for now -([#137](https://github.com/haskell/haskell-ide-engine/pull/137) by @jneira) +([#137](https://github.com/haskell/haskell-language-server/pull/137) by @jneira) - Convert private lib in common stanza -([#136](https://github.com/haskell/haskell-ide-engine/pull/136) by @jneira) +([#136](https://github.com/haskell/haskell-language-server/pull/136) by @jneira) - Add zlibc to readme -([#134](https://github.com/haskell/haskell-ide-engine/pull/134) by @Sir4ur0n) +([#134](https://github.com/haskell/haskell-language-server/pull/134) by @Sir4ur0n) - Complete editor integrations -([#132](https://github.com/haskell/haskell-ide-engine/pull/132) by @jneira) +([#132](https://github.com/haskell/haskell-language-server/pull/132) by @jneira) - Remove inexistent component from hie.yaml.stack -([#131](https://github.com/haskell/haskell-ide-engine/pull/131) by @jneira) +([#131](https://github.com/haskell/haskell-language-server/pull/131) by @jneira) - Bump to new mpickering/ghcide -([#130](https://github.com/haskell/haskell-ide-engine/pull/130) by @alanz) +([#130](https://github.com/haskell/haskell-language-server/pull/130) by @alanz) - Update ghc-lib-parser version -([#129](https://github.com/haskell/haskell-ide-engine/pull/129) by @jneira) +([#129](https://github.com/haskell/haskell-language-server/pull/129) by @jneira) - Remove redundant import -([#128](https://github.com/haskell/haskell-ide-engine/pull/128) by @bubba) +([#128](https://github.com/haskell/haskell-language-server/pull/128) by @bubba) - Default the number of Shake threads to 0 (automatic) -([#127](https://github.com/haskell/haskell-ide-engine/pull/127) by @bubba) +([#127](https://github.com/haskell/haskell-language-server/pull/127) by @bubba) - Added kakoune integration instructions -([#125](https://github.com/haskell/haskell-ide-engine/pull/125) by @414owen) +([#125](https://github.com/haskell/haskell-language-server/pull/125) by @414owen) - Fix install script dev target -([#124](https://github.com/haskell/haskell-ide-engine/pull/124) by @jneira) +([#124](https://github.com/haskell/haskell-language-server/pull/124) by @jneira) - Add plugin support for Rename providers -([#123](https://github.com/haskell/haskell-ide-engine/pull/123) by @pepeiborra) +([#123](https://github.com/haskell/haskell-language-server/pull/123) by @pepeiborra) - Add jobs for stack and cabal using ghc-8.10.1 -([#120](https://github.com/haskell/haskell-ide-engine/pull/120) by @jneira) +([#120](https://github.com/haskell/haskell-language-server/pull/120) by @jneira) - Add lower bound to tasty-ant-xml -([#119](https://github.com/haskell/haskell-ide-engine/pull/119) by @jneira) +([#119](https://github.com/haskell/haskell-language-server/pull/119) by @jneira) - Fix build using brittany revision -([#117](https://github.com/haskell/haskell-ide-engine/pull/117) by @jneira) +([#117](https://github.com/haskell/haskell-language-server/pull/117) by @jneira) - Use floskell released version 0.10.3 -([#116](https://github.com/haskell/haskell-ide-engine/pull/116) by @jneira) +([#116](https://github.com/haskell/haskell-language-server/pull/116) by @jneira) - Add emacs/doom-emacs integration sub-section -([#115](https://github.com/haskell/haskell-ide-engine/pull/115) by @yuanw) +([#115](https://github.com/haskell/haskell-language-server/pull/115) by @yuanw) - Port hie README partially -([#112](https://github.com/haskell/haskell-ide-engine/pull/112) by @jneira) +([#112](https://github.com/haskell/haskell-language-server/pull/112) by @jneira) - Use cabal-helper-1.1, add stack-8.10.1.yaml and unify cabal.project's -([#108](https://github.com/haskell/haskell-ide-engine/pull/108) by @jneira) +([#108](https://github.com/haskell/haskell-language-server/pull/108) by @jneira) - [#87] Fix completion via ghcide's `getCompletionsLSP` -([#107](https://github.com/haskell/haskell-ide-engine/pull/107) by @korayal) +([#107](https://github.com/haskell/haskell-language-server/pull/107) by @korayal) - Create specific project file for ghc-8.10. -([#106](https://github.com/haskell/haskell-ide-engine/pull/106) by @jneira) +([#106](https://github.com/haskell/haskell-language-server/pull/106) by @jneira) - Issue 5 - Move HIE Tests and convert to Tasty -([#105](https://github.com/haskell/haskell-ide-engine/pull/105) by @jeffwindsor) +([#105](https://github.com/haskell/haskell-language-server/pull/105) by @jeffwindsor) - Hls update latest hie bios -([#100](https://github.com/haskell/haskell-ide-engine/pull/100) by @fendor) +([#100](https://github.com/haskell/haskell-language-server/pull/100) by @fendor) - Update extra-deps to use latest fork version of shake -([#98](https://github.com/haskell/haskell-ide-engine/pull/98) by @fendor) +([#98](https://github.com/haskell/haskell-language-server/pull/98) by @fendor) - Activate typechecking in non-lsp mode -([#95](https://github.com/haskell/haskell-ide-engine/pull/95) by @jneira) +([#95](https://github.com/haskell/haskell-language-server/pull/95) by @jneira) - Fix haddock parsing errors -([#92](https://github.com/haskell/haskell-ide-engine/pull/92) by @jneira) +([#92](https://github.com/haskell/haskell-language-server/pull/92) by @jneira) - Update for haskell-lsp 0.22 -([#89](https://github.com/haskell/haskell-ide-engine/pull/89) by @alanz) +([#89](https://github.com/haskell/haskell-language-server/pull/89) by @alanz) - Get building with ghc-8.10 -([#83](https://github.com/haskell/haskell-ide-engine/pull/83) by @bubba) +([#83](https://github.com/haskell/haskell-language-server/pull/83) by @bubba) ## 0.1