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

Updates hie.yaml to make tactics plugin sources compatible with hls itself

github.com/haskell/haskell-language-server - 6c0767ba79e44f36bf34801b44608732ecb8859a authored about 4 years ago by Hiromi ISHII <[email protected]>
Use `dataConInstOrigArgTys` instead also in buildDataCon

github.com/haskell/haskell-language-server - 7fd17e6bd1940c7223e7065ef6326de131ccc8a9 authored about 4 years ago by Hiromi ISHII <[email protected]>
Use `dataConInstOrigArgTys` instaed of `dataConInstArgTys`

github.com/haskell/haskell-language-server - d8d7f4c74c8925dcf70e5ac92e05056b8e60ce1b authored about 4 years ago by Hiromi ISHII <[email protected]>
Pull in local bindings (haskell/ghcide#845)

* Pull in local bindings

* Use the same traversal

* Cleanup LambdaCase

github.com/haskell/haskell-language-server - 7ef671622438b7288fa34b91170c2f2e16497663 authored about 4 years ago by Sandy Maguire <[email protected]>
Disable the 8.8 Windows tests, too unreliable (haskell/ghcide#850)

* Disable the 8.8 Windows tests, too unreliable

* Disable the 8.10 Windows tests, idem

github.com/haskell/haskell-language-server - 1036d545bcfa58aa32994a9543e61544e1ea010a authored about 4 years ago by Pepe Iborra <[email protected]>
update doom emacs install instructions in README

github.com/haskell/haskell-language-server - d648db9a6331f2a93e8f2fffff36b657c3952c06 authored about 4 years ago by Itai Y. Efrat <[email protected]>
Merge pull request #422 from AlistairB/ormolu-0-1-3-0

Bump ormolu to 0.1.3.0

github.com/haskell/haskell-language-server - 93a3b53b6cb0a1bb7451b1e072b0621ef1346eb7 authored about 4 years ago by Luke Lau <[email protected]>
Merge pull request #464 from jneira/ci-ghc-8.10.2

Add ghc-8.10.2 to circleci

github.com/haskell/haskell-language-server - 3fdc6aaabbbdccfb194b28ec91d69d97f1f865c9 authored about 4 years ago by Alan Zimmerman <[email protected]>
Add ghc-8.10.2 to circleci

github.com/haskell/haskell-language-server - 2f18d65a3c1bc28f703a6ee333eb392be1402201 authored about 4 years ago by jneira <[email protected]>
Fix folder structure of tarballs

github.com/haskell/haskell-language-server - c4d16f8981bc87b07b9511b50cdee89ad58e3477 authored about 4 years ago by Luke Lau <[email protected]>
Fix how binaries are tarred together

github.com/haskell/haskell-language-server - 14497f2503a2a0d389fabf3b146d674b9af41a34 authored about 4 years ago by Luke Lau <[email protected]>
Use object code for Template Haskell, emit desugarer warnings (haskell/ghcide#836)

* Use object code for TH

* Set target location for TargetFiles

* Fix tests

* hlint

*...

github.com/haskell/haskell-language-server - 5676fccbac2bf0139b1808c1ef450841f121daf6 authored about 4 years ago by wz1000 <[email protected]>
Fix code action for adding missing constraints to type signatures (haskell/ghcide#839)

* Add failing tests

* Ugly fix, make tests pass

* Clean it up

* Make the tests more readable
...

github.com/haskell/haskell-language-server - c82f253119871ec966584068ea9678770c4b1cd7 authored about 4 years ago by Jan Hrcek <[email protected]>
Rerun Windows tests just like linux tests (haskell/ghcide#846)

github.com/haskell/haskell-language-server - 5eec6e13b555648c4610a872b430851406b9b442 authored about 4 years ago by Pepe Iborra <[email protected]>
Bump 8.8.4 + 8.10.2 to latest stackage resolvers.

And unpin dependencies that were pinned to a matching version in the
new resolver.

github.com/haskell/haskell-language-server - bcde9f14a7431eea6ed152c96b54650046bbf8e9 authored about 4 years ago by Alistair Burrowes <[email protected]>
Bump ormolu to 0.1.3.0

github.com/haskell/haskell-language-server - 63ce44439668a9d81f848352ce7891cb26ab535c authored about 4 years ago by Alistair Burrowes <[email protected]>
Rename tarfile extensions to .tar.gz

github.com/haskell/haskell-language-server - 3ca2a6cd267f373aae19f59e1cf9e04b6524eff3 authored about 4 years ago by Luke Lau <[email protected]>
Fix tar job in GitHub Actions workflow

github.com/haskell/haskell-language-server - 2d8551db5c29a67d45c88964034ddba58990ee4b authored about 4 years ago by Luke Lau <[email protected]>
Merge pull request #455 from georgefst/fourmolu-3

Update Fourmolu to 0.2

github.com/haskell/haskell-language-server - 378c4447030c1ebc094cbc76801417ccb71fbc6a authored about 4 years ago by Luke Lau <[email protected]>
Rework GenChangelogs to use GitHub API

Fixes squashed/rebased PRs not showing up

github.com/haskell/haskell-language-server - 2b72891ee73cad3d49deb0db5af1742e3a42c52f authored about 4 years ago by Luke Lau <[email protected]>
Merge branch 'master' into fourmolu-3

github.com/haskell/haskell-language-server - e4bb856741b827cae110b994f6fd84d775356443 authored about 4 years ago by Luke Lau <[email protected]>
Merge pull request #460 from maralorn/patch-1

Update GHC version 8.12 to 9.0 in README

github.com/haskell/haskell-language-server - 6322eb1d11a7219f4066227561b2f5805dfb8e6a authored about 4 years ago by Luke Lau <[email protected]>
Added Show instances for a few GHC API types (useful for debugging) (haskell/ghcide#844)

* Added Show instances for a few GHC API types

* FIxed import warning/error

github.com/haskell/haskell-language-server - 136fa631b64b7a7b80163a2cf26f724ef3219bfc authored about 4 years ago by Pasqualino 'Titto' Assini <[email protected]>
Update GHC version 8.12 to 9.0 in README

github.com/haskell/haskell-language-server - 6be2580f18c45d98d29dd4868ab8abab5badcded authored about 4 years ago by maralorn <[email protected]>
Implement 'Attempt to fill hole' code action (#431)

* [WIP] Start work on 'auto'

* Get current binding

* Fix currentBindingName for class methods
...

github.com/haskell/haskell-language-server - 2be03cc9ab4161bd247eac4043d551ccb1b6393a authored about 4 years ago by Reed Mullanix <[email protected]>
Put upper bound on refinery

github.com/haskell/haskell-language-server - 1075e75e90ca451686e7d66c1728847bfe43bd5c authored about 4 years ago by George Thomas <[email protected]>
Update Fourmolu in stack configs

github.com/haskell/haskell-language-server - 98350612916c767e10793a3f0c982a27695e9c48 authored about 4 years ago by George Thomas <[email protected]>
Update index state (for Fourmolu 0.2)

github.com/haskell/haskell-language-server - 66519827060fffc0dc227ae470ba936e499201ce authored about 4 years ago by George Thomas <[email protected]>
Fix Fourmolu test

github.com/haskell/haskell-language-server - 5205819de5fd52fd47524db1dc224784b5b0e7e7 authored about 4 years ago by George Thomas <[email protected]>
Update Fourmolu to 0.2

github.com/haskell/haskell-language-server - f846a6ae7c655f579f5ec9e10da577a3d7ab4176 authored about 4 years ago by George Thomas <[email protected]>
Use indentation from LSP options

github.com/haskell/haskell-language-server - 382ae665854414b532712bc23bbc12a279928e7b authored about 4 years ago by George Thomas <[email protected]>
Merge pull request #454 from bubba/github-actions-tar-test

Generate .gz tars of all the binaries for macOS and Linux in GitHub Actions

github.com/haskell/haskell-language-server - 9f13e8f829c54bd6733f9b4dac6ba22190103bf5 authored about 4 years ago by Luke Lau <[email protected]>
Merge pull request #451 from juhp/exe-hardlinks

install: create hls hardlinks instead of copies except on Windows

github.com/haskell/haskell-language-server - 623da0a0926d053dcdfe57f181de3ebf1e265343 authored about 4 years ago by Javier Neira <[email protected]>
Use actions/setup-haskell v1.1.3

github.com/haskell/haskell-language-server - 1e4bfc523c65b1d21ff44902d374ecd5d8e2bf77 authored about 4 years ago by Luke Lau <[email protected]>
Update docs on the release process

github.com/haskell/haskell-language-server - e614fd42bc6b46111857700fc1050b9840d3fb9b authored about 4 years ago by Luke Lau <[email protected]>
Generate .gz tars of all the binaries for macOS and Linux

Used by ghcup

github.com/haskell/haskell-language-server - abe59d4c4bdfabc688b9898003844ee20be67613 authored about 4 years ago by Luke Lau <[email protected]>
install: create hls hardlinks instead of copies except on Windows

This saves quite a bit of diskspace

github.com/haskell/haskell-language-server - 9d3188e1279ad6c4888f3ce99bd802517bdd68b3 authored about 4 years ago by Jens Petersen <[email protected]>
Merge pull request #432 from googleson78/docs-formatters

Add docs on how to choose a formatter

github.com/haskell/haskell-language-server - d4d50a63f8a5b38263123aa683a640de1ca01d16 authored about 4 years ago by Javier Neira <[email protected]>
Enable test suite in Windows, marking unreliable tests as ignored (haskell/ghcide#821)

* Enable tests in windows ci

* Use lsp-test-0.11.0.6

* Fix tests in windows

* Use choco...

github.com/haskell/haskell-language-server - 9f9df61515660869903dfaff25fd30dfb732c282 authored about 4 years ago by Javier Neira <[email protected]>
Replace direct json with just a key name mention

github.com/haskell/haskell-language-server - d65e7d4d64edff61ac13982faf732774b1e43755 authored about 4 years ago by Georgi Lyubenov <[email protected]>
wrapper: cd to --cwd earlier

Currently, if `haskell-language-server-wrapper` is called with `--cwd`, a cradle will first be l...

github.com/haskell/haskell-language-server - 248e8dfac8d36abaaa8c69bdd46e4bfe346beec1 authored about 4 years ago by Ollie Charles <[email protected]>
Merge pull request #446 from moodmosaic/patch-1

Update README.md

github.com/haskell/haskell-language-server - 6d9b12ee7dfcfaee5c9c65894210a2d0d8354b92 authored about 4 years ago by Neil Mitchell <[email protected]>
Update README.md

Simplify section: Using Haskell Language Server with Atom

github.com/haskell/haskell-language-server - 19e789392d0322d7fed782e9b825a6bdbf01f515 authored about 4 years ago by Nikos Baxevanis <[email protected]>
Fix the CI bench artifact (haskell/ghcide#841)

github.com/haskell/haskell-language-server - 6c8cf1576c593030f148be1f35249038f32137bb authored about 4 years ago by Pepe Iborra <[email protected]>
Restrict config to haskell file, to avoid affecting Makefiles

github.com/haskell/haskell-language-server - 2ac30932a63fb574d1a40f4569900877d74d9361 authored about 4 years ago by Pasqualino Titto Assini <[email protected]>
Allow to easily customise the example used for benchmarks (haskell/ghcide#838)

* [ghcide-bench] allow custom example

* [bench] allow custom example

* Add v0.4.0 entry fo...

github.com/haskell/haskell-language-server - f6bfef75e0fee65dc1ee2bc929ee26c03206869a authored about 4 years ago by Pepe Iborra <[email protected]>
Merge pull request #439 from jneira/hls-plugin-api-0.4.1

Use ghcide master and prepare hls-plugin-api-0.4.1.0

github.com/haskell/haskell-language-server - 5729c2ea119e9d48c136cc75c377d41fec811dde authored about 4 years ago by Javier Neira <[email protected]>
Merge pull request #440 from gdevanla/patch-1

Upate Emacs setup notes

github.com/haskell/haskell-language-server - ec3c07eb1432ac17b189cf8db975d90ee1d364b2 authored about 4 years ago by Junyoung Clare Jang <[email protected]>
Remove "destruct globals" broken tactic test

github.com/haskell/haskell-language-server - 66bb8e68ae563088998bb0e118b4c4e2fc1ddb2f authored about 4 years ago by jneira <[email protected]>
Reduce verbosity

github.com/haskell/haskell-language-server - 683fd9d95b8286be16250eeab6f8197a57f355b9 authored about 4 years ago by Guru Devanla <[email protected]>
Update Emacs Integration Notes

Remove outdated instructions and provide a list to lsp-haskell which will allow us to keep in sy...

github.com/haskell/haskell-language-server - f1ed7ecf4d27b276e6daba13314aa6fee0f9ee4f authored about 4 years ago by Guru Devanla <[email protected]>
Fix duplicated completions (haskell/ghcide#837)

Co-authored-by: Vitalii Ovechkin <[email protected]>

github.com/haskell/haskell-language-server - 4bdeafb771561d300b5a68f80844d25f91a910da authored about 4 years ago by Vitalii <[email protected]>
Upate Emacs setup notes

Update the Emacs set up notes to reflect that latest changes in lsp-haskell. The latest version ...

github.com/haskell/haskell-language-server - 781f863a305c71093382908c56f9fd0095db12bf authored about 4 years ago by Guru Devanla <[email protected]>
Add a code action to make all imports explicit (#436)

github.com/haskell/haskell-language-server - 75f3c672fd18d28ebebc054b2dbdb84ba630c4d3 authored about 4 years ago by Pepe Iborra <[email protected]>
Prepare hls-plugin-api-0.4.1.0

github.com/haskell/haskell-language-server - 8cbf4231b44a0fcfd9e2688fc4dd2a526ceceb70 authored about 4 years ago by jneira <[email protected]>
FileExists: set one watcher instead of thousands (haskell/ghcide#831)

* FileExists: set one watcher instead of thousands

This prevents us from sending thousands of...

github.com/haskell/haskell-language-server - 76db051c1c153cfbd7f74182617e152699cb7240 authored about 4 years ago by Michael Peyton Jones <[email protected]>
Remove 8.4 CPP (haskell/ghcide#834)

* Remove 8.4 CPP

* hlint

* remove stack84.yaml

github.com/haskell/haskell-language-server - 340264c3dd3dc01951c43dd3f292a694223ea9a9 authored about 4 years ago by wz1000 <[email protected]>
Add GetHieAsts rule, Replace SpanInfo, add support for DocumentHighlight and scope-aware completions for local variables (haskell/ghcide#784)

* Add GetHieAsts rule

* hlint

* fix build for 8.4

* Reimplement Hover/GotoDefn in terms...

github.com/haskell/haskell-language-server - 5dfee4c8c90a5ac66d5a5a66b869e5596e52c1db authored about 4 years ago by wz1000 <[email protected]>
Enable test suite to run in parallel (haskell/ghcide#833)

* Enable test suite to run in parallel

To run the test suite in parallel with Cabal:

> cabal t...

github.com/haskell/haskell-language-server - e19c5a38bb37bb633b003b6240e302f87f76f502 authored about 4 years ago by Pepe Iborra <[email protected]>
Clarify where lsp settings are located

github.com/haskell/haskell-language-server - 1b08736cfad6636cc49243cac1f83ca38c244244 authored about 4 years ago by Georgi Lyubenov <[email protected]>
Cleanup trailing whitespace

github.com/haskell/haskell-language-server - d8f0d36b7fd5afab8b79b17815a807c78cbf4c91 authored about 4 years ago by Georgi Lyubenov <[email protected]>
Add documentation on choosing a formatter

github.com/haskell/haskell-language-server - 3bed4080bf959896bdfd1619156b89dae8235918 authored about 4 years ago by Georgi Lyubenov <[email protected]>
Merge pull request #428 from Anrock/patch-1

Clarify that eval is a lens

github.com/haskell/haskell-language-server - 84a227489ef9d62bf32153d7b4877c7d6169cbad authored about 4 years ago by Javier Neira <[email protected]>
Tag unused warning as such (haskell/ghcide#815)

* Tag unused warning as such

* Fix compilation for 8.4

* Always enable warning for unneede...

github.com/haskell/haskell-language-server - f3f922dd9f642647f544543931a15dac8fc20504 authored about 4 years ago by Alejandro Serrano <[email protected]>
Add link to ghcup installation in README

github.com/haskell/haskell-language-server - 066ce8b94f3be66a011818f748ecb6c6ab7974b8 authored about 4 years ago by Luke Lau <[email protected]>
Clarify that eval is a lens

github.com/haskell/haskell-language-server - dba71bfcfe0cf14b51af51b0e25e37a4703c0092 authored about 4 years ago by Vladislav Shtepin <[email protected]>
Merge pull request #427 from jneira/implicit-hie-0.2.0.1

Use implicit-hie-cradle-0.2.0.1 with the fix for #417

github.com/haskell/haskell-language-server - f1769d8fe71d5156d9ab8360a33efd4346b060da authored about 4 years ago by Javier Neira <[email protected]>
Fix uris in workspace edit

github.com/haskell/haskell-language-server - 692d3612c2e079bdcb56ded7e0d977b62510bf2f authored about 4 years ago by Pepe Iborra <[email protected]>
Use implicit-hie-cradle-0.2.0.1

Wit the fix for #417

github.com/haskell/haskell-language-server - ab4bec52419b3350e58597cccabfcb39d5e80f5d authored about 4 years ago by jneira <[email protected]>
Merge pull request #408 from pepeiborra/retrie-command

Retrie - calculate imports in the command handler

github.com/haskell/haskell-language-server - e390da54a90f2c6c02ce836a27f2d4c33a71f607 authored about 4 years ago by Alan Zimmerman <[email protected]>
Eval plugin: proper multilined results handling and command-name abbreviations (#413)

* Fixes Eval plugin to treat multilined results properly and supports abbreviation for GHCi comm...

github.com/haskell/haskell-language-server - 8a719721680e80c325ec6d6167fee970897a56a4 authored about 4 years ago by Hiromi Ishii <[email protected]>
Store the lsp client settings in shakeExtras and create a Rule to get them (haskell/ghcide#731)

* Store client settings in ide state

* Log ide config registered in initHandler

* Use a Ma...

github.com/haskell/haskell-language-server - 29e110bf943535649d795733a6b1bd79f25530b2 authored about 4 years ago by Javier Neira <[email protected]>
Add ghcup to README table of contents

github.com/haskell/haskell-language-server - 5115bbb7c6b67a41788c932b6ebe57c35aaea098 authored about 4 years ago by Luke Lau <[email protected]>
Mention installing via ghcup in the readme

Thanks @hasufell!

github.com/haskell/haskell-language-server - 39b4d56a01a0a190d3b63b6df23c40ba1a845785 authored about 4 years ago by Luke Lau <[email protected]>
Use hie-implicit-cradle-0.2.0.1 (haskell/ghcide#827)

To fix https://github.com/haskell/haskell-language-server/issues/417

github.com/haskell/haskell-language-server - dfeb114d52e18f92fbda6888c78bff27d9bedf7a authored about 4 years ago by Javier Neira <[email protected]>
Merge pull request #423 from haskell/jneira-readme-nl

Separate paragraphs in README

github.com/haskell/haskell-language-server - 6eb79f02f5299a046a34b693122c7b8ac31e7785 authored about 4 years ago by Javier Neira <[email protected]>
Separate paragraphs

github.com/haskell/haskell-language-server - d2d07baa964907750143e574f726d0fb34ca4c50 authored about 4 years ago by Javier Neira <[email protected]>
Merge pull request #420 from haskell/jneira-readme-editorconfig

Include .editorconfig in the contributing section

github.com/haskell/haskell-language-server - e8c02fe4197839da9cb86197e6433ecbd598da07 authored about 4 years ago by Alan Zimmerman <[email protected]>
Merge pull request #419 from haskell/jneira-update-readme

Mention the copy of executables with ghc version

github.com/haskell/haskell-language-server - 043abcb2b32c0dc0c63bdadee5151a07494c800d authored about 4 years ago by Javier Neira <[email protected]>
Update instructions for stty error in windows (haskell/ghcide#825)

* Closes haskell/ghcide#68

github.com/haskell/haskell-language-server - 863823fa24f4ac5dae28c874df5c1a9b839c5f5b authored about 4 years ago by Javier Neira <[email protected]>
Include .editorconfig in the contributing section

github.com/haskell/haskell-language-server - 58447ecd92fd59d2033ecfd7521b62bf36693805 authored about 4 years ago by Javier Neira <[email protected]>
Grammar correction

Co-authored-by: Neil Mitchell <[email protected]>

github.com/haskell/haskell-language-server - e143c13755835298ff8777af6f06ec20c3cd0065 authored about 4 years ago by Javier Neira <[email protected]>
Mention the copy of executables wit ghc version

* Closes #401

github.com/haskell/haskell-language-server - b70efdf2231005ce18b8508dd97e133afdbbbab1 authored about 4 years ago by Javier Neira <[email protected]>
Use URIs instead of filepaths

github.com/haskell/haskell-language-server - e233ad5c10ca8de4c2624167104b6d9d297b1c8e authored about 4 years ago by Pepe Iborra <[email protected]>
Fix docs tooltip for base libraries on Windows (haskell/ghcide#814)

* Prepare for release 0.4.0

* lookup haddock dir via haddockInterfaces

* Fix broken base l...

github.com/haskell/haskell-language-server - 4b016a8a7aa0d331127f20de12857825862d935c authored about 4 years ago by Nick Dunets <[email protected]>
Enhance benchmarks & bug fixes (haskell/ghcide#823)

* parse allocations

* WaitForShakeQueue

* Measure user time and shake time in experiments
...

github.com/haskell/haskell-language-server - 6a65b472b67975c1a340527c07a5aebeb94391e6 authored about 4 years ago by Pepe Iborra <[email protected]>
Fix documentation (or source) link when html file is less specific than module (haskell/ghcide#766)

* show doc/source link when html file name is less specific than module name

* try most quali...

github.com/haskell/haskell-language-server - c02ed0a0cfef1a20891c942315695a59c3e90210 authored about 4 years ago by Nick Dunets <[email protected]>
Add completion tests for records. (haskell/ghcide#804)

github.com/haskell/haskell-language-server - 01d36bfbab6988fa37e0b5bd72c8241aac6a5bc5 authored about 4 years ago by Guru Devanla <[email protected]>
Add spacing back which was removed by mistake

github.com/haskell/haskell-language-server - 8d9631137f0e14b319487cea203a58827adf9bad authored about 4 years ago by willbush <[email protected]>
Improve missing brittany format provider error message (#269)

github.com/haskell/haskell-language-server - 146b6ca2ea2d92a46c6ae1bd6c9099a2ac1ee15f authored about 4 years ago by willbush <[email protected]>
Restore identifiers missing from hi file (haskell/ghcide#741)

This

* fixes a part of https://github.com/digital-asset/ghcide/issues/614
by introducing a...

github.com/haskell/haskell-language-server - 6de76c700060df7d7c6781f94869f5fbb05f211d authored about 4 years ago by maralorn <[email protected]>
Preserve more information about targets (haskell/ghcide#820)

* Preserve more information about targets

* Correctly model the special target

This should...

github.com/haskell/haskell-language-server - c10eab628fac2fc2e5e2614afa86c1ba295a8407 authored about 4 years ago by Pepe Iborra <[email protected]>
Use optExtensions in Session loader (haskell/ghcide#816)

* Use optExtensions in Session loader

* Add boot suffix to target possible extensions

github.com/haskell/haskell-language-server - b88301ae27177fc8ac82e7f026c72e89d120fe07 authored about 4 years ago by Pepe Iborra <[email protected]>
Fix import suggestions when dot is typed (haskell/ghcide#800)

* Fix module suggestions

* Document PositionMapping

* Remove maybe

github.com/haskell/haskell-language-server - acd0ca3839300b5bbbc70471f9d187f69ea19198 authored about 4 years ago by Marcelo Lazaroni <[email protected]>
Calculate imports in the command handler

This way we don't have to send the imports back and forth on every code action

github.com/haskell/haskell-language-server - 12587b3eb52fef7cf7c8c79fab0481e880c610e0 authored about 4 years ago by Pepe Iborra <[email protected]>
Case splitting and lambda introduction (#391)

Case split and tactics via refinery

Bump ghcide submodule to get completion for local variabl...

github.com/haskell/haskell-language-server - b43a8cd78d10d77184a895293d766a0fbceb5573 authored about 4 years ago by Sandy Maguire <[email protected]>
Prepare for release 0.4.0 (haskell/ghcide#811)

github.com/haskell/haskell-language-server - de39e79a1fba5e46b4f23e6742d98d1e88ac40e6 authored about 4 years ago by Pepe Iborra <[email protected]>
Support parsedResultAction of GHC plugins (haskell/ghcide#795)

* add failing test

* add fix (disable hasrecord due to linker error on my local machine)

*...

github.com/haskell/haskell-language-server - c980b467930bc7c5a7d9eb349d8bce6dbee531bb authored about 4 years ago by Sridhar Ratnakumar <[email protected]>