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

Enable stylish-haskell for 9.6 (#3670)

There is a 9.6-compatible release now.

github.com/haskell/haskell-language-server - aff3d2ead8a4b37c45a952847858ba4b8c33eab9 authored over 1 year ago by Michael Peyton Jones <[email protected]>
Bump supported ormolu, allow for 9.6 (#3668)

* Bump supported versions of ormolu and allow for 9.6

* Update plugin support doc

* Fix te...

github.com/haskell/haskell-language-server - 1edc75741c4b4f7331e54036285656e128959819 authored over 1 year ago by Michael Peyton Jones <[email protected]>
Add arguments to direct logs to various locations (#3665)

* Add arguments to direct logs to various locations

This adds arguments to HLS to allow the use...

github.com/haskell/haskell-language-server - 53604eb49455b0929d25cefd3beb388f51c53460 authored over 1 year ago by Michael Peyton Jones <[email protected]>
Bump cachix/install-nix-action from 21 to 22 (#3666)

Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 21 to 22.
...

github.com/haskell/haskell-language-server - e3beaa0ed947871785a116794b2500100ad34b8c authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
HLS for the new generated LSP 2 release (#3621)

github.com/haskell/haskell-language-server - a918c02a612603f11de52449316269d390692d37 authored over 1 year ago by Nathan Maxson <[email protected]>
Support fourmolu 0.13 (#3662)

* Revert "Support fourmolu 0.13.0.0 (#3631)"

This reverts commit c126332850d27abc8efa519f8437ff...

github.com/haskell/haskell-language-server - 6ae970e83e5ac190199d184ddee25d7279533d1e authored over 1 year ago by Brandon Chinn <[email protected]>
fix ISO8601 related deprecation in time (#3654)

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

github.com/haskell/haskell-language-server - fc488d0cfae4382f16568534fa13802964e0c1db authored over 1 year ago by HugoPeters1024 <[email protected]>
Update Contributing.md

Add instructions for specifying local hls executable to be used in VS Code
project

github.com/haskell/haskell-language-server - 9f0e3bbd55117e4b84b5cb2562d6437a8ded9059 authored over 1 year ago by VeryMilkyJoe <[email protected]>
update flakes to compile with ghc928 and ghc962 (#3641)

* update flakes, fix implicit-hie-cradle

* bump apply-refact, 0.12 -> 0.13

* use 'implicit-hie...

github.com/haskell/haskell-language-server - c3ddf4355ed0ac64e6b35a2092d9cefe16374acd authored over 1 year ago by Providence Salumu <[email protected]>
hls-pragmas-plugin: Reduce noisy completions (#3647)

* hls-pragmas-plugin: Reduce noisy completions

* hls-pragmas-plugin: Simply completion and add ...

github.com/haskell/haskell-language-server - 78828228159709988aecab7a211ec12d8dd75f90 authored over 1 year ago by Akshay Mankar <[email protected]>
Add an assist for importing record fields when using OverloadedRecordDot (#3642)

* Add an assist for OverloadedRecordDot

* Add a test

---------

Co-authored-by: Michael Peyton...

github.com/haskell/haskell-language-server - 139dcf5554e1bcc918f9b765059426e3e6515663 authored over 1 year ago by Ben Simms <[email protected]>
Add a log-level argument to set the log level (#3651)

* Add a log-level argument to set the log level

`--debug` remains as an alias for `--log-level ...

github.com/haskell/haskell-language-server - 408a2afd99056300cd533aeaa66dfc779d8db52d authored over 1 year ago by Michael Peyton Jones <[email protected]>
Commit to prettyprinter >= 1.7 (#3649)

ghcide already depends on 1.7 which added the new module hierarchy
naming, so let's commit to th...

github.com/haskell/haskell-language-server - a951ad33243cddb708bb24cc426506832dd60dd6 authored over 1 year ago by Michael Peyton Jones <[email protected]>
Split pragmas plugin by providers + decrease disable-warning priority (#3640)

Fixes #3636.

Fixes #3636.

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

github.com/haskell/haskell-language-server - 6ff0e02f42544f889d10b96e9f2adce2d2fa8638 authored over 1 year ago by Marc Jakobi <[email protected]>
Add missing Monad constraint in eval plugin (#3648)

github.com/haskell/haskell-language-server - 2ddd056bd0cba863c98da9ee7e2c72b34ae6fd9a authored over 1 year ago by Sander <[email protected]>
Bump haskell/actions from 2.4.1 to 2.4.3 in /.github/actions/setup-build (#3627)

Bumps [haskell/actions](https://github.com/haskell/actions) from 2.4.1 to 2.4.3.
- [Release note...

github.com/haskell/haskell-language-server - ca68e1704dd177013c458c4d648f7a96d85a076d authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Correctly pass VersionedTextDocumentIdentifier through hls (#3643)

* Update version while editing to conform lsp spec

* Init fields

* Remove the empty line

* mo...

github.com/haskell/haskell-language-server - 423c3a52a08cb23bd6b691cfa456bef50c209c3b authored over 1 year ago by maralorn <[email protected]>
Simplify selection of GHCs to build on (#3633)

* Simplify selection of GHCs to build on

The haskell setup action supports using the major vers...

github.com/haskell/haskell-language-server - 8176fb8573078b52fc0d358218b12e4ad37adc7e authored over 1 year ago by Michael Peyton Jones <[email protected]>
Bump haskell/actions from 2.4.1 to 2.4.3 (#3626)

Bumps [haskell/actions](https://github.com/haskell/actions) from 2.4.1 to 2.4.3.
- [Release note...

github.com/haskell/haskell-language-server - 79747f44bde692588389dc1cc58f89d3799b0650 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Delete dead cbits (#3635)

Usage was removed in https://github.com/haskell/haskell-language-server/pull/1778.

Co-authored-...

github.com/haskell/haskell-language-server - 4340ea8817efcd9e7a50f494fecc40eeb91e76e4 authored over 1 year ago by Michael Peyton Jones <[email protected]>
Reintroduce cabal-install in flake.nix (#3637)

PR #3555 removes `cabal-install` in order to "make CI green" but
that makes the project unbuild...

github.com/haskell/haskell-language-server - 6887387ed7b9719a5912765030406251e1136b3f authored over 1 year ago by Christian Georgii <[email protected]>
Support fourmolu 0.13.0.0 (#3631)

github.com/haskell/haskell-language-server - c126332850d27abc8efa519f8437ff7ea28d4049 authored over 1 year ago by Brandon Chinn <[email protected]>
Keep plugin id of cabal-fmt in sync with default config id (#3615)

Add documentation to note that these values are to be kept in sync

github.com/haskell/haskell-language-server - 3bc4196d6a9f93bab4b2e4658869f97710d0fa30 authored over 1 year ago by VeryMilkyJoe <[email protected]>
remove ghc minor versions in nix flake package builds (#3625)

* add support for aarch64-linux

Allow nix users on aarch64-linux to build directly from this ...

github.com/haskell/haskell-language-server - a9516ec4d3aa9381541f836314d76feacc7e050d authored over 1 year ago by Providence Salumu <[email protected]>
fix: remove the `Indexing` progress message when exeption in withHieDb (#3610)

If any exception was happening in `withHieDb`, the `post` action was
never called, leading to a...

github.com/haskell/haskell-language-server - 50efbbb63b74ee14044d07ae9fe126ee3658bc43 authored over 1 year ago by Guillaume Bouchard <[email protected]>
Fix some grammar mistakes and typos (#3614)

github.com/haskell/haskell-language-server - 3b3fcc9507d685fa5c4b955f499cc827726649a4 authored over 1 year ago by VeryMilkyJoe <[email protected]>
Bump cachix/install-nix-action from 20 to 21 (#3612)

Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 20 to 21.
...

github.com/haskell/haskell-language-server - e3a7df6a7fd753a8df82459d4999a863d933babb authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
overloaded record dot plugin intial version (closes #3350) (#3560)

* overloaded record dot plugin initial version (closes #3350)

* Added support to GHC 9.2, and...

github.com/haskell/haskell-language-server - 1edb4892a65db2dd6401e7d1b18021710e9555ef authored over 1 year ago by Nathan Maxson <[email protected]>
Bump haskell/actions from 2.4.0 to 2.4.1 (#3603)

Bumps [haskell/actions](https://github.com/haskell/actions) from 2.4.0 to 2.4.1.
- [Release not...

github.com/haskell/haskell-language-server - 5540213436b85ba1bf4ca17331b8b9af27bb1973 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump haskell/actions from 2.4.0 to 2.4.1 in /.github/actions/setup-build (#3604)

Bumps [haskell/actions](https://github.com/haskell/actions) from 2.4.0 to 2.4.1.
- [Release not...

github.com/haskell/haskell-language-server - c38de3c5bc45052adb8732f37c0e8b58ba9d8d93 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
release ci: Use archived repositories for debian 9 builds

https://stackoverflow.com/questions/76094428/debian-stretch-repositories-404-not-found

github.com/haskell/haskell-language-server - cff74a3494440718fb9adf7a473d8a253e50cfdc authored over 1 year ago by Zubin Duggal <[email protected]>
Bump all packages to version 2.0.0.0.

This simplifies the release process as we can bump all package versions in
lockstep prior to a r...

github.com/haskell/haskell-language-server - 9cc67c5a46905cb90c11ab00afb1405ffadbde54 authored over 1 year ago by Zubin Duggal <[email protected]>
release ci: Use macOS-11 instead of the deprecated macOS-10.15

https://github.blog/changelog/2022-07-20-github-actions-the-macos-10-15-actions-runner-image-is-...

github.com/haskell/haskell-language-server - b84110b508e2f30899b84ffc3928a5e20be1615f authored over 1 year ago by Zubin Duggal <[email protected]>
Monitor actions/setup-build/action.yaml (#3592)

* Monitor actions/setup-build/action.yaml

* Update .github/dependabot.yml

Co-authored-by: ...

github.com/haskell/haskell-language-server - d34d774557150d111c3522026e1ff758d17c5e6f authored over 1 year ago by Lei Zhu <[email protected]>
Drop allow-newer for GHC 9.4 and 9.6 (#3593)

github.com/haskell/haskell-language-server - ddd16caf472059fdee8b3069b38e99153b0d08d7 authored over 1 year ago by fendor <[email protected]>
Move to ghc-9.4.5 and drop ghc-9.4.4 (#3591)

* ghc-9.4.5

* Bump setup action

github.com/haskell/haskell-language-server - b433e0acea2be3a65869c6854551bd10f41ff268 authored over 1 year ago by Lei Zhu <[email protected]>
Bump haskell/actions from 2.3.7 to 2.4.0 (#3583)

Bumps [haskell/actions](https://github.com/haskell/actions) from 2.3.7 to 2.4.0.
- [Release not...

github.com/haskell/haskell-language-server - 437830ae9a5f6832fa391d8365457ad883e898a3 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
CI: GHC 9.2.7 Support (#3512)

Solves #3511

github.com/haskell/haskell-language-server - 86f0d02472554880c220b334438994433f31ea38 authored over 1 year ago by Andy <[email protected]>
CI: Simplify to read CI output and don't fail fast (#3580)

* CI: Remove edge case for GHC 8.8.4

* CI: Don't log LSP messages, way too much information
...

github.com/haskell/haskell-language-server - 5d37f1ca95092cd9bf690411815a508c66061dd4 authored over 1 year ago by fendor <[email protected]>
Keep type lenses stable (#3558)

* Use stale type lens

* Query position mapping if available

* Remove redundant code

* Generat...

github.com/haskell/haskell-language-server - 41cd52e603ab4e1c7d8fcbf95140610c2a1fe04e authored over 1 year ago by Lei Zhu <[email protected]>
Try to fix the docs build (#3576)

github.com/haskell/haskell-language-server - c841c45855483c9b66901cddae6540d0776ebfb2 authored over 1 year ago by Michael Peyton Jones <[email protected]>
Keep stale lenses for module name (#3570)

* Keep stale lenses for module name

* Return Nothing if toCurrentRange failed

---------

Co-au...

github.com/haskell/haskell-language-server - cda1325241365896f24d1a09899b8e8e787f9c7b authored over 1 year ago by Lei Zhu <[email protected]>
Allow Fourmolu 0.12 (#3565)

* Allow Fourmolu 0.12

* Bump index-state

This allows us to pick up Fourmolu 0.12.

* Ena...

github.com/haskell/haskell-language-server - c5f7de029495a5e5113c23721bc710afc3219dc8 authored over 1 year ago by George Thomas <[email protected]>
Bump haskell/actions from 2.3.6 to 2.3.7 (#3538)

Bumps [haskell/actions](https://github.com/haskell/actions) from 2.3.6 to 2.3.7.
- [Release note...

github.com/haskell/haskell-language-server - 399d1a24fc578f67e47e2277429f64afb7a28f90 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Keep instance lenses stable even if parsed results are unavailable (#3545)

* Keep stale class lens

* Comment why we use useWithStale

* Remove cpp to compat package t...

github.com/haskell/haskell-language-server - 30bcab5abb15dd5ad879c560261a6cc8ef00d979 authored over 1 year ago by Lei Zhu <[email protected]>
Merge pull request #3555 from July541/nix-ghc927

Make nix ghc927 buildable

github.com/haskell/haskell-language-server - 8fc40fb584c9a381e3459ebd4df3911817f593b3 authored over 1 year ago by Guillaume Bouchard <[email protected]>
Merge branch 'master' into nix-ghc927

github.com/haskell/haskell-language-server - a3755018c730cb5aaf646722cd4dbfd21c07d2d8 authored over 1 year ago by Lei Zhu <[email protected]>
HLS 1.10 packaging fixes (#3551)

* Bump hls-test-utils

* package bumps

---------

Co-authored-by: Michael Peyton Jones <me@mich...

github.com/haskell/haskell-language-server - 9f489d0fbbff98ed0f1633c4b8c44e79b15e5647 authored over 1 year ago by wz1000 <[email protected]>
Update docs about support status (#3544)

* Update GHC version support

* Update plugin support

* Remove outdated log

github.com/haskell/haskell-language-server - 35621b8e005ccff41c3c1e02f1c3cb8b971dd42c authored over 1 year ago by Lei Zhu <[email protected]>
Use hie-bios from github

github.com/haskell/haskell-language-server - c1550ac59516c4c8542b2a682ee1fe0cb546c800 authored over 1 year ago by Lei Zhu <[email protected]>
unconditionally install ghc

github.com/haskell/haskell-language-server - ff2a65b49c492fb6066e50e37f25e5823d6f04f4 authored over 1 year ago by Zubin Duggal <[email protected]>
Use cabal 3.8 for release job

github.com/haskell/haskell-language-server - 1334f2cd6b48fc7e2f2a45543722f3ddeb62ab5e authored over 1 year ago by Zubin Duggal <[email protected]>
Disallow stm-hamt 1.2.0.10

github.com/haskell/haskell-language-server - 17fa4e6aa5f7de49e056d7d74e47709e0b09b0d8 authored over 1 year ago by Zubin Duggal <[email protected]>
Cabal update after installing ghc as cabal requires ghc

github.com/haskell/haskell-language-server - 53ffd6281a977948664db4776237fae75bf250a1 authored over 1 year ago by Zubin Duggal <[email protected]>
Retrie from hackage

github.com/haskell/haskell-language-server - e3bc5bf6efd855ed34e12ba755f20d88b01bd59c authored over 1 year ago by Zubin Duggal <[email protected]>
unconditionally install ghc

github.com/haskell/haskell-language-server - deec37bf01daee0d701386fa30bc45cbc4bf03ca authored over 1 year ago by Zubin Duggal <[email protected]>
Prepare release 1.10.0.0

github.com/haskell/haskell-language-server - f8d6699f4d03f6b83b05a38ce6a31aa16305f735 authored over 1 year ago by Zubin Duggal <[email protected]>
Run cabal update outside project dir

github.com/haskell/haskell-language-server - 9583293da25fcbbfd738e24590cc27f415543c04 authored over 1 year ago by Zubin Duggal <[email protected]>
Only install llvm on aarch64-darwin for 8.10.7

github.com/haskell/haskell-language-server - 5d1056d24e14e4e50d2a06026e324b991c14302c authored over 1 year ago by Zubin Duggal <[email protected]>
Avoid printing copious amounts of output on windows.

github.com/haskell/haskell-language-server - 35d70bfad52c646b85d958368be9b4bef35d6c82 authored over 1 year ago by Zubin Duggal <[email protected]>
Cabal update after installing ghc

github.com/haskell/haskell-language-server - 7b7e3609806919de7cd15d368cc628299eadbf09 authored over 1 year ago by Zubin Duggal <[email protected]>
Run cabal update outside project dir

github.com/haskell/haskell-language-server - 4d9d15a06f6cb9b3ad06e650f00a5a484c6fe301 authored over 1 year ago by Zubin Duggal <[email protected]>
remove allow-newer from retrie

github.com/haskell/haskell-language-server - 1d07fbec5ad67242e4417232333a7af66776cf5a authored over 1 year ago by Zubin Duggal <[email protected]>
Migrate release CI to github (#3406)

* Migrate to github CI

* Parallelize GHC builds

* Avoid building local packages twice

* Prepa...

github.com/haskell/haskell-language-server - 9fe56f1f01d53af462d98b2922835decbd386735 authored over 1 year ago by Julian Ospald <[email protected]>
9.6 support for HLS (#3480)

* 9.6 support

Fixes

hls-refactor-plugin 9.6 support

hls-gadt-plugin

Fix 9.4 build

Fixes

hl...

github.com/haskell/haskell-language-server - 191bda61fef34696a793503e639a53003ff70660 authored over 1 year ago by wz1000 <[email protected]>
Support fourmolu 0.11 (#3533)

Co-authored-by: Michael Peyton Jones <[email protected]>

github.com/haskell/haskell-language-server - 6e42e9ad7ab2fc5c3cac3b1e2cb5e42428882ce2 authored over 1 year ago by Brandon Chinn <[email protected]>
Don't show lenses for TH generated instances (#3531)

github.com/haskell/haskell-language-server - b7cb76598edeaeb0690abf9b0369ee28237cbf1a authored over 1 year ago by Lei Zhu <[email protected]>
Remove hslogger from codebase (#3526)

Co-authored-by: Fendor <[email protected]>
Co-authored-by: Michael Peyton Jones <me@michae...

github.com/haskell/haskell-language-server - 014c8f90249f11a8dfa1286e67d452ccfb42b2d0 authored over 1 year ago by fendor <[email protected]>
Bump haskell/actions (#3520)

Hopefully this will help with the Windows issues.

Co-authored-by: Anton Latukha <anton.latukha@...

github.com/haskell/haskell-language-server - adf6622479cf9520580c95db5065fffc6362818d authored over 1 year ago by Michael Peyton Jones <[email protected]>
Bump haskell/actions from 2.3.3 to 2.3.6 (#3529)

Bumps [haskell/actions](https://github.com/haskell/actions) from 2.3.3 to 2.3.6.
- [Release note...

github.com/haskell/haskell-language-server - c75138017f470ed1f6ea19c2a6bf65235ffcb08c authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Use GHC 9.2.7 in flake (#3527)

* Assign all Nix dev shells to `all-nix-dev-shells`

* Use GHC 9.2.7 in flake

---------

...

github.com/haskell/haskell-language-server - eebf3b2a682f7e9536e20df18265238060c74993 authored over 1 year ago by cydparser <[email protected]>
Use older version of http2 to avoid breakage with -haddock on 8.10

github.com/haskell/haskell-language-server - 385f0008a469ccaf2750405420b30ea92bfe06b6 authored over 1 year ago by Zubin Duggal <[email protected]>
Use hie-bios 0.12

github.com/haskell/haskell-language-server - b9565a1b5a8cd9043c02a978c3549c0de73b07cc authored over 1 year ago by Zubin Duggal <[email protected]>
Bump cachix/install-nix-action from 19 to 20 (#3514)

Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 19 to 20.
-...

github.com/haskell/haskell-language-server - 1ebb619d86350dbfa7bb3a05d51c516993e140a8 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Docs: update Emacs section: add eglot with config example (#3509)

* Docs: update Emacs section: add eglot with config example

Based on the discussion at https://...

github.com/haskell/haskell-language-server - 2e7961932ef9f2bfc4dc5f8732bf2d1109793d6c authored over 1 year ago by Malvin Gattinger <[email protected]>
Eval plugin is now supported in 9.4 (#3508)

github.com/haskell/haskell-language-server - f8e954eb068f6305bec8d32bb5e58c2852100c92 authored over 1 year ago by Michael Peyton Jones <[email protected]>
Make the Ormolu plugin respect `.ormolu` fixity files (#3449)

when Ormolu ≥0.5.3.0

github.com/haskell/haskell-language-server - 4d5ce72cf219348e627cef03f8e2304ada60bb7d authored over 1 year ago by amesgen <[email protected]>
Fix lower bounds (#3501)

Co-authored-by: Michael Peyton Jones <[email protected]>

github.com/haskell/haskell-language-server - 50799fecb450babf252ac87986a1a073aa709ae9 authored over 1 year ago by Pepe Iborra <[email protected]>
Update flake to GHC 9.2.6 and 9.4.4 (#3503)

* configuration-ghc-94.nix: Don't yolo anymore since packages work now

* Stop doing an extrem...

github.com/haskell/haskell-language-server - 65f0d057d25533ca1c1b6a636103c2f69cf4e28a authored over 1 year ago by cydparser <[email protected]>
Simplify implementation of eval plugin and make it work with GHC 9.4

The plugin was implemented by calling "load" which circumvents all of
HLSs caching mechanisms fo...

github.com/haskell/haskell-language-server - f63627fa811a47b1bdc12fa65575ced1519d40c5 authored over 1 year ago by Matthew Pickering <[email protected]>
Bump versions and add changelogs for 1.9.1.0 (#3493)

* Bump versions and add changelogs for 1.9.1.0

* Fix build on windows by disabling ghc-check pk...

github.com/haskell/haskell-language-server - a73c07c51b9dabf9b8551a30744e7e1ffdea6c3a authored over 1 year ago by Julian Ospald <[email protected]>
Add 9.2.6 to ghc-version-support.md (#3494)

github.com/haskell/haskell-language-server - 64e6e5795758e776899267f58c83951136fa5eb8 authored over 1 year ago by wz1000 <[email protected]>
Bump cachix/install-nix-action from 18 to 19 (#3490)

Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 18 to 19.
-...

github.com/haskell/haskell-language-server - b16b05f0aff3ae38675bad0c040449167960dd79 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Experiment with loading matrix values from a file (#3481)

* Experiment with loading matrix values from a file

The goal here is to avoid duplication of ...

github.com/haskell/haskell-language-server - efbf253d35ec1eb1ede1080bf475aed9b9f5e9a0 authored over 1 year ago by Michael Peyton Jones <[email protected]>
Expose `makeDefaultHandleRecorder` (#3485)

github.com/haskell/haskell-language-server - d3a5ee1a6db38fd4604bb42cd3e332a35414969f authored over 1 year ago by ners <[email protected]>
Delete dead release workflow (#3482)

github.com/haskell/haskell-language-server - 059237be0ab20375c50855b9181d38dfdc654457 authored over 1 year ago by Michael Peyton Jones <[email protected]>
Workaround ghcup runner issue (#3483)

* Workaround ghcup runner issue

* Try this

github.com/haskell/haskell-language-server - d48cc0f8312a907174905bfb381211926242c2a8 authored over 1 year ago by Michael Peyton Jones <[email protected]>
Filter generated Core variable names from hovertip documentation (#3316)

* Filter names from hovertip documentation which match patterns of generated Core variables.

...

github.com/haskell/haskell-language-server - b8205fa76cf2b0caa876e9c891c464a512048d74 authored over 1 year ago by Matt Revelle <[email protected]>
Use apply-refact 0.12.0 (#3469)

* Use apply-refact 0.12.0

* Limit ormolu version to < 0.5.3

github.com/haskell/haskell-language-server - 065957ece37eb00800483d78694252b4d6479098 authored over 1 year ago by fendor <[email protected]>
Add Inline code action to Retrie plugin (#3444)

github.com/haskell/haskell-language-server - 2b691b65cbc0c592471ae68597e32478d49b87f2 authored over 1 year ago by Pepe Iborra <[email protected]>
Two recompilation avoidance related bugs (#3452)

1. Recompilation avoidance regresses in GHC 9.4 due to interactions between GHC and HLS's implem...

github.com/haskell/haskell-language-server - 00f4e61da6c07f9a632e58dd57c73a79a1640fa3 authored over 1 year ago by wz1000 <[email protected]>