-
-
Notifications
You must be signed in to change notification settings - Fork 378
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for brittany (needs aeson-2) and floskell with ghc-9.0.1 (#…
…2551) * Enable tests for brittany and 9.0.2 * Enable tests for floskell plugin * cabal-ghc901.project: naively enable brittany * haskell-language-server.cabal: bump brittany flag <(9.0.1->9.2.1) * Trying to add support for brittany * Use last hackage floskell version * Activate floskell in func-test suite * Restrict brittany in hackage for ghc<9.0.1 * Adapt to Aeson.Key * Update lsp source repo package * Refer pr for butcher * Add missing prefix * Adapt to aeson-2 (incomplete) * Use compat module * Support for aeson-2 and extra-1.7.10 * Remove lsp * Allow newer aeson for stylish-haskell * Add needed import for non windows * Remove insertJson and toJsonKey * Update cabal-ghc901.project * Missing import * Avoid CPP by using lens-aeson * Update hls-plugin-api/src/Ide/Plugin/ConfigUtils.hs * Use ghcide compat module * Use type alias in cpp * Fix stack build for ghc-8.6.5 * Use lens-aeson key * Use lens-aeson in func-test * Fixup shake-bench * Update docs * Switch to lens ix * Try this Co-authored-by: Anton-Latukha <anton.latukha@gmail.com> Co-authored-by: Michael Peyton Jones <me@michaelpj.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
- Loading branch information
1 parent
f7b4b55
commit 2625689
Showing
21 changed files
with
134 additions
and
106 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.