Skip to content

nix: add support for ghc 9.0.1 #1995

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 17 commits into from
Jul 4, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Disable class plugin and refineImports plugin (consistent with cabal-…
…ghc901.project)
  • Loading branch information
berberman committed Jul 3, 2021
commit 874f22bfd917409d36d026e8b9a579d3622ad05e
4 changes: 4 additions & 0 deletions configuration-ghc-901.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ let
"hls-splice-plugin"
"hls-ormolu-plugin"
"hls-eval-plugin"
"hls-class-plugin"
"hls-refine-imports-plugin"
];

hpkgsOverride = hself: hsuper:
Expand Down Expand Up @@ -103,12 +105,14 @@ let
hself.callCabal2nixWithOptions "haskell-language-server" ./.
(pkgs.lib.concatStringsSep " " [
"-f-brittany"
"-f-class"
"-f-eval"
"-f-fourmolu"
"-f-ormolu"
"-f-splice"
"-f-stylishhaskell"
"-f-tactic"
"-f-refineImports"
]) { };

# YOLO
Expand Down