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

Deprecate ghcide tool and delete the VSCode extension (haskell/ghcide#939)

* Delete the extension and deprecate ghcide as an end user tool

* Link to this PR

github.com/haskell/haskell-language-server - e1a78b80b190f11041fb578a584b675e08b1f62b authored almost 4 years ago by Pepe Iborra <[email protected]>
Add support for customizing the hidir location (haskell/ghcide#944)

github.com/haskell/haskell-language-server - dabbcfe16dbfa07f5131c476abf232f6bdcc4bf2 authored almost 4 years ago by Pepe Iborra <[email protected]>
Rename pred to predicate to avoid name shadowing.

github.com/haskell/haskell-language-server - 22b27d6f5fccf102e9da9e677885f6f3e180b1b9 authored almost 4 years ago by Peter Wicks Stringfield <[email protected]>
Delete extraneous cabal clause for non-existent ApplyRefact.hs.

github.com/haskell/haskell-language-server - 099e89e5b3977161fc3015c4d4fb392cd12469b3 authored almost 4 years ago by Peter Wicks Stringfield <[email protected]>
Delete extraneous cabal clause for ApplyRefact2.hs.

This test uses a direct hie.yaml and this cabal file is not inspected, so this
clause does nothing.

github.com/haskell/haskell-language-server - 66aacfd7f531b93e9eb58e802d228fe02d8ddcca authored almost 4 years ago by Peter Wicks Stringfield <[email protected]>
Cleanup addBindingToImportList (haskell/ghcide#942)

* Cleanup addBindingToImportList

* Remove redundant $

* Fix missing leading identifiers

...

github.com/haskell/haskell-language-server - fbbd4f49d5e4461c1a5e9ea4a9b642e3635c9a9f authored almost 4 years ago by Potato Hatsue <[email protected]>
Bugfix test combinator.

(This one got broken when the hspec combinators like shouldNotSatisfy were
replaced with (@?).)

github.com/haskell/haskell-language-server - b88adb88acfa1664f2095f62525166af7f6e54da authored almost 4 years ago by Peter Wicks Stringfield <[email protected]>
Move some utility functions to utility module.

github.com/haskell/haskell-language-server - 5b774f6498238dbd2d8890cc5e787bd36688464f authored almost 4 years ago by Peter Wicks Stringfield <[email protected]>
Fix and enable some of the unit tests for code-completion.

We don't have any snippets, and we don't have support for the
completionItem/resolve request. Th...

github.com/haskell/haskell-language-server - 0f09cae6979de9cca1f81c70c8e8844b24977d2f authored almost 4 years ago by Peter Wicks Stringfield <[email protected]>
Fix document symbols unit tests.

github.com/haskell/haskell-language-server - af2a7ebc26ec05799d9fe5dfc613f52d777f0d3a authored almost 4 years ago by Peter Wicks Stringfield <[email protected]>
Delete duplicate cabal file entry for applyrefact2.

github.com/haskell/haskell-language-server - b8a49f11b2a756f2257ab2c7701da99003b09264 authored almost 4 years ago by Peter Wicks Stringfield <[email protected]>
Extract the benchmarking Shake rules to a standalone Cabal package (haskell/ghcide#941)

* [bench-hist] break down in rule functions

* Extract the benchmarking Shake rules to a shake...

github.com/haskell/haskell-language-server - 14af467e9724ba7a145b9b414cacc8e7c7f26cb3 authored almost 4 years ago by Pepe Iborra <[email protected]>
Merge pull request #650 from berberman/patch-h

Add extra-source-files for split plugins

github.com/haskell/haskell-language-server - b649b15b2d67a97d6a262eb65fee0002629b6dcb authored almost 4 years ago by Alan Zimmerman <[email protected]>
Remove unnecessary parenthesis.

github.com/haskell/haskell-language-server - a0fc157f434da6d3536a16d82138fb2ccbf0d23a authored almost 4 years ago by Peter Wicks Stringfield <[email protected]>
Support extending constructors (haskell/ghcide#916)

* Use exports map

* Use exports map in suggestExtendImport

* Update test

* Support exte...

github.com/haskell/haskell-language-server - c47f892df811383fb714436c8ec640dd4c655618 authored almost 4 years ago by Potato Hatsue <[email protected]>
Qualified error messages (haskell/ghcide#938)

* Add a test for haskell/ghcide#726

* Add a test for haskell/ghcide#652

* Fix missing qual...

github.com/haskell/haskell-language-server - 31e6f1176a260ff3bb887f25e1679d620af4ce21 authored almost 4 years ago by Pepe Iborra <[email protected]>
Add extra-source-files

github.com/haskell/haskell-language-server - 36591c0aa3b8e670051295e86cb866a7e64827eb authored almost 4 years ago by Potato Hatsue <[email protected]>
Split the Imports and Retrie plugins (#647)

* Split out the explicit imports plugin

* Split out the retrie plugin

* Avoid test-breakin...

github.com/haskell/haskell-language-server - 7f6080ed91a6f5ed859fb5cfd94d276f7f97696c authored almost 4 years ago by Pepe Iborra <[email protected]>
Opentelemetry traces and heapsize memory analysis (haskell/ghcide#922)

* Move tracing functions to own module

* Bump opentelemetry to 0.6.0

* Write Values map size t...

github.com/haskell/haskell-language-server - 9fc64747a486ab4015e7cea89d07cf19bf2ce5d5 authored almost 4 years ago by Pepe Iborra <[email protected]>
Actually use gitignore (#649)

github.com/haskell/haskell-language-server - e92cdc05e05f9b2114bfd0b285110ee4296b84eb authored almost 4 years ago by Pepe Iborra <[email protected]>
Drop stack Windows CI (haskell/ghcide#934)

The Stack Windows build is problematic:
https://github.com/haskell/ghcide/pull/922

Stack i...

github.com/haskell/haskell-language-server - 332e2a12ba9ca723bb24d463679b0464a384cdfc authored almost 4 years ago by Pepe Iborra <[email protected]>
Extend import list automatically (haskell/ghcide#930)

* Drop any items in explicit import list

* Test if imports not included in explicit list show...

github.com/haskell/haskell-language-server - 7c19b00b9068adcf812f4e3510b0392a0fad782b authored almost 4 years ago by Guru Devanla <[email protected]>
idempotent command and code cleanup

github.com/haskell/haskell-language-server - 0aaf407c25b4be32497fd2defae90af5c07aaae1 authored almost 4 years ago by Pasqualino Titto Assini <[email protected]>
Simplify and Bump implicit-hie version constraints (haskell/ghcide#933)

github.com/haskell/haskell-language-server - 838f80aa7afcf483b897cae632693d77ba1a559d authored almost 4 years ago by Avi Dessauer <[email protected]>
Merge pull request #643 from peterwicksstringfield/enable_code_action_tests

Fix and enable disabled code action unit tests, fix fallback handler

github.com/haskell/haskell-language-server - f8fdf2a9c1e813d5db9193b9eba15a591a57fd02 authored almost 4 years ago by Javier Neira <[email protected]>
Merge pull request #645 from Avi-D-coder/implicit-hie-up

Simplify and Bump implicit-hie version constraints

github.com/haskell/haskell-language-server - f8d0012e69bfd63c077716a8cb730f6f6466b90d authored almost 4 years ago by Avi Dessauer <[email protected]>
Simplify and Bump implicit-hie version constraints

github.com/haskell/haskell-language-server - 2be75a1a7a689442b02d053487a482114e91a9f9 authored almost 4 years ago by Avi Dessauer <[email protected]>
In tests, filter out diagnostics from other files.

In a unit test, when we tell the server to open "SomeFile.hs" it might also open
"SomeOtherFile....

github.com/haskell/haskell-language-server - 4c9de9ee91df52209fdc46cb107e1c07f0839840 authored almost 4 years ago by Peter Wicks Stringfield <[email protected]>
Add hie.yaml files in testdata to help CI run.

This is a cludge. We should be auto-generating these files. See #517. But for
now we can get the...

github.com/haskell/haskell-language-server - e9638a5c6345e4d7135f6b586328a23f4a35ce87 authored almost 4 years ago by Peter Wicks Stringfield <[email protected]>
Merge pull request #639 from pepeiborra/Cachix

Upgrade the Nix build system

github.com/haskell/haskell-language-server - 3717653f293b5789de7f8056d0f147b85ba2d58d authored almost 4 years ago by Javier Neira <[email protected]>
Merge pull request #616 from konn/modulename-main-like

Module Name Plugin: Treat modules starting with lowercase as Main module

github.com/haskell/haskell-language-server - 3bd2338e38fe2892ac28a7eeae5b56c65af048bc authored almost 4 years ago by Javier Neira <[email protected]>
Update README.md

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

github.com/haskell/haskell-language-server - df0e329567a7e449e8c1c6fde511fcb2ce64dc57 authored almost 4 years ago by Pepe Iborra <[email protected]>
Add a Github action to warm up the Cachix haskell-language-server

github.com/haskell/haskell-language-server - b2d144911cb5d7a952a53caa3e75383648336306 authored almost 4 years ago by Pepe Iborra <[email protected]>
Add maintainer instructions

github.com/haskell/haskell-language-server - 05e1dae7816da8628c657278ea537ac2ab0c701e authored almost 4 years ago by Pepe Iborra <[email protected]>
Delete CircleCI Nix job

github.com/haskell/haskell-language-server - f2bdc62a922d2fe767da5cda6fd125a799595896 authored almost 4 years ago by Pepe Iborra <[email protected]>
Upgrade Nix script to use the haskell-updates branch.

The haskell-updates branch is already on Stackage nightly, which allows for a
much better cache ...

github.com/haskell/haskell-language-server - 8ce4ac34a4a7f91c8dd21143901e09f507c1b24f authored almost 4 years ago by Pepe Iborra <[email protected]>
Upgrade to cachix-action@v8

Adds support for auth tokens

github.com/haskell/haskell-language-server - 46d1c7654c88c0f761647dcf21e9557f41d972f7 authored almost 4 years ago by Pepe Iborra <[email protected]>
Add README instructions

github.com/haskell/haskell-language-server - 63a5db1e92974f7aef0155c590f722d79c99210f authored almost 4 years ago by Pepe Iborra <[email protected]>
Comment in and disable test for prefixing unused names with "_".

Currently we have no support for this code action. But if the test is going to
live in this file...

github.com/haskell/haskell-language-server - 8efc4e86759e8bf62539cb2a90300a7a3d7c2b66 authored almost 4 years ago by Peter Wicks Stringfield <[email protected]>
Increase robustness of tests by skipping extraneous messages.

github.com/haskell/haskell-language-server - 3db418e17fe52c9d23230f641518b1d84b024d28 authored almost 4 years ago by Peter Wicks Stringfield <[email protected]>
Enable and fix disabled unit tests for code actions.

Many of the diagnostics have source "typecheck" or "hlint", not "bios". Don't
wait for "bios" di...

github.com/haskell/haskell-language-server - bb1e22b55a7f125b605e3dbd993ed265c4633263 authored almost 4 years ago by Peter Wicks Stringfield <[email protected]>
Fix implementation of fallback handler for code action literals.

Note that (forM_ as $ \a -> {- pure code -}; return undefined) is a noop. We were
unpacking the ...

github.com/haskell/haskell-language-server - 5c2cab6207654509c00981564cc1874be395b825 authored almost 4 years ago by Peter Wicks Stringfield <[email protected]>
Fixup documentation of hlsCommand.

It used to be hieCommand, the documentation wasn't updated with the code.

github.com/haskell/haskell-language-server - 030bf4880e52a1401adf1b3e166d5179528c9b8c authored almost 4 years ago by Peter Wicks Stringfield <[email protected]>
Merge pull request #641 from haskell/Sir4ur0n-patch-2

Add Ghcide hie.yaml instruction for Stack users

github.com/haskell/haskell-language-server - 1473a287eb8db7910c1cf0ca55bfb075f9fd56b0 authored almost 4 years ago by Javier Neira <[email protected]>
Add Ghcide hie.yaml instruction for Stack users

github.com/haskell/haskell-language-server - 4682a88172c421f0e62d11d437537ed41a957318 authored almost 4 years ago by Julien Debon <[email protected]>
Merge pull request #637 from haskell/Sir4ur0n-patch-1

No longer needed to build once for Stack

github.com/haskell/haskell-language-server - c7cf41c1f3b00581c90df7620313ab6d0db5f72f authored almost 4 years ago by Javier Neira <[email protected]>
No longer needed to build once for Stack

github.com/haskell/haskell-language-server - 55172c7503f0d005231102adbbedaf42a54ed7ce authored almost 4 years ago by Julien Debon <[email protected]>
Return completion snippets only when client supports it (haskell/ghcide#929)

* Use the real client capabilities on completions

* Return completion snippets only when suppor...

github.com/haskell/haskell-language-server - 219ee8be8eeff7ea1bc80590d920e35113ca2d45 authored almost 4 years ago by Pepe Iborra <[email protected]>
Favor `lookupPathToId` over `pathToId` (haskell/ghcide#926)

* Favor `lookupPathToId` over `pathToId`

* Fix `typecheckParentsAction`

* Fix `needsCompil...

github.com/haskell/haskell-language-server - 5905aa86e9cc1a30bd0da17e231d975a25e7d065 authored almost 4 years ago by Samuel Ainsworth <[email protected]>
Custom cradle loading (haskell/ghcide#928)

When using ghcide as a library, it may be desirable to host the hie.yaml file
in a location oth...

github.com/haskell/haskell-language-server - 700b31676b8baf8e99e4148b6d8ba5d8d24fc5f8 authored almost 4 years ago by Pepe Iborra <[email protected]>
Update README.md (haskell/ghcide#924)

github.com/haskell/haskell-language-server - f7334eaf3ff36b35f4d84a76bc6efeb3a85de59e authored almost 4 years ago by Samuel Ainsworth <[email protected]>
Ignore import list while producing completions (haskell/ghcide#919)

* Drop any items in explicit import list

* Test if imports not included in explicit list show...

github.com/haskell/haskell-language-server - d8813d9d970fa76972678ebed83273542e791b38 authored almost 4 years ago by Guru Devanla <[email protected]>
Preserve the last empty comment line after eval plugin (#631)

```haskell
-- >>> foo
--
-- >>> bar
```

After running the plugin on both prompts we end u...

github.com/haskell/haskell-language-server - d0fb85eb2c35d0c5ad0e4d0610d89e05d37f5b26 authored almost 4 years ago by Joe Hermaszewski <[email protected]>
Merge pull request #623 from gwils/build-tool-depends

Add hspec-discover to build-tool-depends in tactics plugin

github.com/haskell/haskell-language-server - 2e7c0ce19f9db7c356892c05561d72fc01ad4a83 authored almost 4 years ago by Javier Neira <[email protected]>
Merge pull request #599 from zweimach/fix-fourmolu

Fix fourmolu plugin inconsistent formatting

github.com/haskell/haskell-language-server - b2961494704754df78906773233aebd3849a7f84 authored almost 4 years ago by Javier Neira <[email protected]>
Merge pull request #508 from konn/tactic-exclude-coercions

Makes dictionary argument exclusion logic in Tactic plugin more robust

github.com/haskell/haskell-language-server - cb9a38b758760d1ec8c09a10bc26b07151dca644 authored almost 4 years ago by Javier Neira <[email protected]>
Merge pull request #624 from gwils/update-fourmolu

Update fourmolu to 0.3.0.0

github.com/haskell/haskell-language-server - 56ff141fb1c3228ad63fda99ddbd49d61c2a6bed authored almost 4 years ago by Javier Neira <[email protected]>
Merge pull request #614 from AlistairB/ormolu-0-1-4-1

Bump ormolu to 0.1.4.1

github.com/haskell/haskell-language-server - e47af552c0da78b668de87f3bca987d1223a58be authored almost 4 years ago by Javier Neira <[email protected]>
Update fourmolu to 0.3.0.0

github.com/haskell/haskell-language-server - 0c1607f28e58b84acd831e932b5d86ec201873ce authored almost 4 years ago by George Wilson <[email protected]>
Add hspec-discover to build-tool-depends in tactics plugin

github.com/haskell/haskell-language-server - 4d5f13e2860c83814e55ceca05066be1610d585a authored almost 4 years ago by George Wilson <[email protected]>
Merge pull request #619 from jneira/win-build-8.10.2

Add build to ghc-8.10.2 and windows

github.com/haskell/haskell-language-server - 420c6c56e30eb8780996220001c71e837dfb30a3 authored almost 4 years ago by Javier Neira <[email protected]>
Use inclusion instead exclusions

github.com/haskell/haskell-language-server - eed310c9fe13d3b54c586bbbca1ab842f60dd8ef authored almost 4 years ago by jneira <[email protected]>
Use always last setup-haskell@v1

github.com/haskell/haskell-language-server - a1a02f78077efb5d72323d175da54ed17f187f39 authored almost 4 years ago by jneira <[email protected]>
Add ghc-8.10.2.2 to windows build

github.com/haskell/haskell-language-server - 4f3f4c18f4a0761434115496f732a57f18a6cf2f authored almost 4 years ago by jneira <[email protected]>
Merge pull request #617 from haskell/enabe-8.10.2

Enable ghc-8.10.2 for windows

github.com/haskell/haskell-language-server - e63da6b2631c5b3dacf9baa95eb06934ea74854e authored almost 4 years ago by Javier Neira <[email protected]>
Use correct version of ghc choco package

Excluding the version for the rest of os's

github.com/haskell/haskell-language-server - 381b598296342e4f6b07a85cc64ae442d4e023a8 authored almost 4 years ago by Javier Neira <[email protected]>
Enable ghc-8.10.2 for windows

As chocolatey applies the workaround: https://gitlab.haskell.org/ghc/ghc/-/issues/18550#note_309996

github.com/haskell/haskell-language-server - fb91944a8744370155c8d89b105a43dac4a65091 authored almost 4 years ago by Javier Neira <[email protected]>
Adds notes on implementation of `dataConInstOrigArgTys`

github.com/haskell/haskell-language-server - 01110c8eeb22ea567128d0e7ae4921c331894a94 authored almost 4 years ago by Hiromi ISHII <[email protected]>
[nix] use gitignore.nix (haskell/ghcide#920)

github.com/haskell/haskell-language-server - 8220c96a5af278c0eb6061973178ba327452964d authored almost 4 years ago by Pepe Iborra <[email protected]>
Uses `fmap` instead

github.com/haskell/haskell-language-server - 53712b3762e55e5d5c89a8d2434d61536369c1c5 authored almost 4 years ago by Hiromi ISHII <[email protected]>
Record completions snippets (haskell/ghcide#900)

* Add field for RecordSnippets to CachcedCompletion

* Initial version of local record snippet...

github.com/haskell/haskell-language-server - c6f213c935543f6b6033ef5f62ad8269e440726c authored almost 4 years ago by Guru Devanla <[email protected]>
Add a GitHub action for the Nix build (haskell/ghcide#918)

* Add an action to build and cache the nix-shell

* [nix] ghc-paths must always be in the pack...

github.com/haskell/haskell-language-server - 1e13825b0edd15082c6e11a26d5b249e5f0b95e0 authored almost 4 years ago by Pepe Iborra <[email protected]>
module name plugin: Workaround for modules starting with lowercase

github.com/haskell/haskell-language-server - 0d707a9be485d7e50d8d670cf1e326c7416ebede authored almost 4 years ago by Hiromi ISHII <[email protected]>
Proper treatment of existentially quantified type variables in DataCons

github.com/haskell/haskell-language-server - 96bd4c9dde269da6856be3171d5b12eb5181bc78 authored almost 4 years ago by Hiromi ISHII <[email protected]>
Merge branch 'master' into tactic-exclude-coercions

github.com/haskell/haskell-language-server - 8050b14406aad90f1df4dfcc6e584fbcb714b34d authored almost 4 years ago by Hiromi ISHII <[email protected]>
Bump ormolu to 0.1.4.1

github.com/haskell/haskell-language-server - cafb33d462416661821dbcc58285dda98abb49c4 authored almost 4 years ago by Alistair Burrowes <[email protected]>
Extend import suggestions for more than one option (haskell/ghcide#913)

* Add support for extending import list when multiple options are available

* Add function to...

github.com/haskell/haskell-language-server - 74c93f5f38ce283248e794b873f8a112d86342cd authored almost 4 years ago by Guru Devanla <[email protected]>
Make Filetargets absolute before continue using them (haskell/ghcide#914)

* Add testcase for proving relative filetargets

* Normalise file targets after loading

github.com/haskell/haskell-language-server - b369d67cb6426e2686e83df420f6c0d2dfb488c0 authored almost 4 years ago by fendor <[email protected]>
Merge pull request #612 from haskell/remove-gh-envar

Remove workaround in github actions not longer needed

github.com/haskell/haskell-language-server - d79feb5bf5d9a33003125e2988d7c0dc7174b8d5 authored almost 4 years ago by Javier Neira <[email protected]>
Remove workaround not longer needed

As https://github.com/actions/setup-haskell/issues/44 is closed

github.com/haskell/haskell-language-server - 1ef375f688115901df996d1411f4461a888ddcc3 authored almost 4 years ago by Javier Neira <[email protected]>
Switch to sliding tags in Github actions (haskell/ghcide#915)

* Switch to sliding tags in Github actions

* Allow insecure actions should no longer be neede...

github.com/haskell/haskell-language-server - dd3057a636e0905b4630bc7a073a4882ab0254c1 authored almost 4 years ago by Pepe Iborra <[email protected]>
Fix fourmolu plugin's use of FormattingOptions

github.com/haskell/haskell-language-server - 99d6d55a997d5427d8bd18c8321e216d1dea5179 authored almost 4 years ago by Ananda Umamil <[email protected]>
Bump up implicit-hie-cradle lower bound (haskell/ghcide#912)

* Bump up implicit-hie-cradle lower bound

* Allow insecure commands temporary

github.com/haskell/haskell-language-server - 4933e558f92a8d879c8c2278efb06c3a345a8fbc authored almost 4 years ago by Javier Neira <[email protected]>
Merge pull request #604 from jneira/clean-cabal-project

Remove custom hie-bios version

github.com/haskell/haskell-language-server - c3af2dd141609f94ecadadfd13def7ccb6acb3bb authored almost 4 years ago by Javier Neira <[email protected]>
Do not enable every "unnecessary" warning by default (haskell/ghcide#907)

* Do not enable every "unnecessary" warning by default

* Fix tests that wait for diagnostics

github.com/haskell/haskell-language-server - 0fd2b73107ca3d85deb405ba3165ba26ab909432 authored almost 4 years ago by Alejandro Serrano <[email protected]>
Allow insecure commands temporary

github.com/haskell/haskell-language-server - 03f1e1553a45d0c127c9fc06709b5641ebeabe4a authored almost 4 years ago by jneira <[email protected]>
Remove custom hie-bios version

github.com/haskell/haskell-language-server - e9f410e8893a69eee86473f587aa043a74da48c4 authored almost 4 years ago by jneira <[email protected]>
Remove allow-newer (haskell/ghcide#908)

github.com/haskell/haskell-language-server - 73c8f06a6f2f5315fd187a1eee4c5bbb07d7773c authored almost 4 years ago by Javier Neira <[email protected]>
GitHub test action (haskell/ghcide#903)

* Add github test action

* Disable unreliable test

Does not work reliably on all platforms.

R...

github.com/haskell/haskell-language-server - ba2025f0aa9c195b87b47d724c015b9208cd1ea2 authored almost 4 years ago by Pepe Iborra <[email protected]>
Merge pull request #598 from alanz/wip/553-tweak-hlint-format

Hlint: bring over idea2Message for formatting

github.com/haskell/haskell-language-server - ecafd3efe9e4fc73f6275db4cfa78e0ea8936106 authored almost 4 years ago by Alan Zimmerman <[email protected]>
Hlint: bring over idea2Message for formatting

This restores the hlint formatting from haskell-ide-engine

Closes #553

github.com/haskell/haskell-language-server - 0764e7ade389dd931aabff6dd0bb9b2f61856979 authored almost 4 years ago by Alan Zimmerman <[email protected]>
Merge pull request #414 from willbush/missing-brittany-error-message

Improve missing brittany format provider error message (#269)

github.com/haskell/haskell-language-server - 31200659d9d1661583f99fa2f12ec3aa8425ed83 authored almost 4 years ago by Javier Neira <[email protected]>
Parenthesize operators when exporting (haskell/ghcide#906)

* Parenthesize operators when exporting

* Add tests

* Only consider if the head is an oper...

github.com/haskell/haskell-language-server - 81394a847bfef24cb9c2530ddb49ca4c1346d2d4 authored almost 4 years ago by Potato Hatsue <[email protected]>
Avoid calling kick explicitly (haskell/ghcide#904)

* Avoid calling kick explicitly

Leverages that rules are rerun by shakeRunDatabase.
Allows u...

github.com/haskell/haskell-language-server - d3806a39be121165e19a0ac825b0a346d596d2a6 authored almost 4 years ago by Pepe Iborra <[email protected]>
Merge pull request #586 from xerus2000/patch-1

Use comments & simplify issue template

github.com/haskell/haskell-language-server - 61c69fd387281c2222f75f13542eaa2e91cbc1b1 authored almost 4 years ago by Javier Neira <[email protected]>
Merge pull request #588 from Avi-D-coder/implicit-hie-update

github.com/haskell/haskell-language-server - 500aa9d5ab5aa86e885d9696a4b24c46a84c6372 authored almost 4 years ago by Avi Dessauer <[email protected]>
Update ghcide to head

github.com/haskell/haskell-language-server - e376a88c3c0cb81be7855bd34877ad160d1d443d authored almost 4 years ago by Avi Dessauer <[email protected]>
Update implicit-hie

github.com/haskell/haskell-language-server - 4855ae6714f4a1013a1503ea29e2cd53a18248ae authored almost 4 years ago by Avi Dessauer <[email protected]>