Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Haskell Language Server

Working on producing the best interactive editor experience for Haskell
Collective - Host: opensource - https://opencollective.com/haskell-language-server - Code: https://github.com/haskell/haskell-language-server

Fix --testing (#3113)

* Fix --testing

Fix the --testing flag for HLS to correctly link the ghcide test plugin

* ...

github.com/haskell/haskell-language-server - 7317750248663622bae7d9953d1ddc7e1a84a4ef authored about 2 years ago by Pepe Iborra <[email protected]>
Add plugin priorities

github.com/haskell/haskell-language-server - 9ef66c9679724592455fdea7b93955cfc9bf35e1 authored about 2 years ago by Pepe Iborra <[email protected]>
Fix priority for pragma completions

github.com/haskell/haskell-language-server - 099b4e7b88f9b02b81a6234ab79a55b4d60ae35c authored about 2 years ago by Pepe Iborra <[email protected]>
fix another test that relies on plugin ordering

github.com/haskell/haskell-language-server - 753042c0f4a3d220238db7d7ae08d1cf18fb5aa9 authored about 2 years ago by Pepe Iborra <[email protected]>
Deduplicate HLS plugins

Use a smart constructor to prevent duplicated plugins. We cannot use a
set since order matters

github.com/haskell/haskell-language-server - df88cd56763a7d5ed018dd3e390b9d4fe648c24e authored about 2 years ago by Pepe Iborra <[email protected]>
upgrade ghc-check to fix #3002 (#3034)

github.com/haskell/haskell-language-server - fe00b3ae370c2b018fa147fc39a4e632af0d7eb3 authored about 2 years ago by Kobayashi <[email protected]>
Send begin progress message synchronously

Currently the Begin progress message is sent asynchronously, so it can
happen that it's never se...

github.com/haskell/haskell-language-server - f4ce73f87cebaf96f15a9bec5d900dac8b9c9ee6 authored about 2 years ago by Pepe Iborra <[email protected]>
Do not send Heap Stats to the LSP log (#3111)

github.com/haskell/haskell-language-server - c9ed045f7b0cda324354325513d59037ad17d41b authored about 2 years ago by Pepe Iborra <[email protected]>
Remove unused config (#3107)

github.com/haskell/haskell-language-server - 92f4bd4b28ffd4ddddca52d9b4cbb4c0bdd8eeeb authored about 2 years ago by Lei Zhu <[email protected]>
fix lsp-types benchmark (#3079)

* fix lsp-types paths

* Fail if there are no documents to benchmark

* use modules with sui...

github.com/haskell/haskell-language-server - e55004a0cc9b727423a16cec4f5103a4df685eb6 authored about 2 years ago by Pepe Iborra <[email protected]>
Fix #3047 (#3092)

* Make path canonicalized

* Update extra-source-files

* Replace with normalise

* Change to a ...

github.com/haskell/haskell-language-server - 49373fd01465d56146fa5f1ceded3907ad520ca0 authored about 2 years ago by Lei Zhu <[email protected]>
Support fourmolu-0.8.1.0 (#3103)

github.com/haskell/haskell-language-server - 548ca17cc73546407ac6e2cd26068a12f2d56af7 authored about 2 years ago by Brandon Chinn <[email protected]>
Probe-tools: Print stack ghc version (#3093)

* Probe-tools: Print stack ghc version

The ghc version on the $PATH is often not relevant for s...

github.com/haskell/haskell-language-server - e20b026c507d73d298b4c123cd4ee0c78bf70e69 authored about 2 years ago by Andy <[email protected]>
upgrade lsp to 1.5 (#3072)

* upgrade lsp to 1.5

* fix stack.yaml

* try fix tests

* disable verbose logging in ghcide

* ...

github.com/haskell/haskell-language-server - 255498147abb1b18a9cae3c61c5558d7fc84ab31 authored about 2 years ago by Kobayashi <[email protected]>
Stan: Avoid terminal colors in messages (#3090)

github.com/haskell/haskell-language-server - 3b2f9f6d7cfc4d89ea2b95527f89bb65806bfffc authored about 2 years ago by Andy <[email protected]>
hls-explicit-fixity-plugin (#2941)

* init hls-explicit-fixity-plugin

* Update dependencies

* Refactor: Prevent block on start...

github.com/haskell/haskell-language-server - 0e74593e8df9665067174ca27543006c9a6ad230 authored about 2 years ago by Lei Zhu <[email protected]>
Support ghc-9.2.4 (#3085)

* Support ghc-9.2.4

* Restore caching workflow for ghc-9.2.3

github.com/haskell/haskell-language-server - df77e7dd2de87702f5a02b7d94b2bb6e3bd7caf9 authored about 2 years ago by Lei Zhu <[email protected]>
Bump Nix flake GHC 9.2.3 to 9.2.4 (#3081)

github.com/haskell/haskell-language-server - 524ef152342f37ac524e4da1e419d164316c7c8f authored about 2 years ago by cydparser <[email protected]>
Merge pull request #3078 from brandonchinn178/fourmolu-0.8

Add support for Fourmolu 0.8

github.com/haskell/haskell-language-server - 9c76ac9fc08486d3a61af083ffffa5279d7f4f69 authored about 2 years ago by George Thomas <[email protected]>
Make even more forwards-compatible

github.com/haskell/haskell-language-server - abd7a1955c09129cbc2a394ad3b9f057aed2937e authored about 2 years ago by Brandon Chinn <[email protected]>
Add support for fourmolu-0.8.0.0

github.com/haskell/haskell-language-server - 59415bb8f7618e071394816206531b7af7a417ba authored about 2 years ago by Brandon Chinn <[email protected]>
Consolidate shims

github.com/haskell/haskell-language-server - 425763a589cbafcdd8bb1b09597845cf12fe33ab authored about 2 years ago by Brandon Chinn <[email protected]>
Break out fmap

github.com/haskell/haskell-language-server - d965e02ac602f12ff592e7671724fb6a31d1671b authored about 2 years ago by Brandon Chinn <[email protected]>
Run the benchmark suite on GHC 9.0.2 and 9.2.3 (#3069)

* Run the benchmark suite in GHC 9.0.2 and 9.2.3

* Benchmark Cabal 3.6.3.0

Cabal 3.0.0.0 d...

github.com/haskell/haskell-language-server - f3225adea546c0528ece30a8e06c20c84278e813 authored about 2 years ago by Pepe Iborra <[email protected]>
Merge pull request #3070 from haskell/dependabot/github_actions/actions/setup-python-4

github.com/haskell/haskell-language-server - 21e8ac565b2526fea729454e788893a6d67959e5 authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump actions/setup-python from 3 to 4

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3 to 4.
- [Release no...

github.com/haskell/haskell-language-server - 5efd0946ada3054299482adb6e223d86edbf6a51 authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #3071 from haskell/dependabot/github_actions/actions/cache-3

github.com/haskell/haskell-language-server - c0d470ec49a211df8de4fa8209a9b95dcd213e1e authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump actions/cache from 2 to 3

Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3.
- [Release notes](https://g...

github.com/haskell/haskell-language-server - f3372714cd08afe4697a46cb08b76a71f5e9e679 authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Simplify instructions about 'ghcup compile hls' (#3068)

github.com/haskell/haskell-language-server - a89ba412293327ec838c00d899ea9c6013c46aa3 authored about 2 years ago by Julian Ospald <[email protected]>
add a prefix to plugin CPP (#3065)

github.com/haskell/haskell-language-server - dc682ba118783be5e0770fd76ac93a0ee2012bd2 authored about 2 years ago by Kobayashi <[email protected]>
Add Github precommit workflow (#3060)

* Add Github precommit workflow

* Reformat remaining files

* Don't shorten project name

...

github.com/haskell/haskell-language-server - 488d287455813561aab8d9454d33e6bc39a238ea authored about 2 years ago by Dmitry Pogodin <[email protected]>
Run pre-commit hooks (#3059)

github.com/haskell/haskell-language-server - 347a7187f20242540926b9927c59a45b18798c67 authored about 2 years ago by Dmitry Pogodin <[email protected]>
Stan integration #258 (#2908)

github.com/haskell/haskell-language-server - 078fc14dda2534e5c107af5d821d2ac6f83e4c7c authored about 2 years ago by Gregory Gerasev <[email protected]>
Fix grammar and spelling errors in configuration.md (#3056)

* Fix grammar and spelling errors in configuration.md

- the way in which -> how
- which any ->...

github.com/haskell/haskell-language-server - 8ccb3f3e5db6589dc32ce7028cb1e3b33b967a6f authored about 2 years ago by arsenkhy <[email protected]>
Remove redundant WARNING prefix (#3055)

github.com/haskell/haskell-language-server - e6dfa4e9c437a02452fc52130ba1e4d007e4fd64 authored about 2 years ago by Michael Peyton Jones <[email protected]>
fix a typo in src/Ide/Plugin/Class/CodeLens.hs (#3053)

github.com/haskell/haskell-language-server - 83ca1256feaa3d08b7047dd24c4fd8ca72c86f16 authored about 2 years ago by tensorknower69 <[email protected]>
Don't use typecheck rule for non FOIs in refine imports plugin

Also add an assertion to check that we never use non-FOI rules

Fixes #2962

github.com/haskell/haskell-language-server - c045857ecbb00c0c0757e3e3ef5fefcd3a4dac99 authored about 2 years ago by Zubin Duggal <[email protected]>
build(nix): ghc922 -> ghc923 (#3049)

* build(nix): ghc922 -> ghc923

bumped nixpkgs and add support for ghc923 (replacing ghc922)

* ...

github.com/haskell/haskell-language-server - 100b53a4744c21501c925d8a9261c38b840f69be authored about 2 years ago by Matthieu Coudron <[email protected]>
fix test (#3051)

github.com/haskell/haskell-language-server - 41b1085df5887e6ed1fa3be4da2df30fb407a5d3 authored about 2 years ago by Colten Webb <[email protected]>
Record Dot Hover Types (#3016)

* patch hieast

* add comments

* add hlint ignore

* update readme

* add tests

github.com/haskell/haskell-language-server - b7c4274ddf1091409bc9b352399a1f602de5f6fa authored about 2 years ago by Colten Webb <[email protected]>
build(nix): bumped gitignore dependency (#3048)

to avoid the issue specified at https://github.com/NixOS/nixpkgs/issues/179172

github.com/haskell/haskell-language-server - 2e2b3f125ff3654c5740b413226e37f599cb83c9 authored over 2 years ago by Matthieu Coudron <[email protected]>
Update issue templates (#3044)

- Add a support issue template
- Ask questions about versions of GHC and HLS
- Add some heuristi...

github.com/haskell/haskell-language-server - 6b2239f4086d58eb3afecb2d398746d8ebee3e93 authored over 2 years ago by Michael Peyton Jones <[email protected]>
handle trailing comma in import list properly (#3035)

* handle trailing comma in import list properly

* no longer backup .ghcup in gitpod

* fix for ...

github.com/haskell/haskell-language-server - 2f886bfdca36b957aa0b99f3cd7d5dd1b1493b1d authored over 2 years ago by Kobayashi <[email protected]>
Simplify hlint config (#3038)

Apparently I was just doing it wrong and naming multiple functions this
way does work properly!

github.com/haskell/haskell-language-server - fa868b5f34240894893af6f6cda41e3172a78980 authored over 2 years ago by Michael Peyton Jones <[email protected]>
refactor selection range plugin (#3003)

* update Gitpod config

* update nix shellHook & docs

* install pre-commit hook

* add kokobd a...

github.com/haskell/haskell-language-server - 445192e21daa4f4973e60a13e748ffa910819e79 authored over 2 years ago by Kobayashi <[email protected]>
Fix Stack build with Nix on macOS (#3031)

github.com/haskell/haskell-language-server - b747aa0bd2f9cec933d813eb843514f5a7a92338 authored over 2 years ago by Dmitry Pogodin <[email protected]>
hls-eval-plugin: add lower bound for parser-combinators (#3029)

github.com/haskell/haskell-language-server - b689abb69e15fd0380932e754477900ea84e49cc authored over 2 years ago by ˌbodʲɪˈɡrʲim <[email protected]>
haskell-language-server: add lower bound for githash (#3030)

github.com/haskell/haskell-language-server - 4b0b99efc1d7a2abd8139e288702372463b333ec authored over 2 years ago by ˌbodʲɪˈɡrʲim <[email protected]>
hls-fourmolu-plugin: add lower bound for process-extras (#3028)

github.com/haskell/haskell-language-server - 531646b047878204e96669b5f5462f409592c611 authored over 2 years ago by ˌbodʲɪˈɡrʲim <[email protected]>
ghcide: lower bounds (#3025)

* ghcide: lower bounds

Before `ghc-exactprint-1.4` some `instance Default` are missing.
`Unl...

github.com/haskell/haskell-language-server - 37e6e85f22db97c374c7d7d67ef0f6be50f1616f authored over 2 years ago by ˌbodʲɪˈɡrʲim <[email protected]>
hls-plugin-api: add lower bounds (#3022)

Before `opentelemetry-0.4` `SpanInFlight` is not exported.
Before `dependent-sum-0.7` `GCompare...

github.com/haskell/haskell-language-server - 12095b2e530f23015d07fd1ae36c4152da68b9ad authored over 2 years ago by ˌbodʲɪˈɡrʲim <[email protected]>
remove all usages of pre-commit-check in nix (#3024)

github.com/haskell/haskell-language-server - 5dc134ef77f647a6dbac0b4714f3103cde83be03 authored over 2 years ago by Kobayashi <[email protected]>
Renaming of indirect references (RecordFieldPuns) (#3013)

* test: add tests for record puns

* feat: rename indirect references
refactor: remove "safe" fr...

github.com/haskell/haskell-language-server - 0f6cd41d51e1dd81ddeb117ab949ceb1f38e68cf authored over 2 years ago by Oliver Madine <[email protected]>
hls-graph: add lower bound for async (#3021)

`Control.Concurrent.Async` is not available before `async-2.0`

Co-authored-by: mergify[bot] <37...

github.com/haskell/haskell-language-server - ffefe761c8210c6b4a0c5092935f34767a3cd827 authored over 2 years ago by ˌbodʲɪˈɡrʲim <[email protected]>
Improve troubleshooting and installation docs a bit (#3004)

* Add material about using versions of GHC that aren't supported yet

* Add a note about clearin...

github.com/haskell/haskell-language-server - 293704f612c4942e2cab422c531ade7d7d7f6670 authored over 2 years ago by Michael Peyton Jones <[email protected]>
Hlint more partial functions, and Debug.Trace (#3000)

* Add partial functions under alternative import names

* Ban tracing functions also

Co-authore...

github.com/haskell/haskell-language-server - a32db0b296d16611def15fb1d7d377fa0505beea authored over 2 years ago by Michael Peyton Jones <[email protected]>
Hlint: CodeAction with isPreferred (#3018)

* Hlint: CodeAction with isPreferred

> A refactoring should be marked preferred if it is the ...

github.com/haskell/haskell-language-server - 1bc1def498c69681cef934c9b1d9cbb460591788 authored over 2 years ago by Andy <[email protected]>
add Helix to configuration.md (#3014)

github.com/haskell/haskell-language-server - 6dcc0eeadedffdc2b2fb65ae41f6956bb5762a39 authored over 2 years ago by 0rphee <[email protected]>
re-enable haddock (#3015)

* re-enable haddock

* fix it for old GHC

Co-authored-by: mergify[bot] <37929162+mergify[bot]@u...

github.com/haskell/haskell-language-server - 344323be54c95bc7f3dc24908300132bba20a4e8 authored over 2 years ago by Kobayashi <[email protected]>
Disable flaky test on Windows (#3008)

I don't think anyone is going to fix this soon, let's just disable it so
we can move on.

Fixes ...

github.com/haskell/haskell-language-server - ffef347fa77238870480cd95d74111f16f590122 authored over 2 years ago by Michael Peyton Jones <[email protected]>
Missed this during PR fixes (#3009)

github.com/haskell/haskell-language-server - d4eea6627cd679be97b795187b7f5115186775b7 authored over 2 years ago by Nick Suchecki <[email protected]>
Log response errors returned from Plugins (#2988)

* Log ResponseErrors when returned from Plugins

* Log from Plugins

* Create 'logAndReturnErro...

github.com/haskell/haskell-language-server - 73652d7515879c20577e0494bdc615105905f6fe authored over 2 years ago by Nick Suchecki <[email protected]>
Remove some partial functions from Shake.hs (#2986)

Also removes a partial pattern match from Action.hs.

github.com/haskell/haskell-language-server - 510bd51e46fea8fb51ddfaa60bba505f0663497d authored over 2 years ago by Michael Peyton Jones <[email protected]>
Add associated type families to local completions (#2987)

Co-authored-by: Lei Zhu <[email protected]>

github.com/haskell/haskell-language-server - c3c73cf30bf8b59182e6df674e3f804b55b062ea authored over 2 years ago by Attila Gáspár <[email protected]>
unify pre-commit hook & update Gitpod config (#2991)

* update Gitpod config

* update nix shellHook & docs

* install pre-commit hook

* add kokobd a...

github.com/haskell/haskell-language-server - 771d8f44e694c70d0ee487f2bd6d095fd5e1b99f authored over 2 years ago by Kobayashi <[email protected]>
fix new import position (#2981)

* #2414 fix new import position

* fix auto import for ghc version < 9.2

* re-fix it for ghc-9....

github.com/haskell/haskell-language-server - 0b8c793dfdf0d6adb1d4704343fa512c7646a15a authored over 2 years ago by Kobayashi <[email protected]>
Turn HLS-wrapper into an LSP Server (#2960)

* Make wrapper a LSP on failure

* Fix incorrect imports

* revert import block for smaller diff...

github.com/haskell/haskell-language-server - cdc8f78a9852ed35cbfccc191a0b87f59dc9e271 authored over 2 years ago by Stefan Matting <[email protected]>
Set up partial functions ratchet (#2974)

* HLint partial functions

* Delete commented out stuff

* Delete flag-based warnings, unclear t...

github.com/haskell/haskell-language-server - efcb8e2589f51b8d00912e1a2f56ba384c0e4d09 authored over 2 years ago by Michael Peyton Jones <[email protected]>
hls-class-plugin enhancement (#2920)

* hls-class-plugin enhancement

* Comment to be compatible

* Add HasSrcSpan instances

* hls-cl...

github.com/haskell/haskell-language-server - 34618236aa37bcbe99f7cebb5ad59b0b305223ea authored over 2 years ago by Lei Zhu <[email protected]>
Teach HLS about different file extensions (#2945)

* Fix parameter switch-up

* Generalise file extension handling for plugins

NotificationHandler...

github.com/haskell/haskell-language-server - 907a6e645bf03247887c63690f125d02dbcf9ed8 authored over 2 years ago by fendor <[email protected]>
Implement PluginMethod for hard-wired in handlers (#2977)

Don't hard-wire handlers, but make sure all handlers are associated to a
PluginDescriptor, s.t....

github.com/haskell/haskell-language-server - 44be7416c866e6a89ee04780a036dd2504211981 authored over 2 years ago by fendor <[email protected]>
hls-class-plugin: Only create placeholders for unimplemented methods (#2956)

* hls-class-plugin: Only create placeholders for unimplemented methods

* hls-class-plugin: Ad...

github.com/haskell/haskell-language-server - 2121495209b286bceccf87119229197d3da022a2 authored over 2 years ago by Akshay Mankar <[email protected]>
Address some review comments

github.com/haskell/haskell-language-server - aa2446d0e2f7543c28620fd57a754d47635f2e03 authored over 2 years ago by Zubin Duggal <[email protected]>
Generate bytecode/object code on demand

Adds a new rule `GetLinkable` which is called on demand by
hscCompileCoreExprHook whenever a lin...

github.com/haskell/haskell-language-server - c047b052b12e6c3b1ad9c6d842aeb474f2a954b4 authored over 2 years ago by Zubin Duggal <[email protected]>
Don't force codegen from the corefile if we just need the hash

github.com/haskell/haskell-language-server - d29f62436cad1d903c362d514018c115624ab2ad authored over 2 years ago by Zubin Duggal <[email protected]>
Shake store -> Values store

github.com/haskell/haskell-language-server - d56f6c506a0669339aa4027315fdf44f5cc6f39d authored over 2 years ago by Pepe Iborra <[email protected]>
Values store -> build graph

github.com/haskell/haskell-language-server - 4a1d981503bd4171e6e74619169a336a46178d6f authored over 2 years ago by Pepe Iborra <[email protected]>
fix a few imports

github.com/haskell/haskell-language-server - 76c5a0f8e13e9937c90a229daf2e35e829ad902d authored over 2 years ago by Pepe Iborra <[email protected]>
Serialize core to core files

Add a `.hi.core` file format to which we serialize out compiled core after generating it.
This c...

github.com/haskell/haskell-language-server - ae3d178fc36b5d54c66ec01a32b748dd32d70c92 authored over 2 years ago by Zubin Duggal <[email protected]>
Handle exceptions when reading core files

github.com/haskell/haskell-language-server - dc45afc63d8553e3f334a2a3818f80fb202abfc1 authored over 2 years ago by Zubin Duggal <[email protected]>
GHC 9.2 supports unboxed things in bytecode

github.com/haskell/haskell-language-server - 6556ab7ccf12829b90c9affd9cc43bc0cdf1dcf7 authored over 2 years ago by Zubin Duggal <[email protected]>
More Fourmolu improvements (#2959)

* Use proper structured logging for Fourmolu

Previously we just printed directly to stdout an...

github.com/haskell/haskell-language-server - 09968a156738d8bc196ad280e474c13bd36555c6 authored over 2 years ago by George Thomas <[email protected]>
Support ghc-9.2.3 (#2936)

* Support ghc-9.2.3

* ormolu-0.5

* Update stack.yaml

Co-authored-by: Pepe Iborra <pepei...

github.com/haskell/haskell-language-server - e64b61e7fd90c5c72a7224762b4b0e28a4f1d89f authored over 2 years ago by Lei Zhu <[email protected]>
Merge pull request #2950 from haskell/fourmolu-0.7-fixes

Fix Fourmolu 0.7 support

github.com/haskell/haskell-language-server - 8a5840a020048c74285f9997b9b02b9b04c658c6 authored over 2 years ago by George Thomas <[email protected]>
Only use Fourmolu `--no-cabal` flag on recent versions

github.com/haskell/haskell-language-server - 581686c4729f9ce2dd6ca42a7842701ffa165d9a authored over 2 years ago by George Thomas <[email protected]>
Bump index state

Allows us to use Fourmolu 0.7.

github.com/haskell/haskell-language-server - 0bbc545300eb014186e48f879394f9ca6d7ed3c8 authored over 2 years ago by George Thomas <[email protected]>
Support Fourmolu 0.7 in CLI mode

Fourmolu 0.7 (due to Ormolu 0.5) removes the `--cabal-default-extensions` flag, instead looking ...

github.com/haskell/haskell-language-server - 3d9f9a2889aca53ea8d477d036002729ec851c89 authored over 2 years ago by George Thomas <[email protected]>
Support `fourmolu ^>= 0.7` (#2944)

github.com/haskell/haskell-language-server - bb6b4e167a708926134c4c4807a8c7b98182d74c authored over 2 years ago by Matt Parsons <[email protected]>
chore(nix): bump nixpkgs to prevent glibc issues (#2937)

github.com/haskell/haskell-language-server - 140f9040ae88352ca1140a750e7c26485fdfbe17 authored over 2 years ago by Matthieu Coudron <[email protected]>
dependecies -> dependencies (#2934)

Fix a typo, "dependecies" -> "dependencies"

github.com/haskell/haskell-language-server - 8c47d6ce2a8409a285a3f4c3f0e10c25fb4dd848 authored over 2 years ago by Vikrem <[email protected]>
Add `throwPluginError` to Plugin Utilities (#2924)

* Add new PluginUtility function.

Add the function `throwPluginError`. This function is intende...

github.com/haskell/haskell-language-server - 8f68882f81b4963b22a926fccfe7bcd32b79530b authored over 2 years ago by Nick Suchecki <[email protected]>
Update Archlinux installation section (#2933)

github.com/haskell/haskell-language-server - 2cb8c23334047930a70922ebd98ecea8a89dadc2 authored over 2 years ago by Marcin Rzeźnicki <[email protected]>
Omit more parens for wildcard type signature (#2929)

* Omit more parens for wildcard type signature (#2929)

This is a followup to #2764.

* Revi...

github.com/haskell/haskell-language-server - 0769f2343ab6ccfc12e530f55ae109b1a6d64371 authored over 2 years ago by Sergey Vinokurov <[email protected]>
docs/installation: Remove unused clone with submodule command (#2930)

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>

github.com/haskell/haskell-language-server - b14799defa3a72e87e2dc86749da19b20b6edd6d authored over 2 years ago by Aarush Bhat <[email protected]>