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

Delete global hie.yaml config (#1230)

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

github.com/haskell/haskell-language-server - b303369628a5b7a4948a397b5892b4daaf23a3c3 authored over 3 years ago by Javier Neira <[email protected]>
Use the runtime ghc libdir for ghc-exactprint (#1225)

* Use runtime libdir for ghc-exactprint

* Use released apply-refact and master ghc-exactprint

...

github.com/haskell/haskell-language-server - 4ecf9d34682977af484e3d6b86204839d4eb6832 authored over 3 years ago by Javier Neira <[email protected]>
Test and fix for issue 1213 (#1223)

* test for issue 1213

* fix for issue 1213

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

github.com/haskell/haskell-language-server - 18227b33f07fb773dc84e657e3f6e8c41cff3233 authored over 3 years ago by Pasqualino 'Titto' Assini <[email protected]>
Add note in README/Tutorial regarding CPP support (#1224)

* add note regarding CPP support

* clarified support for Literal Haskell

Co-authored-by: mergi...

github.com/haskell/haskell-language-server - d22c4b6ee474aae0fbd32f7a86eb9378e691c70e authored over 3 years ago by Pasqualino 'Titto' Assini <[email protected]>
Merge pull request #1226 from peterwicksstringfield/easy_hlint_fixes

Easy hlint fixes

github.com/haskell/haskell-language-server - c884ad92dae0962425d7f89b37b59bca31fa1a63 authored over 3 years ago by Javier Neira <[email protected]>
Restore PackageImports pragma.

Opps. This one is needed, but the uses are behind CPP guards.

github.com/haskell/haskell-language-server - 3938faaf0ef2b8246484388134b141df636c45dc authored almost 4 years ago by Peter Wicks Stringfield <[email protected]>
Deduplicate ViewPatterns LANGUAGE pragma.

github.com/haskell/haskell-language-server - 4b35885fcebc9af222ab99e2c55322c7ec117e7c authored almost 4 years ago by Peter Wicks Stringfield <[email protected]>
Eliminate unused LANGUAGE pragmas.

github.com/haskell/haskell-language-server - 11b5c2ecbd2cbdfbf5989fab87bc743aa987add4 authored almost 4 years ago by Peter Wicks Stringfield <[email protected]>
Eliminate redundant $.

github.com/haskell/haskell-language-server - b64caa7775c1a7ebe50824258ee503b64c80a43a authored almost 4 years ago by Peter Wicks Stringfield <[email protected]>
Eliminate redundant brackets.

github.com/haskell/haskell-language-server - 0067b7d64b3ef372cd60bc4d579da5742ac01be4 authored almost 4 years ago by Peter Wicks Stringfield <[email protected]>
Limit completions to top 40 (#1218)

* Limit completions to top 20

We are overwhelming the LSP client by sending 100s of completions...

github.com/haskell/haskell-language-server - b1d912af41399352232b7aedd592c46ddd791e9d authored almost 4 years ago by Pepe Iborra <[email protected]>
Add traces for HLS providers (#1222)

* Add tracing for HLS plugins

* Include URIs in handler traces

* Compat with ghc 8.6

Co-autho...

github.com/haskell/haskell-language-server - 3278d5340913a6e6cb01d181f3b056f6656b7720 authored almost 4 years ago by Pepe Iborra <[email protected]>
Use exact print for suggest missing constraint code actions (#1221)

* Cache annotated AST

* instance ASTElement RdrName

* appendConstraint + Rewrite abstraction

...

github.com/haskell/haskell-language-server - 0403dbfec7d880e54520055bd156593e0d1193ea authored almost 4 years ago by Pepe Iborra <[email protected]>
Fix changelog dates (#1220)

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

github.com/haskell/haskell-language-server - 6f105bdcf6081416b9551c580bbc7228f12ebf79 authored almost 4 years ago by Pepe Iborra <[email protected]>
Ignore .shake folder (#1219)

github.com/haskell/haskell-language-server - cd5dacb4cbbe68aedc9a9c453aa75153245bb1d3 authored almost 4 years ago by Pepe Iborra <[email protected]>
Parenthesise type operators when extending import lists (#1212)

Fixes #1211.

When extending the import of a type operator with one of its constructors, don't
f...

github.com/haskell/haskell-language-server - 4b0e4560361ce429e09e6708ae8a845e2d37d2cd authored almost 4 years ago by Thomas Winant <[email protected]>
Expose shake options used (#1209)

* Expose shake options

* Prepare for release v0.7.2.0

* respect default values for shakeOptions

github.com/haskell/haskell-language-server - 5578b8f423036810e76846b6a9ca89b6aa107a28 authored almost 4 years ago by Pepe Iborra <[email protected]>
Merge pull request #635 from jneira/apply-refact-exts

Leverage last apply-refact improvements in hlint plugin (include getParsedModuleWithComments in ...

github.com/haskell/haskell-language-server - 416ca36231acb978e6fb2a250d77a208ddaf91a1 authored almost 4 years ago by Javier Neira <[email protected]>
Invalidate cache using versioning

github.com/haskell/haskell-language-server - a0b3e4d946ce66669b297934a3faa5379103160c authored almost 4 years ago by jneira <[email protected]>
Update hackage index to invalidate gha cache

github.com/haskell/haskell-language-server - c16f516f23c5044208038a582f9f38b8879f1210 authored almost 4 years ago by jneira <[email protected]>
Merge branch 'master' into apply-refact-exts

github.com/haskell/haskell-language-server - 843438680131d3c0600bcd4d5385b84dc1d826d8 authored almost 4 years ago by Javier Neira <[email protected]>
Documentation for the Eval Plugin (#1206)

* moved tutorial to README

* demo gif

* Added reference to Tutorial and new demo in README

Co...

github.com/haskell/haskell-language-server - a4627e5ec7df24b7b43eb2c828de85b70023063e authored almost 4 years ago by Pasqualino 'Titto' Assini <[email protected]>
Merge pull request #1207 from haskell/prepare-ghcide-v071

Prepare ghcide release v0.7.1

github.com/haskell/haskell-language-server - 58cd76ab231465bb3f14dcecff03b73e8d0f57ea authored almost 4 years ago by Javier Neira <[email protected]>
Test comment inside refactoring

github.com/haskell/haskell-language-server - decf082cc25e0c53d913a420c0e6e805c7799ca4 authored almost 4 years ago by jneira <[email protected]>
[ghcide] export all rule definitions

github.com/haskell/haskell-language-server - b72f1c5a5b151b4935f753906ff90b7e016f353f authored almost 4 years ago by Pepe Iborra <[email protected]>
Prepare for v0.7.1

github.com/haskell/haskell-language-server - 45fa3055794f3906baa57852ad577e8bb2f4d63e authored almost 4 years ago by Pepe Iborra <[email protected]>
Extract Development.IDE.GHC.ExactPrint (#1203)

* Extract Development.IDE.GHC.ExactPrint

We need to start using ghc-exactprint in ghcide code a...

github.com/haskell/haskell-language-server - cbd08c6962dc4409c392c2f1689c5fb63b4fc0af authored almost 4 years ago by Pepe Iborra <[email protected]>
Use ghc-exactprint-0.6.3.3

github.com/haskell/haskell-language-server - 88852f0b8d0b4d8551cfe944cfed0a9405e7c01b authored almost 4 years ago by jneira <[email protected]>
Use again apply-refact 4fbd3a

github.com/haskell/haskell-language-server - 714443080a8f1526e96b670491a622a4594b107b authored almost 4 years ago by jneira <[email protected]>
Stale diagnostics fix (#1204)

* Add a test for updated diagnostics

* Diagnostics fix: always use the rule diagnostics

When t...

github.com/haskell/haskell-language-server - b1e9fa43269ede2fd053f8854d9c3083646e29b0 authored almost 4 years ago by Pepe Iborra <[email protected]>
Used apply-refact HEAD

github.com/haskell/haskell-language-server - df20702c92772f8ebc2ff1ff2d70050239bc3a98 authored almost 4 years ago by jneira <[email protected]>
Fix bug in Retrive "fold/unfold in local file" commands (#1202)

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

github.com/haskell/haskell-language-server - 17cd0af358bc173582738d51fe255c045df19f84 authored almost 4 years ago by Pepe Iborra <[email protected]>
Minor eval plugin fixes (#1199)

* fixed hie for hls-eval-plugin/test/Eval.hs

* fixed cabal for initial hackage upload

Co-autho...

github.com/haskell/haskell-language-server - 63a69f6d96deecfa0d60e5d9b58126eb6a441e0d authored almost 4 years ago by Pasqualino 'Titto' Assini <[email protected]>
Merge pull request #1198 from jneira/disable-win-8.6.4

Disable win 8.6.4 job

github.com/haskell/haskell-language-server - 836cb3962067ca4ee46ed1ccdf31cedebf51bcf2 authored almost 4 years ago by Javier Neira <[email protected]>
Disable win 8.6.4 job

github.com/haskell/haskell-language-server - a977f715978ce1572ec95dc1c51aefd2e40cd2c1 authored almost 4 years ago by jneira <[email protected]>
Fix getParsedModuleWithComments and add comments

github.com/haskell/haskell-language-server - f17448ee5ef7bfceb2ccf7446b3031ccd5962547 authored almost 4 years ago by jneira <[email protected]>
Use completionSnippetsOn flag (#1195)

* Use completionSnippetsOn flag

* Enable testCase "respects lsp configuration"

* Update README...

github.com/haskell/haskell-language-server - 5685afbdcae431d7f4ddb694a9a9c22d5c16acd6 authored almost 4 years ago by Yuya Kono <[email protected]>
Restore utility function

github.com/haskell/haskell-language-server - 8a7f68cfadd12d392cb03c8dd8ddf88fa67ffd42 authored almost 4 years ago by jneira <[email protected]>
Use ghcide with getParsedModuleWithComments in hlint

github.com/haskell/haskell-language-server - ceeeabcd3df5364bd6fb118d9d47e66f2725958c authored almost 4 years ago by jneira <[email protected]>
Create shake getParsedModuleWithCommentsRule

github.com/haskell/haskell-language-server - 940f4143ea562344615e4fb19d8ed1c0820f1bde authored almost 4 years ago by jneira <[email protected]>
Test apply-refact preserve comments

github.com/haskell/haskell-language-server - 1dace14575d957cdd6c746f21ca7afd1e05218b6 authored almost 4 years ago by jneira <[email protected]>
Use rigidLayout (like apply-refact itself)

github.com/haskell/haskell-language-server - f6c5d777879c7c5d8102496fa9d75b17f86c789a authored almost 4 years ago by jneira <[email protected]>
Catch errors in the 8.10 code path

github.com/haskell/haskell-language-server - 0fecd884e06366e049ecd9fb40ccd916d0d5244b authored almost 4 years ago by jneira <[email protected]>
Extract dflags from ModSummary

github.com/haskell/haskell-language-server - 86d1efe74176734ceefd89f09d173d0bd68a3b57 authored almost 4 years ago by jneira <[email protected]>
Rename GHC_LIB cpp option

github.com/haskell/haskell-language-server - d02380dbfd4b24a97154586abc48149e482e8b2b authored almost 4 years ago by jneira <[email protected]>
Remove knownBroken for ghc < 8.10

github.com/haskell/haskell-language-server - 6db91f38e57b8e158d0a9c87337e823d6a762b80 authored almost 4 years ago by jneira <[email protected]>
Reparse extensions to remove invalid ones

github.com/haskell/haskell-language-server - cffaa4fc05b6be565bc0601dcdcbcc63f34a0bdf authored almost 4 years ago by jneira <[email protected]>
Restore hlint test changing doc content

github.com/haskell/haskell-language-server - 899230d9435930bae623d50c7144b1533529bf21 authored almost 4 years ago by jneira <[email protected]>
Fix build for ghc < 8.10

github.com/haskell/haskell-language-server - aa2dd1ac7ebde890ddc00597261763dd0274bdeb authored almost 4 years ago by jneira <[email protected]>
Inline utility function

github.com/haskell/haskell-language-server - 1416d625fb4c10e0959b9af410c5bde42a9b9d0d authored almost 4 years ago by jneira <[email protected]>
Leverage apply-refact improvements

* applyRefactoring accepts ghc extensions to parse the file
* new applyRefactoring' function acc...

github.com/haskell/haskell-language-server - 9b6395f471b05f6be61eadca889d11c50cb7a512 authored almost 4 years ago by jneira <[email protected]>
Add ghc-exactprint as dependency

github.com/haskell/haskell-language-server - cf508ba0deb3a3ebcffc6835b4392d80afb67abf authored almost 4 years ago by jneira <[email protected]>
Use last apply-refact for cabal

github.com/haskell/haskell-language-server - 5be067eabad0cf263cecf37958d7ce50e2145dcd authored almost 4 years ago by jneira <[email protected]>
Merge pull request #1173 from jneira/fix-win-cache

Test only last ghc minor version and fix windows cache

github.com/haskell/haskell-language-server - fde10fa5e4cb74ca4b64c43250297b36a9bbbd7e authored almost 4 years ago by Javier Neira <[email protected]>
Update mergify checks

github.com/haskell/haskell-language-server - 8f888c2a5929a1279d64a8c93c999cb54bfc4a1c authored almost 4 years ago by jneira <[email protected]>
Remove ghc-lib from test conditions

github.com/haskell/haskell-language-server - 7779b1cd35f56ec6240b3c90657ba9ead8ea94ca authored almost 4 years ago by jneira <[email protected]>
Restore restore-keys

github.com/haskell/haskell-language-server - 1b3dd7c5c99059d7b5a8f3e4570b3b8b87481e6f authored almost 4 years ago by jneira <[email protected]>
Update tested-with GHC in cabal config

github.com/haskell/haskell-language-server - 82db60ad21336e8df7ba2ff94360f44979906b95 authored almost 4 years ago by jneira <[email protected]>
Be strict in the restore cache key

github.com/haskell/haskell-language-server - ecf1781909d550703d8712da997213a463dbdb13 authored almost 4 years ago by jneira <[email protected]>
Update hackage index

github.com/haskell/haskell-language-server - e2f55c364de6407b7b8d8ef7e834b440f922b4ba authored almost 4 years ago by jneira <[email protected]>
Correct restore-key expression

github.com/haskell/haskell-language-server - e449ac3f40228e84a92b799cd256cff79dc2da6f authored almost 4 years ago by jneira <[email protected]>
Set dirs for windows cabal cache

github.com/haskell/haskell-language-server - 21f8273c49e01d07a996189b582d9f61a500bf55 authored almost 4 years ago by jneira <[email protected]>
Only test last ghc minor version

github.com/haskell/haskell-language-server - 6356550631ed9b6a117831f2e96e0c499524b83f authored almost 4 years ago by jneira <[email protected]>
Merge pull request #1194 from jneira/remove-old-checks

Remove runs dropped by #1173

github.com/haskell/haskell-language-server - 16aee6e2823ac2f8de12fb545ec3377fe2881630 authored almost 4 years ago by Javier Neira <[email protected]>
Remove runs dropped by #1173

The mergify config is not completely updated and is required
to remove them to unblock
https://g...

github.com/haskell/haskell-language-server - ec2c66826134b5eb97f591fb24c06a64bd24c335 authored almost 4 years ago by jneira <[email protected]>
Merge pull request #1191 from pepeiborra/nix-8.10.3

Update nixpkgs to ghc 8.10.3

github.com/haskell/haskell-language-server - e7669714b3972dfe481d546adb3819fc5074153f authored almost 4 years ago by Junyoung/Clare Jang <[email protected]>
Merge branch 'master' into nix-8.10.3

github.com/haskell/haskell-language-server - 275a03933f0bfbd97f23fea5ec6e6cabb799d1bf authored almost 4 years ago by Pepe Iborra <[email protected]>
Fix sticky diagnostics (#1188)

* Add a test for #1171

* Refactor: extract more types from Core.Shake

* Store diagnostics in v...

github.com/haskell/haskell-language-server - 63218d10451f48c044032f14d569b4538249dea6 authored almost 4 years ago by Pepe Iborra <[email protected]>
Merge branch 'master' into nix-8.10.3

github.com/haskell/haskell-language-server - fccb9e21aea4192404a789ed3d73fc20ecf16cc4 authored almost 4 years ago by Pepe Iborra <[email protected]>
Fix class plugin cabal (#1186)

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

github.com/haskell/haskell-language-server - 2d9fbc829bef84a49cc7cfc743beb882f4b4d3f0 authored almost 4 years ago by Junyoung/Clare Jang <[email protected]>
Do not disable parallel GC (#1190)

Parallel GC is a win in my machine (16 cores).

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

github.com/haskell/haskell-language-server - 637958d9ff086bfc55ce8da6053cc0be0befef61 authored almost 4 years ago by Pepe Iborra <[email protected]>
module outline is not a good fit for useWithStaleFast (#1189)

Changing branches should not break document outlines

github.com/haskell/haskell-language-server - 54337230263a37903c71fac9adef269d76a91918 authored almost 4 years ago by Pepe Iborra <[email protected]>
Update nixpkgs to ghc 8.10.3

github.com/haskell/haskell-language-server - 8de2ca524417910b2b5ca19cfd19ed6a9c5756ca authored almost 4 years ago by Pepe Iborra <[email protected]>
Update package description of haddock comments plugin (#1185)

* Update package description of haddock comments plugin

* Update description

* Add homepage an...

github.com/haskell/haskell-language-server - 6f3b732811739c314a0432eb10cfac98aede8de9 authored almost 4 years ago by Potato Hatsue <[email protected]>
Benchmark improvements (#1178)

* [test-ci] fix wibble

* [ghcide-bench] fix scrambled output

* [ghcide-bench] add a new ex...

github.com/haskell/haskell-language-server - 3773010287e2958f269135376d4701240f40700d authored almost 4 years ago by Pepe Iborra <[email protected]>
Installation from Hackage - add README section (#1183)

* Installation from Hackage - add README section

* Discourage direct installation from Hackage
...

github.com/haskell/haskell-language-server - 2ef6ff0ec52d274af1a685b23c646bd437fd29a9 authored almost 4 years ago by Pepe Iborra <[email protected]>
Corrects Cabal file (#1182)

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

github.com/haskell/haskell-language-server - 8aa45ea1b37e0b8f0260019ed0b90416d1a8cb9e authored almost 4 years ago by Hiromi Ishii <[email protected]>
Complete hls-hlint-plugin package metadata (#1180)

* Complete package metadata

* Use collective link

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

github.com/haskell/haskell-language-server - 28d24d5d732d32b465381578f0fc2fa425df7b9d authored almost 4 years ago by Javier Neira <[email protected]>
Make adding missing constraint work in presence of 'forall' (fixes #1164) (#1177)

* Make adding missing constraints work when 'forall' is present (fixes #1164)

* Improve comment...

github.com/haskell/haskell-language-server - 54be003726bc414e3ceacee6ecfe19da991d774d authored almost 4 years ago by Jan Hrcek <[email protected]>
Preparation for uploading `hls-exactprint-utils` (#1181)

* hls-exactprint-utils: Changes of License, author and maintainers.

* Shorten synopsis

github.com/haskell/haskell-language-server - d7e1619ee9a651b65fe80ee9e276e3012e817f5e authored almost 4 years ago by Hiromi Ishii <[email protected]>
Suggest adding pragmas for parse errors too (#1165)

* Suggest adding pragmas for parse errors too

Only errors produced by the type checker were che...

github.com/haskell/haskell-language-server - 2e78baaae5e1c1e8bda69509b8d63fb645f72abd authored almost 4 years ago by Thomas Winant <[email protected]>
Prepare for Hackage (#1176)

* Automatic flags for packaged plugins

* Default all-* flags to false

* Default individual plu...

github.com/haskell/haskell-language-server - 9eb92e0bc596ac6ec11c5898b10aa97aee0db201 authored almost 4 years ago by Pepe Iborra <[email protected]>
Merge pull request #1170 from Ailrun/fix-class-plugin

Fix toMethodName bug of the Class plugin

github.com/haskell/haskell-language-server - bf642c0c8f9a808682b95e3386fa9a23718ee374 authored almost 4 years ago by Junyoung Clare Jang <[email protected]>
Add class plugin test for _

github.com/haskell/haskell-language-server - d4e666a8fc7af9b58e31d0336a83602cfb8d0bfd authored almost 4 years ago by Junyoung Clare Jang <[email protected]>
Fix toMethodName bug of the Class plugin

github.com/haskell/haskell-language-server - 379f590873fb58b5e7c2cb0bb561a377ae53d4cc authored almost 4 years ago by Junyoung Clare Jang <[email protected]>
Quick fix for #1158 (#1166)

* Update the style for Token.hs in eval plugin

* Fix #1158

github.com/haskell/haskell-language-server - 6c933001482481e01fe6a7283284901a82a6b286 authored almost 4 years ago by Junyoung Clare Jang <[email protected]>
Haddock comments plugin (#673)

* Add haddock comments plugin
:

Update project config files

Add CPP

Add missing includ...

github.com/haskell/haskell-language-server - 57f28ff35714cfe106e5cfe516434eebe348d9e4 authored almost 4 years ago by Potato Hatsue <[email protected]>
Bump haskell-lsp to 0.23 (#1146)

* Bump haskell-lsp to 0.23

* Update extra-deps

Co-authored-by: Pepe Iborra <[email protected]...

github.com/haskell/haskell-language-server - bde552bcdc702b97c4fd0cd27b24db60b3daeb26 authored almost 4 years ago by Potato Hatsue <[email protected]>
Delete unused utilities for controlling logging. (#764)

* Delete unused utilities for controlling logging.

Delete withFileLogging, logConfig, and noLog...

github.com/haskell/haskell-language-server - 5737f5185fbfd9d24dc8dc578f61cd8e8240e05a authored almost 4 years ago by Peter Wicks Stringfield <[email protected]>
Fix wrong splice plugin component name in hie.yaml (#1162)

github.com/haskell/haskell-language-server - bf76edbb51ac7a80990edb2eaa6bc8240bc5909e authored almost 4 years ago by Potato Hatsue <[email protected]>
Fix #723 (Instance declarations in hs-boot files result in GHC errors) (#781)

* Fix #723

* Update boot test to have instance declarations

* Correct expected location of 'f'...

github.com/haskell/haskell-language-server - 7878c0ca0ecf1131d5ccbd7b8a5f6e9b5a70bf4e authored almost 4 years ago by Ben Simms <[email protected]>
Splice Plugin: expands TH splices and QuasiQuotes (#759)

* Implements splice location detection

* Corrects detection logic

* Changed to use (bogus) mes...

github.com/haskell/haskell-language-server - 8d5cbe1ea2dcfa7a2162dab35656b8ebb7d62431 authored almost 4 years ago by Hiromi Ishii <[email protected]>
Also suggest importing methods without parent class (#766)

* Make it possible to choose the code action in extendImportTests

Let the order of the expected...

github.com/haskell/haskell-language-server - 8b7090fb949d5585522df4803e84f7d060dbf885 authored almost 4 years ago by Thomas Winant <[email protected]>
Delete unused testdata (#763)

* Delete test/testdata/wrapper/*.

This is all dead code. It was brought over from haskell ide e...

github.com/haskell/haskell-language-server - 840dd3d3cb9642794422c19f8c49b7a804ec04a1 authored almost 4 years ago by Peter Wicks Stringfield <[email protected]>
Update links to issues/PRs in ghcide tests. (#1142)

All ghcide issues have been transferred to HLS.

All PRs open at ghcide archive time were transf...

github.com/haskell/haskell-language-server - 24ec53a2abbc42a7621daa59b863d11fb5c7739c authored almost 4 years ago by Peter Wicks Stringfield <[email protected]>
Enable more tests (#1143)

* Make rename tests compile.

(They can't pass since we don't have a renamer yet.)

* Enable som...

github.com/haskell/haskell-language-server - 0b0a6a75e5599c2e7b8638df334ac1449ebe7504 authored almost 4 years ago by Peter Wicks Stringfield <[email protected]>
fix suggestAddTypeAnnotation regex (#760)

Co-authored-by: Javier Neira <[email protected]>
Co-authored-by: Pepe Iborra <pepeiborra@gmai...

github.com/haskell/haskell-language-server - 93ab0ea8089f68ba3278dfbe18ab4506d3c09016 authored almost 4 years ago by Kostas Dermentzis <[email protected]>
Remove no longer needed git submodule update (#1145)

Co-authored-by: Javier Neira <[email protected]>

github.com/haskell/haskell-language-server - 0db2e28b48a67ab68ab53d9a73a433d06daa43ff authored almost 4 years ago by Jan Hrcek <[email protected]>