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 conflict with cabal.project, and clean compilation

github.com/haskell/haskell-language-server - 5b17547ca3b7afdec253a9ec1826603ecb8133b7 authored over 4 years ago by Alan Zimmerman <[email protected]>
Merge pull request #185 from georgefst/cabal-helper-bump

Use cabal-plan from Hackage

github.com/haskell/haskell-language-server - 77c31c37aceb822ceb5b60f11f4933419353c675 authored over 4 years ago by Javier Neira <[email protected]>
Use cabal-plan from Hackage

github.com/haskell/haskell-language-server - f5f34ec83faa16bd0b4b435061020bae22e86e85 authored over 4 years ago by George Thomas <[email protected]>
Remove commented out package.

Note, the limitation on Cabal comes from
http://hackage.haskell.org/package/stylish-haskell-0.11...

github.com/haskell/haskell-language-server - f5d3c242cfd6d4bfdd3921044bfb5388021e443f authored over 4 years ago by Alan Zimmerman <[email protected]>
Bump ghcide to wz1000 hls-2 branch

At 747ec1401c62257ec849319eb2dda966a8008b09

Also bump cabal-project index-state to 2020-07-01T1...

github.com/haskell/haskell-language-server - 3436f6afe6113d2e4b278ccbfc30bdd2465255bc authored over 4 years ago by Alan Zimmerman <[email protected]>
Fix spaninfo Haddocks for local modules (haskell/ghcide#678)

* Fix regression in SpanInfo haddocks for local modules

The regression was introduced in hask...

github.com/haskell/haskell-language-server - 89cd928208784edefaf2b2a2c79d0dead9606827 authored over 4 years ago by Pepe Iborra <[email protected]>
Avoid excessive retypechecking of TH codebases (haskell/ghcide#673)

* Hi file stability

* fix missing early cutoff in GetModIface

* tests for TH reloading

...

github.com/haskell/haskell-language-server - 0b10b141a9d6b9967c7e9ab61f9c236c4fade30d authored over 4 years ago by Pepe Iborra <[email protected]>
Use stale information if it's available to answer requests quickly (haskell/ghcide#624)

* Use stale information for hover and completions

This introduces a new function `useWithStal...

github.com/haskell/haskell-language-server - 9b57bbcb42ca2d207c92ccdc6ae145e9ca0cc282 authored over 4 years ago by Matthew Pickering <[email protected]>
Code action: add constraint (haskell/ghcide#653)

* Add missing instance constraint

* Add missing instance constraint with existing constraints...

github.com/haskell/haskell-language-server - bb423b6a6487d336b992f467d0950a9b590df29f authored over 4 years ago by Denis Frezzato <[email protected]>
Code action: add constraint (haskell/ghcide#653)

* Add missing instance constraint

* Add missing instance constraint with existing constraints...

github.com/haskell/haskell-language-server - 99d4cff70366ffcbe7d050abd036ff54af2fe047 authored over 4 years ago by Denis Frezzato <[email protected]>
Make BenchHist non buildable by default and save logs (haskell/ghcide#666)

* [bench-hist] save messages to log file

And fix the commitid rule to always rerun the git qu...

github.com/haskell/haskell-language-server - 529c33a719463fa86ef1da5a77edeebebbc53855 authored over 4 years ago by Pepe Iborra <[email protected]>
Merge pull request #178 from alanz/bump-ghcide

Bump ghcide to wz1000/hls-2 latest

github.com/haskell/haskell-language-server - 2a192db290bfe8640dafb6c1d650a0815e70d966 authored over 4 years ago by Alan Zimmerman <[email protected]>
Delete unused top level binding code action (haskell/ghcide#657)

* Delete unused top level binding code action

* Remove redundant brackets according to hlint
...

github.com/haskell/haskell-language-server - a6bc14e1581d6b4b55976a936a414ec006a3d01e authored over 4 years ago by Serhii <[email protected]>
Bump ghcide to wz1000/hls-2 latest

At commit cc09b6d4cf03efa645c682347c62850c2291be25

github.com/haskell/haskell-language-server - fa628e167b5b98fb3016f8251174bc7aa979e2e1 authored over 4 years ago by Alan Zimmerman <[email protected]>
doc(preprocessor): Document the preprocessor limitation

Related to #176

github.com/haskell/haskell-language-server - 8e8a1896b429f266c408a83e34cf7e6a2d8d6032 authored over 4 years ago by Julien Debon <[email protected]>
Merge pull request #174 from alanz/bump-ghcide

Bump ghcide

github.com/haskell/haskell-language-server - a9f96277a37624072d60bdc7f9e5c2241c9ae785 authored over 4 years ago by Alan Zimmerman <[email protected]>
Use wz1000 as upstream for ghcide

github.com/haskell/haskell-language-server - 91f80db0d5d3ce2192723287539b6a33bf09d7fe authored over 4 years ago by Alan Zimmerman <[email protected]>
Fix compile with multiple GHCs

github.com/haskell/haskell-language-server - d9f15d29e4356e989c278415008bbbceece9efcc authored over 4 years ago by Alan Zimmerman <[email protected]>
Bump ghcide

To
commit 326e3e32f8b5e46088257f8df5cb5b42d1a3cd59 wz1000/hls-2

github.com/haskell/haskell-language-server - 516bfc8c7c041d10a7b96f503405f3947820fa93 authored over 4 years ago by Alan Zimmerman <[email protected]>
stack810.yaml: bump (haskell/ghcide#651)

github.com/haskell/haskell-language-server - 52cdf475f713d458275e836b304ac54b20a06a07 authored over 4 years ago by Domen Kožar <[email protected]>
Fix debouncer for 0 delay (haskell/ghcide#662)

* fix debouncer for 0 delay

The indirection caused by `async (sleep 0 >> fire)` was causing t...

github.com/haskell/haskell-language-server - ff2dab5c8f4ce8b42723e10eba77f41a418dfff5 authored over 4 years ago by Pepe Iborra <[email protected]>
Interface file fixes (haskell/ghcide#645)

* Add test for inconsistent diagnostics

* Refactoring ModIfaceFromDisk

This started as a p...

github.com/haskell/haskell-language-server - 209da2e707c1827739a28d990cf457606f51b809 authored over 4 years ago by Pepe Iborra <[email protected]>
Merge pull request #169 from fendor/update-shell-nix

Use shell.nix from Haskell-IDE-Engine

github.com/haskell/haskell-language-server - a970f9ddca5672974eab0e3113a1b1835e07a9b0 authored over 4 years ago by Alan Zimmerman <[email protected]>
Retry GHC 8.10 on Windows (haskell/ghcide#661)

It keeps crashing and annoying everyone. The issue is in GHC not in
our code and I believe it’s...

github.com/haskell/haskell-language-server - 77832c82f3f9a56a07765e40bc5f197bd6b82b1c authored over 4 years ago by Moritz Kiefer <[email protected]>
Finer dependencies for GhcSessionFun (haskell/ghcide#643)

* Cache the results of loadSession until the components change

* Track the cradle dependencie...

github.com/haskell/haskell-language-server - 4829935914ecd2b00ed40e8505b1a4fab80255b5 authored over 4 years ago by Pepe Iborra <[email protected]>
Send WorkDoneProgressEnd only when work is done (haskell/ghcide#649)

* send WorkDoneProgressEnd only when work done

* Progress reporting now spans over multiple o...

github.com/haskell/haskell-language-server - 498f93a02dc10ad55261a9dbe8b413038f1d5a8a authored over 4 years ago by Pepe Iborra <[email protected]>
Use shell.nix from Haskell-IDE-Engine

github.com/haskell/haskell-language-server - f4bf9fddb1cdeb903ca61d48321fc64768e059dd authored over 4 years ago by fendor <[email protected]>
Add a note on differential benchmarks (haskell/ghcide#647)

github.com/haskell/haskell-language-server - 375c3eff303fdf5fabdf994ac740282a520232dd authored over 4 years ago by Pepe Iborra <[email protected]>
Merge pull request #160 from alanz/bump-ghcide

Update to new hls

github.com/haskell/haskell-language-server - 26892d6d8fa411803f58ca87b463c8a434df33e2 authored over 4 years ago by Alan Zimmerman <[email protected]>
Use latest wz100 ghcide branch

hls-2-pepe-rebased at 977663126b938cd99c8746150458f9bd1031f01a

github.com/haskell/haskell-language-server - 9bd188999bcb15a4662244f11cd1c6734e9a0f7a authored over 4 years ago by Alan Zimmerman <[email protected]>
Bump ghcide to wz100 updated hls branch

https://github.com/wz1000/ghcide/tree/hls-2-pepe-rebased
at 027f352d396545a9bf284873f6e47788f943...

github.com/haskell/haskell-language-server - a452e13a13646e94c5f9dcc2b666487a4e170421 authored over 4 years ago by Alan Zimmerman <[email protected]>
Cache a ghc session per file of interest (haskell/ghcide#630)

* Cache a GHC session per module

We set up a GHC session (load deps, setup finder cache) ever...

github.com/haskell/haskell-language-server - 17f12aecab47a0d7197bd10666904bfde40553a8 authored over 4 years ago by Pepe Iborra <[email protected]>
Remove `Strict` from the language extensions used for code actions (haskell/ghcide#638)

Since the code action for language extension suggestions uses substring
matching, the presence ...

github.com/haskell/haskell-language-server - 648dcba92522e74e1af2d83e66f9e3565f039f67 authored over 4 years ago by Torsten Schmits <[email protected]>
Report progress when setting up cradle (haskell/ghcide#644)

To do this we pass in the withProgress and withIndefiniteProgress
functions from LspFuncs into ...

github.com/haskell/haskell-language-server - 91d98621784c9b704836a9b9b56afee0ca545f0a authored over 4 years ago by Luke Lau <[email protected]>
Merge pull request #2 from jneira/bump-ghcide

Update resolver and fix build for stack-8.10.1

github.com/haskell/haskell-language-server - 62bd31937e32356f6dbaf9dd5f7fdf32b059060f authored over 4 years ago by Alan Zimmerman <[email protected]>
Update resolver and fix build for stack.8.10.1

github.com/haskell/haskell-language-server - c859773e7c1f92226b41814ae133edaddf221a13 authored over 4 years ago by jneira <[email protected]>
Fix crash when writing to a Barrier more than once (haskell/ghcide#637)

* Fix crash when writing to a Barrier more than once

* Less confusing now

github.com/haskell/haskell-language-server - f464ddae6fc89a32527557cd8704889cde8fc6a4 authored over 4 years ago by Pepe Iborra <[email protected]>
Write a cabal.project file in the benchmark example (haskell/ghcide#640)

* Write a cabal.project file

As suggested in haskell/ghcide#617. Taken fron haskell/ghcide#62...

github.com/haskell/haskell-language-server - 71bc83c7bd6cdee36e0ee85cb1bd090173599d30 authored over 4 years ago by Pepe Iborra <[email protected]>
Performance analysis over time (haskell/ghcide#629)

* benchmark history script

* if HEAD no need to rebuild worktree

* add bench/README.md

...

github.com/haskell/haskell-language-server - c287aa0803c6678e445c09b8d6edde180b27a27c authored over 4 years ago by Pepe Iborra <[email protected]>
Merge pull request #163 from fendor/fix-shake-yaml

Remove last occurrences of shake.yaml

github.com/haskell/haskell-language-server - d2654185eef1b0d703cebc694e85438e20600e37 authored over 4 years ago by Javier Neira <[email protected]>
Remove last occurrences of shake.yaml

github.com/haskell/haskell-language-server - 37a32b06f295282415f27e7f757ba19d5c5a2def authored over 4 years ago by fendor <[email protected]>
Get rid of pedantic warning

github.com/haskell/haskell-language-server - 589872467a0a42d52468b3c6ab545ee39b94a31a authored over 4 years ago by Alan Zimmerman <[email protected]>
Merge pull request #154 from jneira/install-yaml

Use an unique install/stack.yaml

github.com/haskell/haskell-language-server - 4893b194c5fa031df9d66e3fe34cd44788839cbd authored over 4 years ago by Javier Neira <[email protected]>
Use updated wz1000 ghcide hls-2 branch

Which sorts out the stale cache problem.

github.com/haskell/haskell-language-server - 0c2f1f826ca67261a73d48f5e140856cd8631c1c authored over 4 years ago by Alan Zimmerman <[email protected]>
Restore the patched cabal-plan for GHC 8.10.1

github.com/haskell/haskell-language-server - 1852f2a95c85cadb0f99a2b5d36251c4869e858d authored over 4 years ago by Alan Zimmerman <[email protected]>
Use updated wz1000 hls-2 branch for ghcide

Compiles now with GHC 8.6.5, tests do not all pass though

github.com/haskell/haskell-language-server - b673f0b682e849ad39bcfc649c25fffda68ab7a8 authored over 4 years ago by Alan Zimmerman <[email protected]>
Update stack files

github.com/haskell/haskell-language-server - 2cdbe2e16c7c50fc24a92c076dfc36e7510e4c3e authored over 4 years ago by Alan Zimmerman <[email protected]>
More benchmarks (haskell/ghcide#625)

* Add a benchmark to track startup times

* Benchmark automation

disable benchmarks easily
...

github.com/haskell/haskell-language-server - 33deb91650b5690d0d96ee22f7613a9ca105f31b authored over 4 years ago by Pepe Iborra <[email protected]>
Use an unique install/stack.yaml

github.com/haskell/haskell-language-server - 887e5dca02eff37e01947eea017cceebd3df8773 authored over 4 years ago by jneira <[email protected]>
Merge pull request #147 from Sir4ur0n/feat/multiCradleHieTemplates

Feature(hie-bios): Multi-cradle, ignore directories

github.com/haskell/haskell-language-server - 77dda30c5a11871d7c87de8d3adde4c2d9c8b429 authored over 4 years ago by Javier Neira <[email protected]>
Canonicalize the locations in the cradle tests (haskell/ghcide#628)

On macOS, the $TMPDIR folder leads to /var/blahblahblah, but this is
canonicalized to /private/...

github.com/haskell/haskell-language-server - d04cfe91e46d53a8b1076f897b62a378501951fc authored over 4 years ago by Luke Lau <[email protected]>
Add hie.yaml.stack and use none cradle for test data (haskell/ghcide#626)

* Add a none cradle for test data in cabal cradle

* Add a stack explicit hie-bios config

github.com/haskell/haskell-language-server - f0b3953f40e43d0a725a80464e77baef53706025 authored over 4 years ago by Javier Neira <[email protected]>
Fix a bug in getHiFileRule (haskell/ghcide#623)

* Fix bug in getHiFileRule

* Renamed GetHiFile to GetModIfaceFromDisk for clarity

github.com/haskell/haskell-language-server - 909c20815eb14e2af40737a7071985db599833d1 authored over 4 years ago by Pepe Iborra <[email protected]>
ghc initialization error handling (haskell/ghcide#609)

There are a couple of cases to handle as seen below.
Thanks @jneira for help discovering them a...

github.com/haskell/haskell-language-server - e792bd1e7c4151af7b9e40a2733acb25b98a9af8 authored over 4 years ago by Pepe Iborra <[email protected]>
Fix regression in getSpanInfoRule (haskell/ghcide#622)

This rule used withstale dependencies prior to haskell/ghcide#457 and was changed to plain use
...

github.com/haskell/haskell-language-server - 60f0c7851088f05383fcc95e970fa50d963d3911 authored over 4 years ago by Pepe Iborra <[email protected]>
Restore Shake profiling (haskell/ghcide#621)

* restore a comment

* Fix Shake profiling

A Shake profile is generated as part of the Shak...

github.com/haskell/haskell-language-server - 4823008e6cc52b0e3e495af6bc2eb7f5be0bdb98 authored over 4 years ago by Pepe Iborra <[email protected]>
Use a better noRange (haskell/ghcide#612)

github.com/haskell/haskell-language-server - 52e64d423f0ed7d7303b4825250e8f68b5d67545 authored over 4 years ago by Neil Mitchell <[email protected]>
Add back a .ghci file (haskell/ghcide#607)

github.com/haskell/haskell-language-server - 9401db28cb29e775f4300512c89605f404cd723c authored over 4 years ago by Neil Mitchell <[email protected]>
Merge pull request #152 from Ailrun/introduce-golden-testing

Introduce golden testing

github.com/haskell/haskell-language-server - 2186df00a9414c640fba1ae2acc3d9aa21ab6e4c authored over 4 years ago by Junyoung Clare Jang <[email protected]>
Restore most of the format tests under golden testing

github.com/haskell/haskell-language-server - 34eb232f1e2bd52d14cee2e55f22c7e46a6040d5 authored over 4 years ago by Junyoung Clare Jang <[email protected]>
Introduce golden testing for stylish-haskell formatter

github.com/haskell/haskell-language-server - e4f8df88dfbfd2e68229fc50ca5386b6bd30c84f authored over 4 years ago by Junyoung Clare Jang <[email protected]>
haskell/ghcide#573, make haddock errors warnings with the word Haddock in front (haskell/ghcide#608)

* haskell/ghcide#573, make haddock errors warnings with the word Haddock in front

* Update Ru...

github.com/haskell/haskell-language-server - b5fe568d9345e54a90ef495a574f1ef8c8bab173 authored over 4 years ago by Neil Mitchell <[email protected]>
Implement Goto Type Definition (haskell/ghcide#533)

* Implement Goto Type Definition

github.com/haskell/haskell-language-server - 168ca9b202a0dabca4ad9b422de752509192d415 authored over 4 years ago by Matthew Pickering <[email protected]>
Merge pull request #146 from Ailrun/stylish-haskell-plugin

[Plugin] stylish-haskell formatter

github.com/haskell/haskell-language-server - 84b00734c8e35f7e7daa5140084ce2e3bb26458e authored over 4 years ago by Alan Zimmerman <[email protected]>
remove unnecessary FileExists dependency in GetHiFile (haskell/ghcide#589)

* remove unnecessary FileExists dependency

It is subsumed by the GetModificationTime dependen...

github.com/haskell/haskell-language-server - bd431e7255d6acc810277070ffbe0169306f3297 authored over 4 years ago by Pepe Iborra <[email protected]>
ShakeSession and shakeEnqueue (haskell/ghcide#554)

* ShakeSession and shakeRunGently

Currently we start a new Shake session for every interactio...

github.com/haskell/haskell-language-server - 51da966f14813f6e1a9e584188e53b085818fba4 authored over 4 years ago by Pepe Iborra <[email protected]>
Merge pull request #150 from alanz/hover-hr

Revert "Use bullet as separator instead of HR"

github.com/haskell/haskell-language-server - 5896026209501de6f0badef0b72716e90443e5e8 authored over 4 years ago by Alan Zimmerman <[email protected]>
Revert "Use bullet as separator instead of HR"

In rendering documentation for hover.

github.com/haskell/haskell-language-server - d5aecedd21feae99c64282088e141f0f83460a6e authored over 4 years ago by Alan Zimmerman <[email protected]>
Improve following Github discussions

* Add stack.yaml to install/ folder
* Add Stack and Cabal templates for hie.yaml for install/ fo...

github.com/haskell/haskell-language-server - 27d35574813b7b59c02ac0c24065a4636a69ce51 authored over 4 years ago by sir4ur0n <[email protected]>
Add test cases for stylish-haskell

github.com/haskell/haskell-language-server - c61f27acc4abf8f4ec19d5bd4ecc7e4dd458e526 authored over 4 years ago by Junyoung Clare Jang <[email protected]>
feat(hie-bios): Multi-cradle, ignore directories

Related to #121

github.com/haskell/haskell-language-server - 3e10ae3c51a69a345694af74b1d61529104edcdb authored over 4 years ago by sir4ur0n <[email protected]>
Add a formatter plugin using stylish-haskell

github.com/haskell/haskell-language-server - 1b790db5f59b18147fca6488d38c025f1f66ed02 authored over 4 years ago by Junyoung Clare Jang <[email protected]>
Benchmark suite (haskell/ghcide#590)

* Initial benchmark suite, reusing ideas from Neil's post

https://neilmitchell.blogspot.com/2...

github.com/haskell/haskell-language-server - ed8e403fd34ae0c47eebb7d18db1f0371eb36577 authored over 4 years ago by Pepe Iborra <[email protected]>
Prepare release of ghcide 0.2.0 (haskell/ghcide#601)

* Prepare release of ghcide 0.2.0

* Fix year in copyright notices

* Credit chshersh for th...

github.com/haskell/haskell-language-server - 456013b764bf21e645c3b038eb561d41b4f8fa58 authored over 4 years ago by Moritz Kiefer <[email protected]>
Multi Component (haskell/ghcide#522)

* Multi component support

In this commit we add support for loading multiple components into ...

github.com/haskell/haskell-language-server - 9837305e3e7a5a08d5b43c5d334a40d55f0ae602 authored over 4 years ago by Matthew Pickering <[email protected]>
haskell/ghcide#599. register FileExistsMapVar global unconditionally (haskell/ghcide#600)

github.com/haskell/haskell-language-server - 5cbadc03aad160c883f0d1a2003010c8913b530d authored over 4 years ago by Neil Mitchell <[email protected]>
Improve the error messages around IdeGlobal's (haskell/ghcide#598)

github.com/haskell/haskell-language-server - 334386780ec2cdba75985b1d77766228eaa8bb6b authored over 4 years ago by Neil Mitchell <[email protected]>
Add Kakoune section to the README (haskell/ghcide#592)

* Add kakoune installation instructions

* Add additional files to roots field

github.com/haskell/haskell-language-server - 09277c0e72870a348c2261f604aa3e206cd9a3ce authored over 4 years ago by Aodhnait Étaín <[email protected]>
Merge pull request #130 from alanz/bump-ghcide

Bump to new mpickering/ghcide

github.com/haskell/haskell-language-server - 2310e1039c90d9bccaffd688a0d1ec79a9360bf4 authored over 4 years ago by Alan Zimmerman <[email protected]>
Bump to new mpickering/ghcide

At ffcdb684773aeaf8d0a699ea16e747ad2b58cafd

github.com/haskell/haskell-language-server - abe6458ec7e39a34a26f82dc8c8e17f7ed439e9c authored over 4 years ago by Alan Zimmerman <[email protected]>
Merge pull request #137 from jneira/disable-ghcide-tests

Separate ghcide tests and disable them for now

github.com/haskell/haskell-language-server - b6cac64561637eeb52c2386452ae4a94196dd0f8 authored over 4 years ago by Javier Neira <[email protected]>
Separate ghcide tests and disable them for now

github.com/haskell/haskell-language-server - 85702169e3450cbaf55e35abbc6495d6a773716e authored over 4 years ago by jneira <[email protected]>
Merge pull request #136 from jneira/lib-to-common

Convert private lib in common stanza:
* To workaround the issues involving the stack based crad...

github.com/haskell/haskell-language-server - 0dfb410afa7ef7d2439e0e80530a8596f737a69e authored over 4 years ago by Javier Neira <[email protected]>
Merge pull request #132 from jneira/readme-eds

Complete editor integrations

github.com/haskell/haskell-language-server - a55e371eba0714fa932f9fdba5dda64717544436 authored over 4 years ago by Javier Neira <[email protected]>
Fix the Hashable instance of Key (haskell/ghcide#588)

github.com/haskell/haskell-language-server - 2b25fc61dc649c118a43e71b58b5065590c3c6e8 authored over 4 years ago by Neil Mitchell <[email protected]>
Correct path to test utils

github.com/haskell/haskell-language-server - 67f4a75b59f206542bc7942338fef9f1dc1a1856 authored over 4 years ago by Javier Neira <[email protected]>
Update component for test utils

github.com/haskell/haskell-language-server - d6d4b4a57fc3945bd2076496816ccfb3c2bfbfcc authored over 4 years ago by jneira <[email protected]>
Add comment with explanation and issue link

github.com/haskell/haskell-language-server - 8f2be1c41ac83f1176a286ebee84dbdb412d3931 authored over 4 years ago by jneira <[email protected]>
Correct language server name

github.com/haskell/haskell-language-server - e59b4bd43d5b0ca0a5a38795086ea5dc112b05de authored over 4 years ago by jneira <[email protected]>
Convert private lib to common stanza

github.com/haskell/haskell-language-server - af7f0b4da7af51b4eb0e2fb1d3496defc1e61bb5 authored over 4 years ago by jneira <[email protected]>
Add needed step for sublime

github.com/haskell/haskell-language-server - 34ed4b92c792dfd0b9141e7c3a6b4fa9ddda4c5c authored over 4 years ago by jneira <[email protected]>
Remove reference to mac specific key shortcut

github.com/haskell/haskell-language-server - d459c78b6154a90fb449c4f63979cfe81badc76e authored over 4 years ago by jneira <[email protected]>
Remove redundant mention to install

github.com/haskell/haskell-language-server - 12cf5e521726c9c742a3e19de9803e5e102349d6 authored over 4 years ago by jneira <[email protected]>
Correct punctuation

Co-authored-by: Julien Debon <[email protected]>

github.com/haskell/haskell-language-server - c01f4d9ec492499ecac170affdf70f172b9520f5 authored over 4 years ago by Javier Neira <[email protected]>
Correct upper case

Co-authored-by: Julien Debon <[email protected]>

github.com/haskell/haskell-language-server - 18b44a3d391d89abfa7f1fa332d606b97ad63093 authored over 4 years ago by Javier Neira <[email protected]>
Rephrasing

Co-authored-by: Julien Debon <[email protected]>

github.com/haskell/haskell-language-server - d92670e59d2d94140b893e06bef68fccf5af953c authored over 4 years ago by Javier Neira <[email protected]>
More backquotes and upper case

Co-authored-by: Julien Debon <[email protected]>

github.com/haskell/haskell-language-server - 935bc9389e514d7962cd921edc22d54e2522f27c authored over 4 years ago by Javier Neira <[email protected]>
Add backquotes to executables

Co-authored-by: Julien Debon <[email protected]>

github.com/haskell/haskell-language-server - 0fd8ea49efab651dc64264a4acc836df478f4cdf authored over 4 years ago by Javier Neira <[email protected]>