Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Haskell Language Server

Working on producing the best interactive editor experience for Haskell
Collective - Host: opensource - https://opencollective.com/haskell-language-server - Code: https://github.com/haskell/haskell-language-server

Fix ghc min bounds for hie-compat (#3456)

ghc 8.8 is no longer supported

github.com/haskell/haskell-language-server - 2b6f603b6bb88b81ef3392a51d8f774661fe8db5 authored over 1 year ago by Pepe Iborra <[email protected]>
Update haskell/actions

github.com/haskell/haskell-language-server - 571fccb38fe654861ebb72ce512d20e6765ada36 authored over 1 year ago by Zubin Duggal <[email protected]>
Drop 9.4.3 and 9.2.4 for all platforms

github.com/haskell/haskell-language-server - ec19079e52c6b6bfd1f743d68763a6fd14601493 authored over 1 year ago by Zubin Duggal <[email protected]>
Support stylish-haskell and ormolu in 9.4 (#3446)

* Update index-state

* Enable ormolu on 9.4

* Enable stylish-haskell on 9.4

* Update fl...

github.com/haskell/haskell-language-server - ddc67b2d4d719623b657aa54db20bf58c58a5d4a authored almost 2 years ago by Michael Peyton Jones <[email protected]>
Correct Fourmolu plugin's lower bound on Ghcide (#3443)

Due to the use of `usePropertyAction`.

github.com/haskell/haskell-language-server - 6cf57745b432e528f5b9f84fc58801fb47ee3e68 authored almost 2 years ago by George Thomas <[email protected]>
Delete the Brittany plugin (#3441)

It's unmaintained and not popular.

Fixes #3346.

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

github.com/haskell/haskell-language-server - 05051866b221ff2d514cf78b9852e442403e4a33 authored almost 2 years ago by Michael Peyton Jones <[email protected]>
Bump hls-call-hierarchy-plugin (#3427) (#3440)

github.com/haskell/haskell-language-server - 05b248dfacc307c3397b334635cb38298aee9563 authored almost 2 years ago by wz1000 <[email protected]>
Update ghc-version-support.md (#3428)

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

github.com/haskell/haskell-language-server - ce6a516824b9efa234f4a97beb98a811d97e8549 authored almost 2 years ago by Jaro Reinders <[email protected]>
Update list of unsupported plugins (#3429)

* Update list of unsupported plugins

I checked fourmolu and hlint work fine with ghc 9.4. Other...

github.com/haskell/haskell-language-server - 639668337baf7f73f69c36c3a7012584805c5d35 authored almost 2 years ago by openingnow <[email protected]>
various plugins: Add testdata to sdist (#3431)

github.com/haskell/haskell-language-server - cf380338d19e1cc1aae2a84e04c530219c35fd27 authored almost 2 years ago by maralorn <[email protected]>
Document exception handling in Actions/Rules (#3407)

* Document exception handling in Actions/Rules

I also took the liberty of removing the `MonadFa...

github.com/haskell/haskell-language-server - 8f0d9404456940b4f9180f676bad50894900802a authored almost 2 years ago by Michael Peyton Jones <[email protected]>
ghcide needs prettyprinter 1.7 (#3430)

github.com/haskell/haskell-language-server - 90d17fe1bc9e9f47aa34703d44054dc494eaf2c1 authored almost 2 years ago by Jens Petersen <[email protected]>
Add qualified imports in postfix position when `ImportQualifiedPost` and `WarnPrePositiveQualifiedModule` are set (#3399)

* Import qualified in postfix when applicable

* Dont import `EnumSet`

* Add `QualifiedImportSt...

github.com/haskell/haskell-language-server - d621fc4b143110ea8feef5826665f7bb0871c207 authored almost 2 years ago by Kyriakos Papachrysanthou <[email protected]>
hls-class-plugin - Add placeholders for all class methods (#3394)

* #3017 WIP: Add Action for all missing class methods

* #3017 WIP: Filter out equivalent sugges...

github.com/haskell/haskell-language-server - 6e76fce3d80a05732a209f47e0bbea44edf584ae authored almost 2 years ago by Tomasz Batko <[email protected]>
Add 9.4.4 binaries and drop 9.4.2 (#3417)

github.com/haskell/haskell-language-server - 472947cdb9e711f6ef889bba3b83b0dd44a1b6bc authored almost 2 years ago by wz1000 <[email protected]>
Prepare release 1.9.0.0

github.com/haskell/haskell-language-server - 2df68246f816359cc77d9cfdc971a8207f24ce98 authored almost 2 years ago by Zubin Duggal <[email protected]>
Add 9.4.4 binaries and drop 9.4.2

github.com/haskell/haskell-language-server - 1916b5782d9f3204d25a1d8f94da4cfd83ae2607 authored almost 2 years ago by Zubin Duggal <[email protected]>
Add a mergify action to update PRs (#3418)

After a bit of digging I've worked out what's up with mergify. It's
still working fine, but it'...

github.com/haskell/haskell-language-server - dfd8f0b402a47588f8245b384dbd18a741dbf4f1 authored almost 2 years ago by Michael Peyton Jones <[email protected]>
Enable plugin tests in CI for GHC 9.4 (#3420)

* Run 9.4 tests for enabled plugins

* Fix 9.4 tests

* Fix splice plugin

github.com/haskell/haskell-language-server - e7b1ef0c952bbb897aeb520b08216f6ac4f49de5 authored almost 2 years ago by wz1000 <[email protected]>
Clear the mi_globals field when generating an iface (#3414)

GHC populates the mi_global field in interfaces for GHCi if we are using the bytecode
interprete...

github.com/haskell/haskell-language-server - 3b05bde23ba1ae79a27a1599e39152942effb643 authored almost 2 years ago by wz1000 <[email protected]>
Compute the source hash before the preprocessor runs because this is (#3415)

how GHC does it.

This reduces spurious rebuilds of modules using CPP on GHC 9.4

github.com/haskell/haskell-language-server - 881d23ba8daf8fb7427a208aa43c9e5cce30626f authored almost 2 years ago by wz1000 <[email protected]>
Various strictness improvements (#3413)

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

github.com/haskell/haskell-language-server - 02e2de5c1d3c55f67264f68a4c51165b6b13b644 authored almost 2 years ago by wz1000 <[email protected]>
Update refactor/splice/hlint/fourmolu/retrie/gadt plugin for GHC 9.4 (#3317)

* Set buildable on GHC 9.4

* Start work on GHC 9.4 compat

* Use patched `retrie`

* update ret...

github.com/haskell/haskell-language-server - 686fa1aa0ed686fb890d93247cd52ee1a77ed188 authored almost 2 years ago by Rebecca Turner <[email protected]>
Gitlab CI improvements (#3324)

* Add ubuntu builds to gitlab CI

Fixes #3169

* Run pipelines from web interface

* Use nix for...

github.com/haskell/haskell-language-server - 6e4612dc4255057be8c119689684334b083cfea7 authored almost 2 years ago by wz1000 <[email protected]>
Move backwards compatibility code

github.com/haskell/haskell-language-server - 2dcbaf4aca0c0ee63b29a6f24ff7eb05387ba33d authored almost 2 years ago by Fendor <[email protected]>
Allow source plugins to change parser errors

In 9.4, the ability for parser source plugins to access and manipulate
non-fatal parse errors wa...

github.com/haskell/haskell-language-server - f3dd1e82cbf93ca367865547e7efa208e2be670a authored almost 2 years ago by Jakob Bruenker <[email protected]>
Enable test for source plugins

github.com/haskell/haskell-language-server - 06d0c18c1d6007ac656ca934b1a7087265fa4654 authored almost 2 years ago by Fendor <[email protected]>
Restore ability to run source plugins

Since ghc 9.0, plugins are stored in the HscEnv, not in the DynFlags.
This caused HLS not to run...

github.com/haskell/haskell-language-server - c3b010d8f1dee1a77067a49fe4d101f91e92e3aa authored almost 2 years ago by Jakob Bruenker <[email protected]>
Ignore plugin test on windows

github.com/haskell/haskell-language-server - ff28990e042f6ae9df39dab435b94ce9b20356a5 authored almost 2 years ago by Fendor <[email protected]>
Remove superfluous space

github.com/haskell/haskell-language-server - 5be59777f428a5736a657d8ffd6593578121cd8d authored almost 2 years ago by Fendor <[email protected]>
Move plugin initialisation to 'GetModSummary' rule

github.com/haskell/haskell-language-server - 981f77727e93635b49a59be115eccf5219e47426 authored almost 2 years ago by Fendor <[email protected]>
Turn into haddock comment

github.com/haskell/haskell-language-server - 79368d4b5a2aa2dc4795ef3ff319c5fbde930edc authored almost 2 years ago by Fendor <[email protected]>
export map improvements

github.com/haskell/haskell-language-server - 45f29fadee4f61450959a30b51f8b61d2310cc80 authored almost 2 years ago by Zubin Duggal <[email protected]>
export map improvements

github.com/haskell/haskell-language-server - 8a176dfb5f0d1eb8846444c8d1f1e5b03cb79cd4 authored almost 2 years ago by Zubin Duggal <[email protected]>
improve memory usage of ExportsMap

Storing rendered names as `Text`, especially for parents, adds a lot of duplication to the Expor...

github.com/haskell/haskell-language-server - b6e819b2780e446f09272798d670ae4571fc0e4a authored almost 2 years ago by Zubin Duggal <[email protected]>
Add support for Fourmolu 0.10 (#3410)

github.com/haskell/haskell-language-server - 52e4fcc0a8d07cf769d1c99beafb296d672629e1 authored almost 2 years ago by Brandon Chinn <[email protected]>
Remove unused GHC compat code (#3412)

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

github.com/haskell/haskell-language-server - 8317e330a4f6ad8369818016ec098a6657f69b82 authored almost 2 years ago by fendor <[email protected]>
[hls-explicit-record-fields-plugin] Expand used fields only (#3386)

* Initial working version

* Cleanup, some compat work

* Update mixed test to include an unused...

github.com/haskell/haskell-language-server - b83ceb4f7d63433190a66f7ac4190c722a5b165b authored almost 2 years ago by Berk Özkütük <[email protected]>
Implement completionItem/resolve

github.com/haskell/haskell-language-server - 54128813aea9b3795e6be4d419eed55319a95cf1 authored almost 2 years ago by Zubin Duggal <[email protected]>
Fix flaky call-hierarchy tests

Wait for index instead of compliation before making requests
as indexing happens in the backgrou...

github.com/haskell/haskell-language-server - 53f61b4fa9182879614d33ccd74c2242c32edb4c authored almost 2 years ago by Zubin Duggal <[email protected]>
bump shake-bench (#3411)

github.com/haskell/haskell-language-server - 66599f48f2158427eceb65582242b0c57c9388b4 authored almost 2 years ago by Pepe Iborra <[email protected]>
Fix nix build CI (#3404)

* fix fourmolu with -f-fixity-th in nix env

* ci failure test

* bump nix file.

* disable cach...

github.com/haskell/haskell-language-server - f5db1507d40f393b01ef2c2b817f819aa2ffcc7a authored almost 2 years ago by Ian-Woo Kim <[email protected]>
Fix fourmolu with -f-fixity-th in nix env (#3400)

* fix fourmolu with -f-fixity-th in nix env

* added a small comment and link to the issue.

github.com/haskell/haskell-language-server - a235ec9d9e51176aafa5e01f66f2d653e8b7929d authored almost 2 years ago by Ian-Woo Kim <[email protected]>
Correct list of GHC versions in caching.yml to match test.yml (#3397)

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

github.com/haskell/haskell-language-server - 5a17d18519eac6079cd00bdf4e011542f8c2d909 authored almost 2 years ago by fendor <[email protected]>
Unload once per linkable instead of once per splice

github.com/haskell/haskell-language-server - d1cd49639893903fe809e6bd10e7337b4ee23cd2 authored almost 2 years ago by Zubin Duggal <[email protected]>
Add CI flows for 9.4.3 (#3396)

* Add CI for 9.4.3

* exclude in Windows

* Workaround fourmolu 0.9.0.0 build failure in win...

github.com/haskell/haskell-language-server - 6f55ccbc3305cac926b003afd3380b7c05df00ea authored almost 2 years ago by Pepe Iborra <[email protected]>
Bump technote-space/get-diff-action from 6.1.1 to 6.1.2

Bumps [technote-space/get-diff-action](https://github.com/technote-space/get-diff-action) from 6...

github.com/haskell/haskell-language-server - 924b93247ec467dbd6839b37d124bdaa137700a0 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Support optional plugins (#3193)

* Support initial generic config for plugins

This enables opt-in plugins, i.e. plugins that ...

github.com/haskell/haskell-language-server - 6f5a73507f8d9266a486feaf8695c052362b9b95 authored almost 2 years ago by Pepe Iborra <[email protected]>
Bump technote-space/get-diff-action from 6.1.0 to 6.1.1 (#3293)

Bumps [technote-space/get-diff-action](https://github.com/technote-space/get-diff-action) from 6...

github.com/haskell/haskell-language-server - f6296524b8c65deff4fcd49fcf3af5dfe4aa253d authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Delete a weird nix version override (#3388)

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

github.com/haskell/haskell-language-server - 5cc2155a3cc245549ff2118bb974286c9f6e409b authored almost 2 years ago by Jade Lovelace <[email protected]>
Correct markdown table (#3389)

The table is skewed after the change that adds 9.2.5

github.com/haskell/haskell-language-server - cc4f9986d2f932ecd0f2f8167c1ecdb28a2ee9e2 authored almost 2 years ago by k4z4n0v4 <[email protected]>
Bump fkirc/skip-duplicate-actions from 5.2.0 to 5.3.0 (#3381)

Bumps [fkirc/skip-duplicate-actions](https://github.com/fkirc/skip-duplicate-actions) from 5.2.0...

github.com/haskell/haskell-language-server - f7d02197a0a42c167f69e748a325c2c36307cc70 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Add CI flows for GHC 9.2.5 (#3376)

* Add CI flows for GHC 9.2.5

* Prefer GHC 9.2.5 over 9.2.4

* Update list of tested-with GH...

github.com/haskell/haskell-language-server - 9cb3485326213a057e0341ae691498b8fb9f6054 authored almost 2 years ago by fendor <[email protected]>
Bump hlint version CI flow (#3384)

github.com/haskell/haskell-language-server - 47e04f8b7e414a94c52c87878b36c05d72f1b816 authored almost 2 years ago by fendor <[email protected]>
Wingman copy old to new (#3363)

* wingman: make a copy of wingman in new directory

* wip

Co-authored-by: Santiago Weight <...

github.com/haskell/haskell-language-server - f3ad27ba1634871b2240b8cd7de9f31b91a2e502 authored almost 2 years ago by santiweight <[email protected]>
Make redundant import removal work on PatSyn imports (#3377)

* Make redundant import removal work on patsyn imports

* Make stylish-haskell happy

Co-aut...

github.com/haskell/haskell-language-server - 5d5f7e42d4edf3f203f5831a25d8db28d2871965 authored almost 2 years ago by Berk Özkütük <[email protected]>
Reword intro section in releases.md (#3378)

github.com/haskell/haskell-language-server - cc1b90d9b7fa7dcc1baecbfacef14afcdd5d43ed authored almost 2 years ago by fendor <[email protected]>
Delete dead code in hls-test-utils (#3368)

* Remove dead and obsolete code

* Organise export list with respect to utility functions

Co-au...

github.com/haskell/haskell-language-server - 000a76cb951115d9bcdb08fc6d66b438d3bafce6 authored almost 2 years ago by fendor <[email protected]>
Bump gha versions in setup-build/action.yml (#3366)

* Bump gha versions in setup-build/action.yml

* Also bump cache for compiled-deps action

*...

github.com/haskell/haskell-language-server - 389315413c65946bb5ded2ea90cb4c6758517d3f authored almost 2 years ago by fendor <[email protected]>
Introduce common code for Recorders in Plugin Tests (#3347)

* Add generic test plugin recorder initialisation

* Migrate some plugins to the new test plugin...

github.com/haskell/haskell-language-server - aeb57a8eb56964c8666d7cd05b6ba46d531de7c7 authored almost 2 years ago by fendor <[email protected]>
Add `RangeMap` for unified "in-range" filtering (#3343)

* Move RangeMap under hls-plugin-api and add benchmark

* Add some documentation

* Rename b...

github.com/haskell/haskell-language-server - 9e5fc880d1bcf45bdcda1160a1f2a67408bbf410 authored almost 2 years ago by Berk Özkütük <[email protected]>
Add suggestions about licenses in cabal file (#3261)

* Suggest licenses in cabal files

* Fix testsuite for license suggestions

* Apply suggesti...

github.com/haskell/haskell-language-server - d7690c500f204ff3804b1ec7af70a6194c4a9908 authored almost 2 years ago by Paweł Dybiec <[email protected]>
Cleanup Development.IDE.CodeAction (#3360)

* refact: extract ImportUtils

* refact: extract FillTypeWildcard

* refact: Extract FillHol...

github.com/haskell/haskell-language-server - ac83ca47017367695cf7161fbbaaaa145f312251 authored almost 2 years ago by santiweight <[email protected]>
wingman: move wingman to new directory (#3352)

Co-authored-by: Santiago Weight <[email protected]>
Co-authored-by: Michael Peyton J...

github.com/haskell/haskell-language-server - 1e88d162829a2f34dc33a591227512959bb5130b authored almost 2 years ago by santiweight <[email protected]>
Parse .cabal files; show error and warning diagnostics (#2954)

* Extract cabal plugin in its own package

* hls-cabal-plugin: Add plugin

Add golden parse test...

github.com/haskell/haskell-language-server - 5dbbd852abcf154c593ed7860cb86b2da9a855dc authored almost 2 years ago by Rune K. Svendsen <[email protected]>
Use latest GHC 9.2 and 9.4 in flake.nix (#3354)

github.com/haskell/haskell-language-server - 0d0678658eabd6ec6f26c15e1a06bbb1e4273dff authored almost 2 years ago by cydparser <[email protected]>
refactor: extract AddArgument modules (#3339)

* refact: clean up add-arg tests

* refact: extract Test.AddArgument

* refact: extract AddA...

github.com/haskell/haskell-language-server - bc18cedf157e19c75c5676d8defcb982d6488fad authored almost 2 years ago by santiweight <[email protected]>
Split neovim/vim configurations (#3342)

* Separate sections for Neovim and Vim
* Add more up-to-date information for Neovim

Co-autho...

github.com/haskell/haskell-language-server - 6dd5a3b29f857a73f2c526e93003b26928c3d71d authored almost 2 years ago by Marc Jakobi <[email protected]>
Add hls-cabal-fmt-plugin to hackage release CI script and HLS library (#3335)

* Add hls-cabal-fmt-plugin to hackage release CI script

* Add cabalfmt common section to HLS

C...

github.com/haskell/haskell-language-server - 9e2037696c12798dd31045eb9c79af4db9054b08 authored almost 2 years ago by fendor <[email protected]>
feat: update type signature during add argument action (#3321)

* feat: update type signature during add arg action

Co-authored-by: Santiago Weight <santiago...

github.com/haskell/haskell-language-server - 68d353f1ed42f3643bdb6043244b491030cc3e99 authored almost 2 years ago by santiweight <[email protected]>
Fix minimum capabilities (#3334)

github.com/haskell/haskell-language-server - 1768fb37e43f179645e79e46f69ad991fc89c0c0 authored almost 2 years ago by Pepe Iborra <[email protected]>
Make a test more reliable (#3300)

* Make iface-error-test-1 more reliable

The diagnostics can arrive either before or after pro...

github.com/haskell/haskell-language-server - cd04ff815ce03772c1103bdc7e099137a22d7301 authored almost 2 years ago by Pepe Iborra <[email protected]>
Add @ozkutuk to CODEOWNERS (#3329)

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

github.com/haskell/haskell-language-server - 385dd1b57af75ccd286e104b7e00f2b0cb626588 authored almost 2 years ago by Berk Özkütük <[email protected]>
Add support for Fourmolu 0.9 (#3331)

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

github.com/haskell/haskell-language-server - c1a7527c4fb348bee6093d9794b7d3e0c8d563f2 authored almost 2 years ago by Brandon Chinn <[email protected]>
Add formatting plugin for cabal files which uses cabal-fmt (#2047)

* Add plugin for formatting cabal files using cabal-fmt

* Add 'isolateTests' cabal flag to ma...

github.com/haskell/haskell-language-server - 702053253743f64853afb2b8dd73dfbab0032d0c authored almost 2 years ago by VeryMilkyJoe <[email protected]>
New plugin: Explicit record fields (#3304)

* Initial working version

* Auto-add puns pragma, fix behavior with Hs98 fields

* Patch pragma...

github.com/haskell/haskell-language-server - 85f788135175a007d3db4ac911c4115b30ab9d87 authored almost 2 years ago by Berk Özkütük <[email protected]>
fix typos (#3325)

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

github.com/haskell/haskell-language-server - 5d56aa70a84807d7659e72eacd4d91fee08dbdbb authored almost 2 years ago by Ruslan Gadeev <[email protected]>
Add support for `.env` shells to `flake.nix` (#3322)

The main motivation for this change is to enable development
of HLS plugins by generating a `.e...

github.com/haskell/haskell-language-server - 7c0201b5091b2ae1a3393a69f6c6c817602380bd authored almost 2 years ago by Gabriella Gonzalez <[email protected]>
Refactor overlay composition (#3323)

… so that it's easier to add and remove overlays by creating a list
of overlays to compose.

Thi...

github.com/haskell/haskell-language-server - 5a8ccdbed07c104905d1c053d8e7b92fea2f5776 authored almost 2 years ago by Gabriella Gonzalez <[email protected]>
support "add argument" action (#3149)

* support add-argument action

* respond to review comments

* review: add ability to report...

github.com/haskell/haskell-language-server - 9d70df07e66844f6e93bbc79c0402dbe797f8690 authored almost 2 years ago by santiweight <[email protected]>
Remove stack from installation docs since it is not supported anymore (#3314)

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

github.com/haskell/haskell-language-server - d17d9fd0cdecdaee13e6653d31841cd6b2e14e76 authored almost 2 years ago by fendor <[email protected]>
Make splice plugin compatible with GHC 9.2 (#2816)

* Compile and get all tests passing

* Add back-compat for GHC 9.0

* Update docs and build ...

github.com/haskell/haskell-language-server - 4cb9ff13912b28c0d9da57edee9cace9f09b55f7 authored almost 2 years ago by Elliot Marsden <[email protected]>
Record diagnostics source rule when testing (#3301)

* when testing: record the source rule in diagnostics

* Use _code field

* Moce to diagnostic r...

github.com/haskell/haskell-language-server - 2b94f8581a220305bf7a4f5c055ba97c21a7931d authored almost 2 years ago by Pepe Iborra <[email protected]>
Bump cachix/cachix-action from 11 to 12 (#3310)

Bumps [cachix/cachix-action](https://github.com/cachix/cachix-action) from 11 to 12.
- [Release...

github.com/haskell/haskell-language-server - caa5ce55c49049632c62018fd7eac1b8dedd76bd authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
support haddock-library 1.11 (#3303)

* support haddock-library 1.11

* add test case

github.com/haskell/haskell-language-server - a913f47fc583ad780cd06b0c5099caaf33573f7f authored almost 2 years ago by Kobayashi <[email protected]>
Update hls-graph/src/Development/IDE/Graph/Internal/Types.hs

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

github.com/haskell/haskell-language-server - eafda04529b626115bd912acfe9c32fc3edc0aa0 authored almost 2 years ago by wz1000 <[email protected]>
Introduce KeyMap and KeySet

github.com/haskell/haskell-language-server - 3b64a3b1c5ae4c53b3ab6174f78e687626eecee7 authored almost 2 years ago by Zubin Duggal <[email protected]>
hls-graph - avoid duplicating key texts

github.com/haskell/haskell-language-server - ada1b3dc130ab93e81b317c988a6d987141190d9 authored almost 2 years ago by Zubin Duggal <[email protected]>
Implement sharing for hls-graph Keys

github.com/haskell/haskell-language-server - e99772d2d78434b28bf037d1e36956aa871fa389 authored almost 2 years ago by Zubin Duggal <[email protected]>
Fix testing hls-graph

github.com/haskell/haskell-language-server - 94cd24d9e43a0f93f947075bb5a931b5d92a9f61 authored almost 2 years ago by Zubin Duggal <[email protected]>
Improve hls-fixity-plugin (#3205)

github.com/haskell/haskell-language-server - 43508cddbc7a1ee1b0e7860b26cac42250912414 authored almost 2 years ago by wz1000 <[email protected]>
Change default cabal install target name (#3298)

github.com/haskell/haskell-language-server - d0e90556939da62d38fca79d78cc818b71721bb1 authored almost 2 years ago by Caique Figueiredo <[email protected]>
Purge GHC 8.8 (#3287)

We're also dropping support for this.

github.com/haskell/haskell-language-server - 388fd40ade4256b1a1556d2f01a53a91cd5cc88b authored almost 2 years ago by Michael Peyton Jones <[email protected]>
Bump cachix/cachix-action from 10 to 11 (#3291)

Bumps [cachix/cachix-action](https://github.com/cachix/cachix-action) from 10 to 11.
- [Release...

github.com/haskell/haskell-language-server - dc62321779c5c2e275624da8bb2246697e7ba7fa authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump cachix/install-nix-action from 17 to 18 (#3292)

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

github.com/haskell/haskell-language-server - f586f4d412292f1eb08c99d1129678fda6631174 authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>